  Matt Take me down to the paradise city Premium join:2003-07-20 Jamestown, NC
·North State Commun..
| 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. |
|
  avd706 insert annoying animated gif here Premium join:2003-02-06 Union, NJ | this is why chrome runs each tab as a thread -- Team JON. |
|
  Matt Take me down to the paradise city Premium join:2003-07-20 Jamestown, NC
·North State Commun..
| said by avd706 :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. |
|
  avd706 insert annoying animated gif here Premium join:2003-02-06 Union, NJ
| said by Matt :said by avd706 :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. |
|