![]() |
|
Think about Loose Coupling | |
PerlMonks |
Re: Re: They didn't give me a fork so I have to eat with a spawn.by RMGir (Prior) |
on Aug 23, 2002 at 21:11 UTC ( #192450=note: print w/replies, xml ) | Need Help?? |
Win32's Perl 5.6.1 does have an emulated fork(), though. Is there something wrong with that?
Yup. If you try to fork and "spawn" off a bunch of system() calls, you get "Resource temporarily unavailable" after some fairly small number of forks (maybe 20?). With Win32::Process::CreateProcess, you don't run into that problem.
In Section
Cool Uses for Perl
|
|