Re: [twsocket] Client identification

2007-04-13 Thread Engi
OK, thanks. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Arno Garrels > Sent: Friday, April 13, 2007 11:20 AM > To: ICS support mailing > Subject: Re: [twsocket] Client identification > > Engi wrote: > >

Re: [twsocket] Client identification

2007-04-13 Thread Arno Garrels
Engi wrote: > Hi, > > In my program, a TWSocketServer in thread 'A' receives commands > (queries) >> from clients. > The thread 'A' post this commands to another thread 'B' which execute > them. Later, thread A receives an asynchronous answer from thread 'B'. > How can the thread A could transmit

[twsocket] Client identification

2007-04-13 Thread Engi
Hi, In my program, a TWSocketServer in thread 'A' receives commands (queries) from clients. The thread 'A' post this commands to another thread 'B' which execute them. Later, thread A receives an asynchronous answer from thread 'B'. How can the thread A could transmits this answer to the good cli