Curious - with Comet I assume you can now have multiple servlet requests share a single thread if they are written cooperatively? I have just written a "client side" that does this with NIO. I am working on a system were a lot of small requests and body chunks are being processed.

PK

At 10:11 3/22/2007, you wrote:
On 3/22/07, Vincent Demay <[EMAIL PROTECTED]> 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?

No real application to show off.

How can I use NIO connector?

Yes (it's written on the page).

Is there an implemantation of the Bayeux protocol?

No. I don't know which of these protocols will emerge at this point as
"the" standard (any opinion on this ?). I think a base servlet could
be included if one was contributed.

Rémy

---------------------------------------------------------------------
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