Randall R Schulz wrote:
Kai,
On Saturday 03 March 2007 11:33, Kai Ponte wrote:
Of course, there's a bazillion scripts running...
Those are not individual free-running scripts (for one thing JavaScript is not multi-threaded), just independently loaded source files. You could load them all and then not execute any JavaScript at all.
This is certainly mostly correct, but one can get JS in browsers to do more than one thing at once using setTimeout or callbacks from the various XML HTTP objects (the callback functions will run concurrently with other scripts already running, I believe). I'm not sure whether the implementations of this are multi-threaded or not. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org