Wilfried Mestdagh wrote:
> Hello Olivier,
>
> I dont have the demo at hand. But if all your clients are executing in
> same thread context you do not have to lock things between the clients
> itself.
>   
Hello,

It's not inter client locking, it's the locking of the main thread until 
the newly created client socket is fully attached to its message pump 
thread. I had another look at the demos and basically, the lock I'm 
referring to is used in the demo to ensure the banner is sent in the 
client thread's context. The thing is that I do not send any banner so I 
don't need this lock, and as it brings me other troubles, I removed it 
and all is working fine.
Thanks for the help
Olivier
-- 
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