1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
Source: libpoe-component-jobqueue-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7)
Build-Depends-Indep: perl, libpoe-perl (>= 2:1.2690)
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: MartÃn Ferrari <tincho@debian.org>, Jonathan Yu <jawnsy@cpan.org>,
gregor herrmann <gregoa@debian.org>
Standards-Version: 3.8.3
Homepage: http://search.cpan.org/dist/POE-Component-JobQueue/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libpoe-component-jobqueue-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libpoe-component-jobqueue-perl/
Package: libpoe-component-jobqueue-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, libpoe-perl (>= 2:1.2690)
Description: POE component to manage queues and worker pools
POE::Component::JobQueue manages a finite pool of worker sessions as they
handle an arbitrarily large number of tasks. It often is used as a form of
flow control, preventing a large group of tasks from exhausting some sort of
resource.
.
This module implements two kinds of queue: active and passive. Both types of
queues use a Worker coderef to spawn sessions that process jobs, but how they
use the Worker differs between them.
|