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: request.startAsync(), etc), or both?
> 
> There is no such thing as Servlet 3.0 comet.
> 
> The comet async implementation and the Servlet 3.0 async implementation
> are completely separate.
> 

... therefore, CometConnectionManagerValve is completely unrelated to the
Servlet 3.0 async implementation and not required.  Thanks for clearing this
up.

btw, I was using the term "comet" as an umbrella term for all async methods
(as is the usage here: http://en.wikipedia.org/wiki/Comet_(programming)).

-Jeremy
-- 
View this message in context: 
http://old.nabble.com/CometConnectionManagerValve-in-Tomcat-7%3A-tp30142860p30143793.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to