I can't answer precisely to your question. I should have a look at the
source code to see where the critical sections are placed.
I never do this kind of programming. I organize inter-thread communication
using messages. Never share any component between two threads. It is much
much safer. I separate the tasks into black boxes communicating thru simple
messages.

--
[EMAIL PROTECTED]
http://www.overbyte.be

----- Original Message ----- 
From: "Stefan Paege" <[EMAIL PROTECTED]>
To: "ICS support mailing" <twsocket@elists.org>
Sent: Wednesday, June 07, 2006 4:10 PM
Subject: Re: [twsocket] Using TWSocketThrdServer


> One more thing:
> When I want to send data from the app containing the TWSocketThrdServer
> to one of its clients do I have to be "thread aware" or can I just do a
>
>    WSocketThrdServer1.Client[X].SendStr(MyData);
>
> from my main thread?
>
> Are there any other traps regarding the components thread handling from
> the app's point of view?
>
> Thanks again.
>
> -- 
>
>
> Elektronik-Labor Carls GmbH & Co. KG
>
>    Stefan Paege
>
> Fon: +49 5973 9497-23
> Fax: +49 5973 9497-19
> -- 
> 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

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