Fastream Technologies wrote:
> Hello,
> 
> When I use the following thread code:
> 
> void __fastcall ReverseProxyClientThread::Execute()
> {
>  //---- Place thread code here ----
>  FreeOnTerminate = true;
> 
> ...
> 
>  TIcsWndHandler *windowHandler = new TIcsWndHandler();
>  windowHandler->MsgLow = WM_APP + 100;
> 
>  while(!Terminated)
>   messagePump();
> 
>  delete windowHandler;
> }
> 
> sometimes we get "Test exception" exception. We have up to 32
> THttpConnection and 32 THttpCli descendents in this thread. When I
> raised WHG_MAX to 800, the exception disappears. Francois, could you
> raise the constant?

This is probably because you post custom messages do you?

---
Arno Garrels [TeamICS]
http://www.overbyte.be/eng/overbyte/teamics.html

-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to