how many visits can tomcat deal with

2001-08-09 Thread bastian . wagner

hi

how many visits can tomcat deal with at the same time? in other words: on
how many visit should i use load balancing to increase performance?
how many hits (or visits) is your tomcat dealing with every day?

greets

bastian




RE: how many visits can tomcat deal with

2001-08-09 Thread Randy Layman


When dealing with dynamic content (which is why you're using Tomcat)
its usually what you are doing with each request that adds more load to the
computer than  Tomcat dealing with the request itself.

So, the answer to your question is it really depends on what you're
doing and the capabilities of the machine that you're working with.  In one
application that we worked on, just one request was enough to bog down our
testing machine for a half an hour (production it was more like 5 minutes).
Other applications we run can have 30 simultaneous users (most we have at
any time currently) and it doesn't really affect the load on the machine.
You'll just need to test your situation out, looking at the CPU load, memory
usage, and bandwidth usage.  Once any of these gets to an uncomfortable
level (probably about 95% for the first 2, 80% for the last), is when you
will want to start looking at ways of adding more hardware, like load
balancing.

Randy

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, August 09, 2001 4:27 AM
 To: [EMAIL PROTECTED]
 Subject: how many visits can tomcat deal with
 
 
 hi
 
 how many visits can tomcat deal with at the same time? in 
 other words: on
 how many visit should i use load balancing to increase performance?
 how many hits (or visits) is your tomcat dealing with every day?
 
 greets
 
 bastian
 



Re: how many visits can tomcat deal with

2001-08-09 Thread Pier P. Fumagalli

[EMAIL PROTECTED] at [EMAIL PROTECTED] wrote:

 hi
 
 how many visits can tomcat deal with at the same time? in other words: on
 how many visit should i use load balancing to increase performance?
 how many hits (or visits) is your tomcat dealing with every day?

Read the archive... I posted something last week...

Pier