Re: [twsocket] Two sockets in a thread

2011-03-19 Thread AndreasGMail
Ok, thanks, will try that On 19/03/2011 05:40, Francois PIETTE wrote: I am writing a DLL that will have two sockets managed by the same thread. In the thread's Execute method I am calling the message pump from one of the sockets. My question: will this message pump also handle the messages of

Re: [twsocket] Two sockets in a thread

2011-03-19 Thread Francois PIETTE
I am writing a DLL that will have two sockets managed by the same thread. In the thread's Execute method I am calling the message pump from one of the sockets. My question: will this message pump also handle the messages of the second socket? For reference (and so others can check for errors

Re: [twsocket] Two sockets in a thread

2011-03-18 Thread Arno Garrels
AndreasGMail wrote: > I am writing a DLL that will have two sockets managed by the same > thread. In the thread's Execute method I am calling the message pump > from one of the sockets. > > My question: will this message pump also handle the messages of the > second socket? Yes it will, however y

[twsocket] Two sockets in a thread

2011-03-18 Thread AndreasGMail
I am writing a DLL that will have two sockets managed by the same thread. In the thread's Execute method I am calling the message pump from one of the sockets. My question: will this message pump also handle the messages of the second socket? For reference (and so others can check for errors