> 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? I strongly suspect that you'll make much more of a difference by careful construction of your application than you will with Tomcat's overhead. That said, http://www.theserverside.com/news/thread.tss?thread_id=38377 may be relevant - no doubt others will come up with better links! - Peter --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]