in reply to fork on win32 (with Parallel::ForkManager)

How did you not find, for example, (tye)Re: Win32 and Bizarre SvTYPE error? (:

Perl's fork emulation under Win32 is an interesting idea that I've never seen work except for trivial cases and I've seen it fail for other trivial cases. So I don't find it useful in the slightest. Perhaps it will be better in Perl 5.8?

        - tye (but my friends call me "Tye")
  • Comment on (tye)Re: fork on win32 (with Parallel::ForkManager)

Replies are listed 'Best First'.
Re: (tye)Re: fork on win32 (with Parallel::ForkManager)
by gav^ (Curate) on Dec 21, 2001 at 19:34 UTC
    I did see it but the comments in the module suggested that it *should* work. Oh well.

    I'm going to go see if I can beat Win32::Process until I get something working.

    Thanks tye