Do you have GetMessage or PeekMessage called in a loop in while(!Terminated)?
Regards, SZ ----- Original Message ----- From: "Engi" <[EMAIL PROTECTED]> To: "'ICS support mailing'" <[email protected]> Sent: Friday, June 29, 2007 2:32 PM Subject: Re: [twsocket] TWSocketServer in thread > > I heard spoken several times of 'message pump' but I don't really > understand > what that means. > So, I don't think there is a message pump in my thread. > Could you explain me this concept ? > > My Execute() method is composed with a while(!terminated) loop which does > the job. > > >> -----Original Message----- >> From: [EMAIL PROTECTED] >> [mailto:[EMAIL PROTECTED] On Behalf Of Fastream >> Technologies >> Sent: Friday, June 29, 2007 12:12 PM >> To: ICS support mailing >> Subject: Re: [twsocket] TWSocketServer in thread >> >> Hello Engi, >> >> Does thread C have a message pump? >> >> Regards, >> >> SZ >> >> ----- Original Message ----- >> From: "Engi" <[EMAIL PROTECTED]> >> To: "'ICS support mailing'" <[email protected]> >> Sent: Friday, June 29, 2007 1:09 PM >> Subject: [twsocket] TWSocketServer in thread >> >> >> > Hi, >> > >> > My program works with the main form and 3 threads (A, B & C). >> > Two of this threads (A & B) are created by main form and >> the third (C) is >> > created by thread A. >> > >> > Each thread create, run and destruct a server (TWSocketServer) in >> > Execute() >> > method. >> > >> > For thread A and B, my client application tcp/ip connections are ok. >> > But the server in thread C don't answer to requests. >> > >> > My client can connect to it, that's all. Even the banner is >> not sent. >> > >> > Any suggestions will be appreciated. >> > >> > Thanks, >> > Engi >> > > > -- > 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 -- 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
