search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
11 lines
545 B
Text
11 lines
545 B
Text
Parallel::Scoreboard is a pure-perl implementation of a process
|
|
scoreboard. By using the module it is easy to create a monitor for
|
|
many worker process, like the status module of the Apache HTTP server.
|
|
|
|
Unlike other similar modules, Parallel::Scoreboard is easy to use and
|
|
has no limitation on the format or the length of the statuses to be
|
|
stored. Any arbitrary data (like JSON or frozen perl object) can be
|
|
saved by the worker processes as their status and read from the
|
|
manager process.
|
|
|
|
WWW: https://metacpan.org/release/Parallel-Scoreboard
|