Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dominikschulz/sys-forkqueue
run jobs in parallel
https://github.com/dominikschulz/sys-forkqueue
parallel perl
Last synced: about 1 month ago
JSON representation
run jobs in parallel
- Host: GitHub
- URL: https://github.com/dominikschulz/sys-forkqueue
- Owner: dominikschulz
- Created: 2012-11-27T18:48:35.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2015-03-20T13:26:05.000Z (almost 10 years ago)
- Last Synced: 2024-11-22T03:06:37.313Z (about 1 month ago)
- Topics: parallel, perl
- Language: Perl
- Size: 140 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
Awesome Lists containing this project
README
This is the README file for Sys-ForkQueue, which
can run any number of jobs in a controlled manner in parallel.## Description
Sys-ForkQueue provides a module
to run any number of jobs in a controlled manner in parallel.## Installation
This package uses Dist::Zilla.
Use
dzil build
to create a release tarball which can be
unpacked and installed like any other EUMM
distribution.perl Makefile.PL
make
make test
make install
## Documentation
Please see perldoc Sys::ForkQueue.