> From: m zyzy [mailto:myz...@gmail.com] > Subject: tomcat maximum thread settings > > Whenever I see to the server status page in the manager webapp I > always see the maximum threads were set to 200 , can I increase the > thread quantity , as I noticed with 3 users sessions at once for one > webapp, the threads count usually between 2 or 3 . as I plan to have > more than 200 users by the time the webapp is fully implemented , I > thought the threads maximum might need some tweaking.
Is there a question here? Note that the maximum threads value limits the number of concurrent *requests*, not the number of users. If you are using the standard blocking connector and keep-alives, a thread will be dedicated to the client connection until the keep-alive period expires; the NIO and APR connectors avoid that issue. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org