in reply to fork + HTTP::Request=perl.exe crash

While (ActiveState) Perl does have an implementation of fork() for Win32, the fork() emulation does not always work, and you found such a case.

There is not much hope for your stuff, because threads are experimental in Perl and don't do much good. You could write out a batch file which starts several instances of your script in parallel with the start batch command.

  • Comment on Re: fork + HTTP::Request=perl.exe crash