Comet explicit event close

2010-02-09 Thread Animesh Sonkar
Hi, I am Using a Socket client to send a http request to sever and then waits to read response from the socket inputstream.. 1. I have a comet servlet. On its read event it starts a new thread passing the request and response object. 2.The read event code block then returns. 3. The thread

Re: Comet explicit event close

2010-02-09 Thread Stephen Byrne
On Tuesday 09 February 2010 07:11:40 you wrote: Hi, I am Using a Socket client to send a http request to sever and then waits to read response from the socket inputstream.. 1. I have a comet servlet. On its read event it starts a new thread passing the request and response object. 2.The