Melinda Bellei wrote:
> Do i need to use critical sections when i'm calling TWSocket.Send ?
> Into my application, sometimes i might send automated messages( for
> example per 2 minute ) and sometimes i can send a text message. But if
> both of them would call the TWSocket.Send at the same time ? Should i
> manage this condition ?

Critical sections are used to synchronize multiple threads.
If you don't use threads you don't need them.
In a single thread everything is processed serialized.

Arno Garrels


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