Re: [Gambas-user] Problem to use TASK fork processes

2013-04-02 Thread Benoît Minisini
Le 01/04/2013 19:01, Olivier Cruilles a écrit : > Hi Benoit, > > I have just question about how to use the TASK (fork process) and > particularly how to return value from the TASK to the parent. > > I used all possibilities but nothing solve my problem, sometimes the parent > of the Task(es) lose

[Gambas-user] Problem to use TASK fork processes

2013-04-01 Thread Olivier Cruilles
Hi Benoit, I have just question about how to use the TASK (fork process) and particularly how to return value from the TASK to the parent. I used all possibilities but nothing solve my problem, sometimes the parent of the Task(es) loses retourned value from the TASK. I send result from to the

[Gambas-user] Problem to use TASK fork processes

2013-04-01 Thread Olivier Cruilles
Hi Benoit, I have just question about how to use the TASK (fork process) and particularly how to return value from the TASK to the parent. I used all possibilities but nothing solve my problem, sometimes the parent of the Task(es) loses retourned value from the TASK. I send result from to the