Re: [E-devel] Network connection from a different thread

2006-08-04 Thread The Rasterman
On Sat, 5 Aug 2006 01:48:21 +0200 Andrew Sevcsik <[EMAIL PROTECTED]> babbled: > Any ideas? efl libs are not threadsafe - there are no plans to make them so as it's a tonne of hassle and locking. generally i would advise to not use threads except for specific special purposes where you are just un

Re: [E-devel] Network connection from a different thread

2006-08-04 Thread Andrew Sevcsik
Any ideas? On Thu, 3 Aug 2006 00:30:49 +0200 Andrew Sevcsik <[EMAIL PROTECTED]> wrote: > Hi list. > > I tried to connect to a jabber server from a different thread, while i > was in the ecore_evas main loop. I tried it in Ruby (XMPP4R and > jabber4r libraries), and in C (Loudmouth library). Loud

Re: [E-devel] Network connection from a different thread

2006-08-02 Thread Stéphane Bauland
Andrew Sevcsik wrote: > Hi list. > > I tried to connect to a jabber server from a different thread, while i > was in the ecore_evas main loop. I tried it in Ruby (XMPP4R and > jabber4r libraries), and in C (Loudmouth library). Loudmouth has an > implented connect function, wich is done in a differe

[E-devel] Network connection from a different thread

2006-08-02 Thread Andrew Sevcsik
Hi list. I tried to connect to a jabber server from a different thread, while i was in the ecore_evas main loop. I tried it in Ruby (XMPP4R and jabber4r libraries), and in C (Loudmouth library). Loudmouth has an implented connect function, wich is done in a different thread, and than calls a callb