Re: Client waiting for SERVER Response!!!
Posted By:
Bozidar_Dangubic
Posted On:
Monday, March 11, 2002 05:58 AM
what next task? when client sends a request, it should get a response. if it does not get a response, there is no next task. it could send additional request and wait again for the response but there is no next task. give some more specifics about what you are trying to accomplish. either way, server side is your best bet for solving any problems like this since server is sending the response back to the client.