• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: WebObjects Containers
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: WebObjects Containers


  • Subject: Re: WebObjects Containers
  • From: Dov Rosenberg <email@hidden>
  • Date: Thu, 15 Jan 2004 15:28:04 -0500

Depends on a bunch of things including how your app is designed of course.
Most of the high end containers can be clustered to give you better
scalability without having to make some of those decisions yourself. By
deploying the app on multiple machines and letting the clustering software
do the load balancing, each machine can be better used.

When you start running multiple instances on a single machine, you start
competing for access to drives, CPU, memory and network access between
instances. Running in a cluster eliminates the competition on a single
machine and gives better overall performance.

Removing any statically deployed resources from the WO app helps scalability
tremendously.


--
Dov Rosenberg
President, Conviveon Corporation


On 1/15/04 1:54 PM, "arturo" <email@hidden> wrote:

> 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.

--
Dov Rosenberg
President, Conviveon Corporation
370 Centerpointe Circle, suite 1178
Altamonte Springs, FL 32701
http://www.conviveon.com
email@hidden
(407) 339-1177 X102
(407) 339-6704 (FAX)
(800) 475-9890
(407) 310-8316 (cell)
_______________________________________________
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.

References: 
 >Re: WebObjects Containers (From: arturo <email@hidden>)

  • Prev by Date: Re: WebObjects and XCode
  • Next by Date: Re: Opening the .woo file
  • Previous by thread: Re: WebObjects Containers
  • Next by thread: Jboss Servlet Container Problem (Solved)
  • Index(es):
    • Date
    • Thread