Think about Loose Coupling | |
PerlMonks |
Re: Re: Re: running a loop in background...by idnopheq (Chaplain) |
on Sep 11, 2001 at 00:21 UTC ( [id://111580]=note: print w/replies, xml ) | Need Help?? |
From perldoc perlfork:
On some platforms such as Windows where the fork() system call is not available, Perl can be built to emulate fork() at the interpreter level. While the emulation is designed to be as compatible as possible with the real fork() at the level of the Perl program, there are certain important differences that stem from the fact that all the pseudo child ``processes'' created this way live in the same real process as far as the operating system is concerned. In short, YMMV. Make sure you have the latest perl ( >= 5.6.0 ) from ActiveState or whomever built your distribution.
HTH
In Section
Seekers of Perl Wisdom
|
|