Mega Code Archive

 
Categories / Delphi / Examples
 

Client application hang

Question: Client application hangs. What is wrong? Answer: Most likely your application server has raised an exception (on the server machine) that isn't being handled correctly. You have to add exception handling to your application server. It could also be because your server is hung for other reasons and can't service your request.