Re: [E-devel] ecore_x issue

2010-05-15 Thread Christopher Michael
On 05/15/2010 11:40 AM, Gustavo Sverzut Barbieri wrote: > On Sat, May 15, 2010 at 4:32 AM, Christopher Michael > wrote: >> Working on an app that uses pause() to sleep until another process is >> finished it's setup, but I ran into an ecore_x issue. >> >> The first process spawns the second one,

Re: [E-devel] ecore_x issue

2010-05-15 Thread Gustavo Sverzut Barbieri
On Sat, May 15, 2010 at 4:32 AM, Christopher Michael wrote: > Working on an app that uses pause() to sleep until another process is > finished it's setup, but I ran into an ecore_x issue. > > The first process spawns the second one, then calls 'pause()' to wait > for the second process to get setu

[E-devel] ecore_x issue

2010-05-15 Thread Christopher Michael
Working on an app that uses pause() to sleep until another process is finished it's setup, but I ran into an ecore_x issue. The first process spawns the second one, then calls 'pause()' to wait for the second process to get setup. The problem is that in the second process, ecore_x_init is calle