RE: Comet not sending response under load

2012-09-20 Thread Heath Gerhardt
I forgot to mention my connector looks like And that the timeout is set during the read event. The docs say that the timeout should only be set during the begin event but not why. From: Heath Gerhardt Sent: Thursday, September 20, 2012 3:28 PM To: 'users@tomcat.apache.org

Comet not sending response under load

2012-09-20 Thread Heath Gerhardt
Hello Everyone, I am having an issue where tomcat 6.0.35 comet is not sending a response when the host is under significant load. It is also sending the end event which, as far as I understand, means the CometEvent is not being closed. I am suspicious that this may be because the legacy co