RE: concurrency of users on tomcat

2006-01-13 Thread Peter Crowther
> 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

Re: concurrency of users on tomcat

2006-01-13 Thread Tim Funk
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