On Sun, 11 Feb 2007 16:28:57 +0100 Andreas Volz <[EMAIL PROTECTED]> babbled:
> Am Sat, 10 Feb 2007 06:19:38 +0900 schrieb Carsten Haitzler (The
> Rasterman):
>
> > then this dispatcher needs to be threadsafe too. either way - you
> > need to make something threadsafe, and pipes/fd's already are :
Am Sat, 10 Feb 2007 06:19:38 +0900 schrieb Carsten Haitzler (The
Rasterman):
> then this dispatcher needs to be threadsafe too. either way - you
> need to make something threadsafe, and pipes/fd's already are :)
> personally i ask - why do you need threads? threads are for people
> who can't sched
On Thu, 25 Jan 2007 00:53:12 +0100 Andreas Volz <[EMAIL PROTECTED]> babbled:
> Hello,
>
> as evas isn't thread save (like Gtk) it's a problem to update the GUI
correct :)
> periodic from a thread. They told me in #edevelop how to solve this
> with use of pipes. But I think it's complicated. The
Hello,
as evas isn't thread save (like Gtk) it's a problem to update the GUI
periodic from a thread. They told me in #edevelop how to solve this
with use of pipes. But I think it's complicated. There's a nice concept
in Gtk(mm) that works with an Dispatcher. You don't need to know
anything about p