I am using Tomcat7 on Linux and was wondering, is there any way to increase
the number of comet threads? Is there a max number of CometEvents that can
be queued? I have a feeling either certain connections are not logging
themselves, or they are being dropped due to an overload caused by my
stress tester. The stress tester launches 20 threads that all connect to an
initial servlet i use for logging in, and then to the comet servlet. The
login servlet is logging about 19-20 connections consistently, though Im
not sure why one is missing on occasion.

Reply via email to