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

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