 MattAll noise, no signal.Premium join:2003-07-20 Jamestown, NC kudos:12 | reply to JAAulde
Re: Yahoo talk about the software revolution that is JavaScript Call me when JS is multi-threaded. As of now, JS is completely incapable of taking advantage of multiple CPU cores and most AJAX apps will peg a single CPU core ... easily. |
|
 JAAuldeWeb DeveloperPremium,MVM join:2001-05-09 Hagerstown, MD kudos:3 | said by Matt:Call me when JS is multi-threaded.  As of now, JS is completely incapable of taking advantage of multiple CPU cores and most AJAX apps will peg a single CPU core ... easily. I am pretty sure that is one of the very things Crockford plans on addressing--properly using an event queue in a single threaded system rather than needing multiple threads. -- My Development Sandbox | LinkedIn Profile |
|
 Reviews:
·Verizon Online DSL
·Optimum Online
·EarthLink
| reply to Matt said by Matt:As of now, JS is completely incapable of taking advantage of multiple CPU cores Good! That way I can still use my PC while one of the four cores is locked-up with JavaScript crap.
And I'm serious! |
|
 MattAll noise, no signal.Premium join:2003-07-20 Jamestown, NC kudos:12 | reply to JAAulde said by JAAulde:said by Matt:Call me when JS is multi-threaded.  As of now, JS is completely incapable of taking advantage of multiple CPU cores and most AJAX apps will peg a single CPU core ... easily. I am pretty sure that is one of the very things Crockford plans on addressing--properly using an event queue in a single threaded system rather than needing multiple threads. A single queue is worthless for certain types of AJAX apps, like »www.alphatheory.com/, that need raw processing power. Calculations need to be done concurrently, not serially. Unless I'm misunderstanding the way an event queue in a single threaded system operates? |
|
|
|