 MattAll noise, no signal.Premium join:2003-07-20 Jamestown, NC kudos:12 | reply to djrobx
Re: Improve the Browser First! said by djrobx:AJAX heavy apps will frequently max out a single core of my Q9300 (2.5GHz) quad-core and cause everything else the app is trying to do to have to wait. True, although at the moment I like that "feature". On my quad core PC, the last thing I want is a single browser window containing some poorly written, buggy advertising code hogging up the whole machine. There is that unintentional side benefit, but I don't think that should hold back Javascript from being able to take advantage of multiple cores. There are other ways to fix buggy adverts.
You know, this is a case where I think someone should grab Javascript, standards be damned, fork it, make it multi-core aware and then submit the spec back to the standards body. As it stands right now, there is SPECULATION that Javascript 3 will be able to take advantage of multi-cores, but Javascript 2 hasn't even been widly adopted yet. So who knows how far out on the horizon an efficient, powerful multi-core Javascript version actually is. |
|
 AVDRespice, Adspice, ProspicePremium join:2003-02-06 Onion, NJ | this is why chrome runs each tab as a thread -- Team JON. |
|
 MattAll noise, no signal.Premium join:2003-07-20 Jamestown, NC kudos:12 | said by AVD:this is why chrome runs each tab as a thread Yes, but that still can't speed up an individual AJAX app. That only helps if you're running multiple AJAX applications. |
|
 AVDRespice, Adspice, ProspicePremium join:2003-02-06 Onion, NJ | said by Matt:said by AVD:this is why chrome runs each tab as a thread Yes, but that still can't speed up an individual AJAX app. That only helps if you're running multiple AJAX applications. agreed.... -- Team JON. |
|