It's not a question of whether JavaScript code scales on multiple cores. It's a question of the JavaScript engines, which is a hot area of innovation at the moment with every major player throwing JIT technologies at it. Seems every quarter someone from the Google, Apple, Microsoft, Mozilla group one-ups everyone else on their JS performance. There's more to come, I'm sure.
Alexey ________________________________ From: Fabrizio Giudici <[email protected]> To: [email protected] Sent: Mon, March 7, 2011 6:49:21 AM Subject: Re: [The Java Posse] Re: parallel / multicore (i.e. functional): Overrated? In general, I share Reiner's doubts. Let now me throw a provocation. Ok, it seems that most of us agree that multicores aren't an issue for servers, where you can keep non-parallized threads and scale a thread-per user. So, the problem is with desktop applications. Now, there are traditional applications, where you might have the problem (might, because if we look at some classes of desktop applications, such as media processing - Photoshop, Final Cut, Lightroom, Aperture - I think that you can deal with medium-grain parallelization given the nature of photos, sounds, movies. But, they say, there's no future in traditional desktop applications (I disagree, but I'm conceding this for this round). Everything will be web based. Which means HTML 5, which means JavaScript. So, what's the status of fine-grain parallelization in JavaScript? I'd like to see some JavaScript code that scales on, say, 4-8 cores. ns-- Fabrizio Giudici - Java Architect, Project Manager Tidalwave s.a.s. - "We make Java work. Everywhere." java.net/blog/fabriziogiudici - www.tidalwave.it/people [email protected] -- You received this message because you are subscribed to the Google Groups "The Java Posse" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/javaposse?hl=en. -- You received this message because you are subscribed to the Google Groups "The Java Posse" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/javaposse?hl=en.
