Sophie

Sophie

distrib > Fedora > 14 > x86_64 > media > updates > by-pkgid > a48b8f3e0cd310737e9d5753e52b3946

perl-threads-1.75-148.fc14.x86_64.rpm

Description:

Since Perl 5.8, thread programming has been available using a model called
interpreter threads which provides a new Perl interpreter for each thread,
and, by default, results in no data or state information being shared between
threads.

(Prior to Perl 5.8, 5005threads was available through the Thread.pm API. This
threading model has been deprecated, and was removed as of Perl 5.10.0.)

As just mentioned, all variables are, by default, thread local. To use shared
variables, you need to also load threads::shared.

Sources packages:

Other version of this rpm: