Hi, Looked around all the forums for a well working example for Comet Client.
Tried writing my own client using sockets. But facing same issues as mentioned in various forums with no solution. So i guess it would be nice if the Apache Tomcat developers came with a nice Socket/UrlConnection based client examples. I would like to see the following. 1. Using single socket connection sending multiple HTTP Request (both chunked and non chunked) and trigerring the READ event for each subsequent HTTP request after the initial BEGIN event. 2. Serving the Response for each Request sent over single socket connection. Its high time to bring a working comet client. Want to do some POC for my project but don't have good enough working clients. Thanks, Animesh