Re: Using fork() in a GTK C/Vala application

2015-09-02 Thread Chris Vine
On Wed, 2 Sep 2015 10:50:43 +0200 Gian Mario Tagliaretti wrote: > On 2 September 2015 at 05:33, Jim Charlton wrote: > > Hi Jim, > > > I have had similar problems and ended up using > > g_spawn_async_with_pipes() with a separate binary. This works well > > for me as I often need to launch sever

Re: Using fork() in a GTK C/Vala application

2015-09-02 Thread Gian Mario Tagliaretti
On 2 September 2015 at 05:33, Jim Charlton wrote: Hi Jim, > I have had similar problems and ended up using g_spawn_async_with_pipes() > with a separate binary. This works well for me as I often need to launch > several instances of this "thread". g_spawn_async_* have the (personally unwanted)