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

perl-Thread-Conveyor-0.17-1.el5.rf RPM for noarch

From DAG Fabian packages for Red Hat Linux el5 ppc

Name: perl-Thread-Conveyor Distribution: Unknown
Version: 0.17 Vendor: RPMForge
Release: 1.el5.rf Build date: Mon Dec 31 21:22:57 2007
Group: Applications/CPAN Build host: neodyme.arrfab.net
Size: 60138 Source RPM: perl-Thread-Conveyor-0.17-1.el5.rf.src.rpm
Packager: Fabian Arrotin <fabian.arrotin@arrfab.net>
Url: http://search.cpan.org/dist/Thread-Conveyor/
Summary: Transport of any data-structure between threads
The Thread::Conveyor object is a thread-safe data structure that
mimics the behaviour of a conveyor belt. One or more worker threads
can put boxes with frozen values and references on one end of the belt
to be taken off by one or more worker threads on the other end of the
belt to be thawed and returned.

A box may consist of any combination of scalars and references to
scalars, arrays (lists) and hashes. Freezing and thawing is currently
done with the Thread::Serialize module, but that may change in the
future. Objects and code references are currently not allowed.

By default, the maximum number of boxes on the belt is limited to 50.
Putting of boxes on the belt is halted if the maximum number of boxes
is exceeded. This throttling feature was added because it was found
that excessive memory usage could be caused by having the belt growing
too large. Throttling can be disabled if so desired.

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.17-1
  - Initial package.

Files

/usr/lib/perl5/vendor_perl/5.8.8/Thread
/usr/lib/perl5/vendor_perl/5.8.8/Thread/Conveyor
/usr/lib/perl5/vendor_perl/5.8.8/Thread/Conveyor.pm
/usr/lib/perl5/vendor_perl/5.8.8/Thread/Conveyor/Array.pm
/usr/lib/perl5/vendor_perl/5.8.8/Thread/Conveyor/Throttled.pm
/usr/lib/perl5/vendor_perl/5.8.8/Thread/Conveyor/Tied.pm
/usr/share/doc/perl-Thread-Conveyor-0.17
/usr/share/doc/perl-Thread-Conveyor-0.17/CHANGELOG
/usr/share/doc/perl-Thread-Conveyor-0.17/MANIFEST
/usr/share/doc/perl-Thread-Conveyor-0.17/README
/usr/share/doc/perl-Thread-Conveyor-0.17/TODO
/usr/share/man/man3/Thread::Conveyor.3pm.gz
/usr/share/man/man3/Thread::Conveyor::Array.3pm.gz
/usr/share/man/man3/Thread::Conveyor::Throttled.3pm.gz
/usr/share/man/man3/Thread::Conveyor::Tied.3pm.gz


Generated by rpm2html 1.8.1

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