Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-Thread-Tie-0.12-1.el5.rf RPM for noarch

From DAG Fabian packages for Red Hat Linux el5 ppc

Name: perl-Thread-Tie Distribution: Unknown
Version: 0.12 Vendor: RPMForge
Release: 1.el5.rf Build date: Sun Jan 6 22:19:32 2008
Group: Applications/CPAN Build host: neodyme.arrfab.net
Size: 67245 Source RPM: perl-Thread-Tie-0.12-1.el5.rf.src.rpm
Packager: Fabian Arrotin <fabian.arrotin@arrfab.net>
Url: http://search.cpan.org/dist/Thread-Tie/
Summary: Tie variables into a thread of their own
The standard shared variable scheme used by Perl, is based on tie-ing
the variable to some very special dark magic. This dark magic ensures
that shared variables, which are copied just as any other variable
when a thread is started, update values in all of the threads where
they exist as soon as the value of a shared variable is changed.

Needless to say, this could use some improvement.

The Thread::Tie module is a proof-of-concept implementation of another
approach to shared variables. Instead of having shared variables exist
in all the threads from which they are accessible, shared variable
exist as "normal", unshared variables in a seperate thread. Only a
tied object exists in each thread from which the shared variable is
accesible.

Through the use of a client-server model, any thread can fetch and/or
update variables living in that thread. This client-server
functionality is hidden under the hood of tie().


This module only functions on Perl versions 5.8.0 and later.
And then only when threads are enabled with -Dusethreads.  It
is of no use with any version of Perl before 5.8.0 or without
threads enabled.

Provides

Requires

License

Artistic

Changelog

* Sat Jun 23 2007 Dominik Gehl <gehl@inverse.ca> - 0.12-1
  - Initial package.

Files

/usr/lib/perl5/vendor_perl/5.8.8/Thread
/usr/lib/perl5/vendor_perl/5.8.8/Thread/Tie
/usr/lib/perl5/vendor_perl/5.8.8/Thread/Tie.pm
/usr/lib/perl5/vendor_perl/5.8.8/Thread/Tie/Array.pm
/usr/lib/perl5/vendor_perl/5.8.8/Thread/Tie/Handle.pm
/usr/lib/perl5/vendor_perl/5.8.8/Thread/Tie/Hash.pm
/usr/lib/perl5/vendor_perl/5.8.8/Thread/Tie/Scalar.pm
/usr/lib/perl5/vendor_perl/5.8.8/Thread/Tie/Thread.pm
/usr/share/doc/perl-Thread-Tie-0.12
/usr/share/doc/perl-Thread-Tie-0.12/CHANGELOG
/usr/share/doc/perl-Thread-Tie-0.12/MANIFEST
/usr/share/doc/perl-Thread-Tie-0.12/README
/usr/share/doc/perl-Thread-Tie-0.12/TODO
/usr/share/man/man3/Thread::Tie.3pm.gz
/usr/share/man/man3/Thread::Tie::Array.3pm.gz
/usr/share/man/man3/Thread::Tie::Handle.3pm.gz
/usr/share/man/man3/Thread::Tie::Hash.3pm.gz
/usr/share/man/man3/Thread::Tie::Scalar.3pm.gz
/usr/share/man/man3/Thread::Tie::Thread.3pm.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 08:51:56 2024