This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add information about portability caveats related to using kill on forked process.
authorbojilund <bo.johansso@lsn.se>
Tue, 7 Jun 2011 08:24:43 +0000 (10:24 +0200)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 7 Jun 2011 15:44:09 +0000 (08:44 -0700)
commitbd1171b0bf64cd8215cb6faa3bbffd0f902343ed
tree47e78abc7b9c32de5918da22b3b09fbfb4509785
parentea9eb35a366bc919762b9c4072c62d67709cbb9d
Add information about portability caveats related to using kill on forked process.

The outcome of kill on a pseudo-process in Windows is unpredictable
and it should not be used except under dire circumstances.
The process which implements the pseudo-processes can be blocked
and the Perl interpreter hangs.
pod/perlfork.pod