Re: for a background process and return

2005-04-30 Thread Stas Bekman
jiesheng zhang wrote: Hi I am try to run something like this in my cgi. - system ("sleep 3000 &"); --- Since, it is time-consuming task, I let it run in background and immediately return to user. I tested this script. It was no pr

for a background process and return

2005-04-29 Thread jiesheng zhang
Hi I am try to run something like this in my cgi. - system ("sleep 3000 &"); --- Since, it is time-consuming task, I let it run in background and immediately return to user. I tested this script. It was no problem for a standalon