阅读背景:

如何从Windows上的Perl CGI脚本分叉后台进程?

来源:互联网 

I've had some trouble forking of processes from a Perl CGI script when running on Windows. The main issue seems to be that 'fork' is emulated when running on windows, and doesn't actually seem to create a new process (just another thread in the current one). This means that web servers (like IIS) which are waiting for the process to finish continue waiting until the 'background' process finishes.I've had some trouble forking of processes from




你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: