Missing events in Comet

2010-04-20 Thread Frank Lyaruu
Hi all, We are trying to use Comet to make our web-service platform more resistent to heavy loads. We use HTTP/1.1 POSTS to send our requests (using chunked requests), and the client waits for the response. My problem is the following: As far as I can see, I have no way of (reliably) detecting

Re: Missing events in Comet

2010-04-20 Thread André Warnier
Frank Lyaruu wrote: Hi all, We are trying to use Comet to make our web-service platform more resistent to heavy loads. We use HTTP/1.1 POSTS to send our requests (using chunked requests), and the client waits for the response. My problem is the following: As far as I can see, I have no way of

Re: Missing events in Comet

2010-04-20 Thread Frank Lyaruu
Hi Andre, Thanks for your reply. Yes, it does. I am using a very basic java client (using a HttpURLConnection), and I tested it against a server socket, and I always get a final, empty chunk. regards Frank. ps. I am seeing this both on Tomcat 6.0.26 and Tomcat 7 trunk. 2010/4/20 André Warnier