The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

node - runs an Argon worker node

SYNOPSIS

node -p 8888 [-m somehost:8000] [-w 4] [-r 1000] [-q 50] [-c 2]

 Options:
   -[p]ort          port on which to listen
   -[w]orkers       number of worker processes to maintain (default 4)
   -[r]equests      max requests before restarting worker (optional; default -)
   -[m]anager       host:port of manager (optional; default none)
   -[l]limit        max items permitted to queue (optional; default 64)
   -[c]heck         seconds before queue reprioritization (optional; default 2)
   -[i]include      include path where workers will look for perl libs
   -[h]elp          prints this help message

DESCRIPTION

node runs an Argon node on the selected port.

OPTIONS

-[h]elp

Print a brief help message and exits.

-[p]ort

The port on which the cluster listens.

-[w]orkers

The number of worker processes to maintain.

-[r]equests

The maximum number of requests a worker may handle before it is restarted by the node.

-[m]manager

The host:port of the manager process. By default, none is set, and the node accepts requests independently of the manager.

-[l]imit

Sets the maximum number of messages which may build up in the queue before new tasks are rejected. Optional; default value 64.