Hello

 

I have an application that TWSocketServer is running in main thread,
consequently, all messages from clients are also processed by the main
thread loop

 

I have been able to change the processing thread of the clientes from main
thread to a pool of threads that I have (By using ThreadDetach and
ThreadAttach) and it has been working fine, but I would like to know if this
kind of operation is advised or if I can run into some erros... is ICS
totally thread-aware for this kind of thing?



Thanks

Eric

-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to