in reply to Forking in a CGI program on Windows systems
Okay. I think I solved the problem. Turns out fork works fine on at least Windows 2000 systems. I get the web server to output the web page as soon as I close STDIN, STDOUT, and STDERR in the parent process and the child process.
If anyone needs to see the actual code please let me know. Thanks to everyone for help!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Forking in a CGI program on Windows systems
by rodnic (Initiate) on Nov 03, 2003 at 22:51 UTC |