CometConnectionManagerValve in Tomcat 7:

2010-11-05 Thread greenstar
In Tomcat 7, is the comet valve (org.apache.catalina.valves.CometConnectionManagerValve) required for native comet implementations (ie: org.apache.catalina.comet.CometProcessor), or servlet 3.0 comet implementations (ie: request.startAsync(), etc), or both? -- View this message in context:

Re: CometConnectionManagerValve in Tomcat 7:

2010-11-05 Thread greenstar
markt-2 wrote: On 05/11/2010 12:34, greenstar wrote: In Tomcat 7, is the comet valve (org.apache.catalina.valves.CometConnectionManagerValve) required for native comet implementations (ie: org.apache.catalina.comet.CometProcessor), or servlet 3.0 comet implementations (ie

Re: Comet async timeouts in Tomcat 7

2010-11-03 Thread greenstar
Mark Thomas wrote: If there is a problem with Comet then create a Bugzilla entry (preferably with a test case) and someone will take a look. Tests cases should be the simplest possible code to reproduce the problem. https://issues.apache.org/bugzilla/show_bug.cgi?id=50207 Bug 50207

Comet async timeouts in Tomcat 7

2010-10-18 Thread greenstar
Mark Thomas wrote: [March 19, 2010] Hopefully weeks. Filip has the async timeouts left to finish and then we'll need to make sure the Servlet 3.0 TCK passes. With those hurdles out of the way there will be a release. As per http://old.nabble.com/Tomcat-7-tt27962562.html#a27962663

Re: Comet async timeouts in Tomcat 7

2010-10-18 Thread greenstar
Pid * wrote: Could you be more precise about what you are asking for? Currently CometEvent.EventType.ERROR (subtype TIMEOUT) and CometEvent.EventType.END are not fired on CometProcessor.event(CometEvent) implementations. Thanks, -Jeremy Norris -- View this message in context: