gav^ has asked for the wisdom of the Perl Monks concerning the following question:
When I try and use it, it causes perl to hang with the error "Bizarre SvTYPE 28 at C:/Perl/site/lib/Parallel/ForkManager.pm line 274.". That line in the code is my $pid=fork();.
I thought fork now worked on win32? I poked about a bit in ForkManager.pm and spotted some comments talking about win32. I couldn't seem to find anything on perlmonks/google that helped.
I'm using ActiveState's 5.6.1 build 629 if that helps.
Thanks a lot.
Gavin.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
(tye)Re: fork on win32 (with Parallel::ForkManager)
by tye (Sage) on Dec 21, 2001 at 03:20 UTC | |
by gav^ (Curate) on Dec 21, 2001 at 19:34 UTC |