Hi
I know this is a basic question. I am passing the request and response object to another thread from the doGet() and after that the Get method returns. So that the processing is done in the thread and response to client will be flushed later. But by that time the servlet method would have returned. My question is, is it possible to flush the output to the client even after the servlet method returned (or response is commited) by tomcat. I am not talking about any server push but it is a simple http question. If http does not support this, how can I implement this? can i do this by extending the generic servlet instead of HttpServlet? Any help is greatly appreciated thanks and regards Boolee
