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

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 th