diff options
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 |