Re: [twsocket] HTTP...

2011-03-19 Thread zayin
Hello, >http://www.cs.cf.ac.uk/Dave/PERL/node201.html >Use ICS ExtractURLEncodedValue function to decode these parameters Thanks for the link and the function. Mark -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/

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