Vincent Demay wrote:
Hi all,


I'm working on server side pushing integration in Wicket, and I saw Tomcat6 implements comet : http://tomcat.apache.org/tomcat-6.0-doc/aio.html

Have you got a complete example of an application using cometProcessor?
I'm writing an example as we speak, but won't show it off until after ApacheCon EU
How can I use NIO connector?
protocol="org.apache.coyote.http11.Http11NioProtocol" (see http://tomcat.apache.org/tomcat-6.0-doc/config/http.html)
Is there an implemantation of the Bayeux protocol?
As Remy mentioned, we currently don't have this. However, if you wish to write one and contribute it, we'll look it over and possible include it. The Comet framework that we have, has everything you need, including to develop a Bayeux servlet.

Filip

Cheers

--
Vincent
http://www.demay-fr.net/blog/

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to