> Also I think that V6 should get a secure method to move a
> socket to a different thread context. Required only in multi-threaded
> after Accept a client connection.

In that situation, the most secure method is to do it when we get the socket 
handle from Accept() and before it is assigned to a TWSocketClient instance 
using Dup(). That instance should be attached the worker thread before 
having the handle. At that time there is not yet any message in the message 
queue which could be lost.

--
[EMAIL PROTECTED]
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

Reply via email to