---- QUOTE: Angus
None of these applications use threads, they are
simply unnecessary for
most ICS applications, and cause major development
complications in
something that should be essentially simple and reliable.
---- END.

I completely agree with Angus, and I learned it the
"hard way", but encountering the same complexity that
you are seeing right now.  Once I switched to
TWSocketServer (using a single thread
implementation), everything simplified, yet I can
work with multiple clients in an event-driven model.

I personally suggest you try TWSocketServer in a
single-threaded model, and if in the future you feel
it is absolutely necessary to use multiple threads
for the clients, then you can switch it to
TWSocketThrdServer.

    -dZ.


-- 
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