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

perl-Thread-Tie-0.13-1.el4.rf RPM for noarch

From DAG packages for Red Hat Linux el4 x86_64

Name: perl-Thread-Tie Distribution: Dag Apt Repository for Red Hat Enterprise Linux 4
Version: 0.13 Vendor: Dag Apt Repository, http://dag.wieers.com/apt/
Release: 1.el4.rf Build date: Thu Feb 10 17:42:08 2011
Group: Applications/CPAN Build host: lisse.hasselt.wieers.com
Size: 67533 Source RPM: perl-Thread-Tie-0.13-1.el4.rf.src.rpm
Packager: Dag Wieers <dag@wieers.com>
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

* Tue Feb 08 2011 Christoph Maser <cmaser@gmx.de> - 0.13-1
  - Updated to version 0.13.
* Fri Jun 22 2007 Dominik Gehl <gehl@inverse.ca> - 0.12-1
  - Initial package.

Files

/usr/lib/perl5/vendor_perl/5.8.5/Thread
/usr/lib/perl5/vendor_perl/5.8.5/Thread/Tie
/usr/lib/perl5/vendor_perl/5.8.5/Thread/Tie.pm
/usr/lib/perl5/vendor_perl/5.8.5/Thread/Tie/Array.pm
/usr/lib/perl5/vendor_perl/5.8.5/Thread/Tie/Handle.pm
/usr/lib/perl5/vendor_perl/5.8.5/Thread/Tie/Hash.pm
/usr/lib/perl5/vendor_perl/5.8.5/Thread/Tie/Scalar.pm
/usr/lib/perl5/vendor_perl/5.8.5/Thread/Tie/Thread.pm
/usr/share/doc/perl-Thread-Tie-0.13
/usr/share/doc/perl-Thread-Tie-0.13/CHANGELOG
/usr/share/doc/perl-Thread-Tie-0.13/MANIFEST
/usr/share/doc/perl-Thread-Tie-0.13/README
/usr/share/doc/perl-Thread-Tie-0.13/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, Sat Mar 9 08:46:06 2024