Hi, Is there anyway I can leave the output stream to the browser open and use it to strean data even after the request thread has returned from the service method of the Servlet. I am trying to achieve a solution where a single thread services multiple clients for streaming data. The request thread just passes the output stream to the streaming thread and returns.
Thanks Meeraj --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
