in reply to Fork() win32 perl 5.8.4 ActiveState

ActiveState Perl emulates the fork() function using threads. Their implementation has a limit of 64 due to the use of the Windows API method WaitForMultipleObjects(). This discussion of ActiveState's Perl fork() emulation may provide some more information.
  • Comment on Re: Fork() win32 perl 5.8.4 ActiveState