Hi, I would like to know how can I use http-core to send two responses to a client without closing the connection. I guess I will have to use httpcore-nio. I tried to modify AsyncHttpServer.java example but I didn't know where to start.
As soon as I get a request, I would like to send a "server is processing your request" response. The page would contain a little animation to make sure user don't think the application is down. Then, after processing is completed (10-20 seconds), I would like to send the "result" response. Can someone help me? Simon --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
