# New Ticket Created by Zhenyi Zhou # Please include the string: [perl #129151] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=129151 > https://metacpan.org/source/RJBS/perl-5.24.0/pod/perlembed.pod#L920 https://metacpan.org/source/RJBS/perl-5.24.0/pod/perlembed.pod#L933 At above lines in perlembed doc it mentions options "-Dusethreads -Duseithreads". But useithreads is mostly documented nowhere else. And today this is always equivalent to a single "-Dusethreads", which is mentioned in Perl INSTALL doc. IMHO mentioning both "-Dusethreads -Duseithreads" can confuse people. And I would suggest change these two places to "-Dusethreads". btw, while that paragraph at https://metacpan.org/source/RJBS/perl-5.24.0/pod/perlembed.pod#L933 talks about running multiple interpreters in multiple OS threads, the example after it (at https://metacpan.org/source/RJBS/perl-5.24.0/pod/perlembed.pod#L941) is just about interleaving two interpreters in one thread. I wonder if we can add an example for multiple OS threads. Thanks, ZhenyiThread Previous