Re: JavaScript not being blocked/synched by Applet init()
- From: Thomas 'PointedEars' Lahn <PointedEars@xxxxxx>
- Date: Tue, 12 May 2009 11:39:02 +0200
Mark Space wrote:
Richard Maher wrote:
https://jdk6.dev.java.net/plugin2/liveconnect/
While direct from Sun, I'm pretty sure it's incorrect:
You're wrong.
[...]
JavaScript IS NOT single threaded.
Yes, so far it is.
It can receive events from outside sources (hello XMLHttpRequest)
Hello? That's a AOM/DOM API, not core language (despite what Microsoft
babbles about it recently.)
and will spawn additional threads of execution.
It won't. The UA will spawn additional instances of the script engine.
PointedEars
.
- Follow-Ups:
- Re: JavaScript not being blocked/synched by Applet init()
- From: Mark Space
- Re: JavaScript not being blocked/synched by Applet init()
- From: Richard Maher
- Re: JavaScript not being blocked/synched by Applet init()
- References:
- Re: JavaScript not being blocked/synched by Applet init()
- From: Mark Space
- Re: JavaScript not being blocked/synched by Applet init()
- Prev by Date: Re: Count saturdays and sundays between two dates
- Next by Date: Re: Count saturdays and sundays between two dates
- Previous by thread: Re: JavaScript not being blocked/synched by Applet init()
- Next by thread: Re: JavaScript not being blocked/synched by Applet init()
- Index(es):
Relevant Pages
|
Loading