Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
In my CGI script I am trying to fork another process for running some task in background (windows perl/activeperl)with fork() system call but found that in windows it's not supported. While searching found this node http://www.perlmonks.org/?node_id=104656 ... but in CPAN I don't find any Win32::CreateProcess module. Can I go for using Win32::Console Or it's only meant for console application.
.Is there any other way I can fork a process for running in background. Please suggest.
Thanks.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: forking daemon under windows
by Anonymous Monk on Nov 30, 2009 at 11:56 UTC | |
by FloydATC (Deacon) on Nov 30, 2009 at 13:13 UTC | |
by Anonymous Monk on Nov 30, 2009 at 13:54 UTC | |
by Anonymous Monk on Nov 30, 2009 at 16:48 UTC | |
by afoken (Chancellor) on Nov 30, 2009 at 17:09 UTC | |
|