> Is there a problem having multiple instances of ICS
> socket objects on the same thread?

Defenitely no problem.

The most frequent error when using ICS components in a thread is to forget
you must create the component from with the thread's execute method. If you
create the component from the thread's constructor, then all events will be
executed in the context of the creating thread (usually the main thread).
And this may cause a lot of trouble.
--
francois.pie...@overbyte.be
Author of ICS (Internet Component Suite, freeware)
Author of MidWare (Multi-tier framework, freeware)
http://www.overbyte.be

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