The "interpreter-based threads" provided by Perl are not the fast, lightweight system for multitasking that one might expect or hope for. Threads are implemented in a way that make them easy to misuse. Few people know how to use them correctly or will be able to provide help.
The use of interpreter-based threads in perl is officially discouraged."
отсюда search.cpan.org/~rjbs/perl-5.20.0/pod/perldelta.po...
в тексте ссылка на то, что такое discouraged:
"From time to time, we may mark language constructs and features which we consider to have been mistakes as discouraged. Discouraged features aren't currently candidates for removal, but we may later deprecate them if they're found to stand in the way of a significant improvement to the Perl core."
Написано
Войдите на сайт
Чтобы задать вопрос и получить на него квалифицированный ответ.
The "interpreter-based threads" provided by Perl are not the fast, lightweight system for multitasking that one might expect or hope for. Threads are implemented in a way that make them easy to misuse. Few people know how to use them correctly or will be able to provide help.
The use of interpreter-based threads in perl is officially discouraged."
отсюда search.cpan.org/~rjbs/perl-5.20.0/pod/perldelta.po...
в тексте ссылка на то, что такое discouraged:
"From time to time, we may mark language constructs and features which we consider to have been mistakes as discouraged. Discouraged features aren't currently candidates for removal, but we may later deprecate them if they're found to stand in the way of a significant improvement to the Perl core."