Re: WebObjects Containers
Re: WebObjects Containers
- Subject: Re: WebObjects Containers
- From: arturo <email@hidden>
- Date: Thu, 15 Jan 2004 13:54:08 -0500
At 11:00 AM 15/01/2004 -0500, Dov Rosenberg wrote:
> >You need to make sure your WO is thread safe first. You also need to make
> >sure to turn on concurrent request handling. The servlet containers are
all
> >multi-threaded and seem to scale pretty well.
How high does it scale before one needs to add another JVM? That is,
because the container is so massively threaded when does it become clear
that another JVM would be advantageous?
With single threaded WO it's pretty easy. Turn concurrent request handling
off and start a new instance whenever you need more concurrency.
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.