Typical thing I guess: run concurrent request handling and multiple instances. Each request will be handled by a worker thread. The more cores you have the more advantage you get from concurrent request handling and / or multiple instances.
Take care, Guido On Wed, Jun 2, 2010 at 3:28 PM, Miguel Angel Torres Avila <[email protected]> wrote: > Hi list, > > Maybe this is not a question for this list but I don't know who ask for > help? > > There is a client who is really excited for the Multicore technology and is > asking me if there is a way to tuned a WO application to get advantage of > this technology. > > I am not an expert but I think is more a Java topic than WebOjects. > > Please if some one has any experience getting advantage of the multicore > technologies it would be appreciated. > _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Webobjects-dev mailing list ([email protected]) > Help/Unsubscribe/Update your Subscription: > http://lists.apple.com/mailman/options/webobjects-dev/guido.neitzer%40gmail.com > > This email sent to [email protected] > _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
