Midware TAppServer.OnClientBgException
Revision as of 14:09, 2 May 2011 by Marie (talk | contribs) (Created page with ' Main page -> Midware component reference -> TAppServer -> [[Midware_TAppServer.OnClientBgException | OnC…')
Main page -> Midware component reference -> TAppServer -> OnClientBgException
Definition
property OnClientBgException: TClientBgException;
Description
Client communication is handled by a TWSocket descendent component which works in the background. Sometimes, an exception is triggered in the middle of nowhere. Really means the exception is triggered at the lowest message pump level. It is interesting to handle this exception, at least to record it to some log file. It may happend that some exception affect winsock in such a way that no client is able to connect again. You can Stop and Start the server to solve that problem.