NAME
Gnuplot::Builder::Process - gnuplot process manager
SYNOPSIS
use Gnuplot::Builder::Process;
@Gnuplot::Builder::Process::COMMAND = ("/path/to/gnuplot", "-p");
DESCRIPTION
Gnuplot::Builder::Process class manages gnuplot processes spawned by all Gnuplot::Builder::Script objects.
You can configure its package variables to change its behavior.
PACKAGE VARIABLES
@COMMAND
The command and arguments to run a gnuplot process.
By default, it's ("gnuplot", "--persist")
.
$MAX_PROCESSES
Maximum number of gnuplot processes that can run in parallel. If $MAX_PROCESSES
<= 0, the number of processes is unlimited.
By default, it's 10
.
AUTHOR
Toshio Ito, <toshioito at cpan.org>