My Photo

Become a Fan

DailyMile

Google Ad Skyscraper

« Understanding DataGrid query capabilities | Main | ObjectGrid gets renamed to WebSphere eXtreme Scale »

March 29, 2008

Comments

Mircea Crisan

At a given moment, a browser will not make more than 2 concurrent requests to the same server. I think this is what HTTP protocol mandates. So, the parallelization factor will not be that high.
Of course you can tweak the browser settings, or use multiple names for the same server IP, etc.

Murali Kosaraju

There are definitely ways to overcome the two connection limit, by probably having multiple CNAME entries in the DNS pointing to the same IP address, or by enabling http pipelining feature inside browsers.

As these Web2.0 technologies (AJAX, cometd, converstational flows, HTML 5.0) are still evolving, I am pretty optimistic that they would enable us to harness the power of multi-cores in a big way.

Billy's idea of parallelization of tasks, across the application stack, might find a place in future JEE specifications, but it maybe too much to ask for.

The comments to this entry are closed.