File: control

package info (click to toggle)
libpoe-component-jobqueue-perl 0.5402-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, sarge
  • size: 72 kB
  • ctags: 12
  • sloc: perl: 339; makefile: 44
file content (19 lines) | stat: -rw-r--r-- 818 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: libpoe-component-jobqueue-perl
Section: perl
Priority: optional
Build-Depends-Indep: debhelper (>= 4.0.0), perl (>= 5.6.0-17), libpoe-perl
Maintainer: Steve Kowalik <stevenk@debian.org>
Standards-Version: 3.6.1

Package: libpoe-component-jobqueue-perl
Architecture: all
Depends: ${perl:Depends}, libpoe-perl
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.
 .
 PoCo::JobQueue implements two kinds of queue: active and passive.
 Both kinds of queue use a Worker coderef to spawn sessions that
 process jobs, but how they use the Worker differs between them.