Re: Handling Comet Timeouts with CometProcessor

2011-01-04 Thread Joe Biron
>> Is there a better way to do this? Should my application handle these >> timeouts, and use the comet.timeout as a longer safety net? > > That sounds like the way to do it to me. > > Mark Thanks. It would be great if the comet event "pump" gave me a PRE_TIMEOUT subevent, but at least I know what

Handling Comet Timeouts with CometProcessor

2011-01-03 Thread Joe Biron
Hello, I've been making great progress with CometProcessor on Tomcat 6.0.29. I have a question about handling timeouts (and I did review this thread: http://www.mail-archive.com/users@tomcat.apache.org/msg55616.html). I want my clients to connect and stay connected for a very long time, but I do