diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2006-09-28 15:40:04 +0300 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2006-09-28 10:30:21 +0000 |
commit | 832a833bda7470a7163fbdbf0c6029513869c248 (patch) | |
tree | ac77e8dafbaab7e3736c6c106ba4e71a0692539e /pod/perlembed.pod | |
parent | 726c328079ad8bb6f5f014b64533a05c28f03c59 (diff) | |
download | perl-832a833bda7470a7163fbdbf0c6029513869c248.tar.gz |
reentr reshuffle
Message-ID: <451B9874.7060000@iki.fi>
p4raw-id: //depot/perl@28896
Diffstat (limited to 'pod/perlembed.pod')
-rw-r--r-- | pod/perlembed.pod | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pod/perlembed.pod b/pod/perlembed.pod index 9523e1f5ab..41028f879e 100644 --- a/pod/perlembed.pod +++ b/pod/perlembed.pod @@ -915,6 +915,8 @@ C<-Dusemultiplicity> option otherwise some interpreter variables may not be initialized correctly between consecutive runs and your application may crash. +See also L<perlxs/Thread-aware system interfaces>. + Using C<-Dusethreads -Duseithreads> rather than C<-Dusemultiplicity> is more appropriate if you intend to run multiple interpreters concurrently in different threads, because it enables support for |