Users List
Subject: RE: Tomcat - CometProcessor question
Hi,
I am working on a similar scenario and currently elaborate on the Comet
interfaces.
1. With the BEGIN event you get a fully parsed request object, i.e. you
don't need to wait for READ events to start processing the request.
2. Yo
Hi,
I am working on a similar scenario and currently elaborate on the Comet
interfaces.
1. With the BEGIN event you get a fully parsed request object, i.e. you
don't need to wait for READ events to start processing the request.
2. You can keep a reference to the request and response object so th