RE: how to suppor 30000 concurrent users

2006-01-12 Thread Caldarale, Charles R
> From: Peter Crowther [mailto:[EMAIL PROTECTED] > Subject: RE: how to suppor 3 concurrent users > > That said, > http://www.theserverside.com/news/thread.tss?thread_id=38377 > may be relevant - no doubt others will come up with better links! There's also the other

RE: how to suppor 30000 concurrent users

2006-01-12 Thread Peter Crowther
> From: vishwas kharajge [mailto:[EMAIL PROTECTED] > howmany concurrent users does tomcat support? Depends very largely on your webapp. How efficient is it? How many operations per minute is each user making? Does it require session state, or can you get away without it? Can it be clustered?

how to suppor 30000 concurrent users

2006-01-12 Thread vishwas kharajge
howmany concurrent users does tomcat support? if i want to design a web application for 30,000 concurrent users in pick hours what is the step? Which type of server it needs How to configure the tomcat server for the same? How many maximum concurrent hit tomcat can serve per second? Thanks in adva