X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperlfork.pod;h=6c11b5e662afc6637567a5f210ff82150e9d522d;hb=a45bd81d7bee5835ad83b5249bac63256f8c94c0;hp=68a32420130254e4b9c27b124509668930ad8138;hpb=7766f1371a6d2b58d0f46fbe6a60785860a39c1e;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perlfork.pod b/pod/perlfork.pod index 68a3242..6c11b5e 100644 --- a/pod/perlfork.pod +++ b/pod/perlfork.pod @@ -191,6 +191,14 @@ only has knowledge about the Perl interpreter's own data structures and knows nothing about the containing application's state. For example, any state carried on the application's own call stack is out of reach. +=item Thread-safety of extensions + +Since the fork() emulation runs code in multiple threads, extensions +calling into non-thread-safe libraries may not work reliably when +calling fork(). As Perl's threading support gradually becomes more +widely adopted even on platforms with a native fork(), such extensions +are expected to be fixed for thread-safety. + =back =head1 BUGS @@ -209,10 +217,12 @@ representation for pseudo-process IDs will be implemented in future. This document may be incomplete in some respects. +=back + =head1 AUTHOR -Support for the fork() emulation was implemented by ActiveState, supported -by funding from Microsoft Corporation. +Support for concurrent interpreters and the fork() emulation was implemented +by ActiveState, with funding from Microsoft Corporation. This document is authored and maintained by Gurusamy Sarathy Egsar@activestate.comE.