in reply to Re: Managing a long running server side process using CGI
in thread Managing a long running server side process using CGI

I don't know how the Windows folks spawn their child processes

Win32::Job provides a high-level interface for controlling sub-processes. More low-level is Win32::Process. And there is also system(1, $program, @args) for something that is more akin to a fork/exec on unix.

-xdg

Code written by xdg and posted on PerlMonks is public domain. It is provided as is with no warranties, express or implied, of any kind. Posted code may not have been tested. Use of posted code is at your own risk.