 djrobx join:2000-05-31 Valencia, CA kudos:1 Reviews:
·Verizon Wireless..
·RoadRunner Cable
·AT&T U-Verse
·VOIPo
·PHONE POWER
| reply to Matt
Re: Improve the Browser First! 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. -- AT&T U-Hearse Your funeral. Delivered.
|
|
|
|
 MattAll noise, no signal.Premium join:2003-07-20 Jamestown, NC kudos:12 | 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. |
|
 wifi4milezBig Russ, 1918 to 2008. Rest in Peace join:2004-08-07 New York, NY | reply to djrobx 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. I disable Javascript for this very reason (well, that and the security issue). If I come to a site that requires Javascript for some functionality, I enable it just for that. Its amazing how much faster my computer "works" implementing this minor tweak. -- "You're Welcome" -The United States of America and our Armed Forces- Keeping the world safe since 1776
|
|
 MattAll noise, no signal.Premium join:2003-07-20 Jamestown, NC kudos:12 | reply to AVD 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. |
|