File: control

package info (click to toggle)
libproc-queue-perl 1.23-1
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 108 kB
  • ctags: 31
  • sloc: perl: 569; makefile: 2
file content (20 lines) | stat: -rw-r--r-- 758 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: libproc-queue-perl
Section: perl
Priority: optional
Maintainer: Alexander Zangerl <az@debian.org>
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl
Standards-Version: 3.9.6
Homepage: http://search.cpan.org/dist/Proc-Queue/

Package: libproc-queue-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Description: Perl module to limit the number of child processes
 Proc::Queue lets you parallelise a perl program using the fork, exit, wait
 and waitpid calls as usual but without taking care of creating too many
 processes and overloading the machine.
 .
 It redefines perl fork, exit, wait and waitpid core functions. Old programs
 do not need to be reprogrammed, only the use Proc::Queue ... sentence has to
 be added to them.