in reply to Forking in a CGI program on Windows systems
What I want to do is to fork a separate process that would deal with saving this information, so that the CGI program can just return the web page and exit.
So then you really don't need to fork do you? Why not have the CGI script output the HTML to show it's done and then run a seperate Perl script that will save the information?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Forking in a CGI program on Windows systems
by relax99 (Monk) on Nov 08, 2002 at 16:53 UTC | |
by Mr. Muskrat (Canon) on Nov 08, 2002 at 17:00 UTC | |
by relax99 (Monk) on Nov 08, 2002 at 19:37 UTC | |
by Mr. Muskrat (Canon) on Nov 08, 2002 at 20:30 UTC |