Re: How do I fork a process and return results to the user?

2015-08-30 Thread Shlomi Fish
Hi G, please reply to all recipients. On Sun, 30 Aug 2015 21:47:47 + G M wrote: > Hi, > Can anyone help me with this? > I have two scripts, the first one calls the exec command which then invokes > the second script. The second script then creates a fork process. The child > process in th

How do I fork a process and return results to the user?

2015-08-30 Thread G M
Hi, Can anyone help me with this? I have two scripts, the first one calls the exec command which then invokes the second script. The second script then creates a fork process. The child process in the fork does a webservice query which may take a few minutes to return results. What I want to d