[twsocket] TWSocket in a tread contest without events

2011-12-13 Thread Denis Gottardello
Is possible to use TWSocket object without events contest? I want to use a familiar way for me. I like to create a thread for each connection. -- Denis Gottardello Sintesi S.r.l. 049.9301135 -- To unsubscribe or change your settings for TWSocket mailing list please goto

Re: [twsocket] TWSocket in a tread contest without events

2011-12-13 Thread François Piette
Is possible to use TWSocket object without events contest? I want to use a familiar way for me. I like to create a thread for each connection. Not sure I understand your question! Facts: a) you cannot use TWSocket without using events. b) you can use TWSocket in a thread. There are samples

Re: [twsocket] TWSocket in a tread contest without events

2011-12-13 Thread Arno Garrels
Denis Gottardello wrote: Is possible to use TWSocket object without events contest? I want to use a familiar way for me. I like to create a thread for each connection. Some higher level protocols provide synchronous methods, however the base TWSocket has to be used async. -- Arno Garrels