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