SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Thread-Tie rpm build for : RedHat EL 5. For other distributions click perl-Thread-Tie.

Name : perl-Thread-Tie
Version : 0.12 Vendor : Dag Apt Repository, http://dag_wieers_com/apt/
Release : 1.el5.rf Date : 2007-07-11 10:33:56
Group : Applications/CPAN Source RPM : perl-Thread-Tie-0.12-1.el5.rf.src.rpm
Size : 0.06 MB
Packager : Dag Wieers < dag_wieers_com>
Summary : Tie variables into a thread of their own
Description :
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.

RPM found in directory: /vol/rzm3/linux-dag/dag/redhat/el5/en/x86_64/dag/RPMS

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-Thread-Tie-0.12-1.el5.rf.noarch.rpm
ftp.icm.edu.pl  perl-Thread-Tie-0.12-1.el5.rf.noarch.rpm
ftp.icm.edu.pl  perl-Thread-Tie-0.12-1.el5.rf.noarch.rpm
ftp.icm.edu.pl  perl-Thread-Tie-0.12-1.el5.rf.noarch.rpm
ftp.icm.edu.pl  perl-Thread-Tie-0.12-1.el5.rf.noarch.rpm
ftp.icm.edu.pl  perl-Thread-Tie-0.12-1.el5.rf.noarch.rpm
ftp.icm.edu.pl  perl-Thread-Tie-0.12-1.el5.rf.noarch.rpm
ftp.icm.edu.pl  perl-Thread-Tie-0.12-1.el5.rf.noarch.rpm
ftp.icm.edu.pl  perl-Thread-Tie-0.12-1.el5.rf.noarch.rpm
     

Provides :
perl(Thread::Tie)
perl(Thread::Tie::Array)
perl(Thread::Tie::Handle)
perl(Thread::Tie::Hash)
perl(Thread::Tie::Scalar)
perl(Thread::Tie::Thread)
perl-Thread-Tie

Requires :
perl(Thread::Serialize)
perl(load)
perl(strict)
perl(threads)
perl(threads::shared)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(VersionedDependencies) <= 3.0.3-1


Content of RPM :
/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

 
ICM