RE: Tomcat - CometProcessor question

2007-04-26 Thread Praveen Balaji
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

RE: Tomcat - CometProcessor question

2007-04-25 Thread Reich, Matthias
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