> From: vishwas kharajge [mailto:[EMAIL PROTECTED]
> Our requirement is to provide 200 concurrent hits per second
> There are 300K users registration on the server
> For this what is the requirement?
Hiring someone who can do the calculations.
> How much bandwidht it require for giving above con
Tomcat should be able to handle this. The real question is "can your
application handle it?
Bandwidth is application dependent. You'll need to examine the average file
size being returned. Whether the file can be compressed (via gzip). How many
database queries need to be done. Can the databas
Hi we are running tomcat5.0 on sun V20z server
Backed is mysql
Our requirement is to provide 200 concurrent hits per second
There are 300K users registration on the server
For this what is the requirement?
How much bandwidht it require for giving above concurrency?
How to configure the server?