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

The search service can find package by either name (apache), provides(webserver), absolute file names (/usr/bin/apache), binaries (gprof) or shared libraries (libXm.so.2) in standard path. It does not support multiple arguments yet...

The System and Arch are optional added filters, for example System could be "redhat", "redhat-7.2", "mandrake" or "gnome", Arch could be "i386" or "src", etc. depending on your system.

System Arch

RPM resource perl-Thread-Tie

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.

Found 1 sites for perl-Thread-Tie

Found 14 RPM for perl-Thread-Tie

PackageSummaryDistributionDownload
perl-Thread-Tie-0.13-1.el5.rf.noarch.htmlTie variables into a thread of their ownDAG packages for Red Hat Linux el5 i386perl-Thread-Tie-0.13-1.el5.rf.noarch.rpm
perl-Thread-Tie-0.13-1.el5.rf.noarch.htmlTie variables into a thread of their ownDAG packages for Red Hat Linux el5 x86_64perl-Thread-Tie-0.13-1.el5.rf.noarch.rpm
perl-Thread-Tie-0.13-1.el4.rf.noarch.htmlTie variables into a thread of their ownDAG packages for Red Hat Linux el4 i386perl-Thread-Tie-0.13-1.el4.rf.noarch.rpm
perl-Thread-Tie-0.13-1.el4.rf.noarch.htmlTie variables into a thread of their ownDAG packages for Red Hat Linux el4 x86_64perl-Thread-Tie-0.13-1.el4.rf.noarch.rpm
perl-Thread-Tie-0.12-1.el6.rf.noarch.htmlTie variables into a thread of their ownDAG packages for Red Hat Linux el6 i386perl-Thread-Tie-0.12-1.el6.rf.noarch.rpm
perl-Thread-Tie-0.12-1.el6.rf.noarch.htmlTie variables into a thread of their ownDAG packages for Red Hat Linux el6 x86_64perl-Thread-Tie-0.12-1.el6.rf.noarch.rpm
perl-Thread-Tie-0.12-1.el5.rf.noarch.htmlTie variables into a thread of their ownDAG packages for Red Hat Linux el5 i386perl-Thread-Tie-0.12-1.el5.rf.noarch.rpm
perl-Thread-Tie-0.12-1.el5.rf.noarch.htmlTie variables into a thread of their ownDAG packages for Red Hat Linux el5 x86_64perl-Thread-Tie-0.12-1.el5.rf.noarch.rpm
perl-Thread-Tie-0.12-1.el5.rf.noarch.htmlTie variables into a thread of their ownDAG Fabian packages for Red Hat Linux el5 ppcperl-Thread-Tie-0.12-1.el5.rf.noarch.rpm
perl-Thread-Tie-0.12-1.el4.rf.noarch.htmlTie variables into a thread of their ownDAG packages for Red Hat Linux el4 i386perl-Thread-Tie-0.12-1.el4.rf.noarch.rpm
perl-Thread-Tie-0.12-1.el4.rf.noarch.htmlTie variables into a thread of their ownDAG packages for Red Hat Linux el4 x86_64perl-Thread-Tie-0.12-1.el4.rf.noarch.rpm
perl-Thread-Tie-0.12-1.el4.rf.noarch.htmlTie variables into a thread of their ownDAG Fabian packages for Red Hat Linux el4 ppcperl-Thread-Tie-0.12-1.el4.rf.noarch.rpm
perl-Thread-Tie-0.12-1.el3.rf.noarch.htmlTie variables into a thread of their ownDAG packages for Red Hat Linux el3 i386perl-Thread-Tie-0.12-1.el3.rf.noarch.rpm
perl-Thread-Tie-0.12-1.el3.rf.noarch.htmlTie variables into a thread of their ownDAG packages for Red Hat Linux el3 x86_64perl-Thread-Tie-0.12-1.el3.rf.noarch.rpm

Generated by rpm2html 1.6

Fabrice Bellet