Enfnodeserver

The node server is the main process on the node. It receives jobs for processing from the EnFuzion root, controls their execution on the node and returns the results.

The node server can be started on a command line as:


    enfnodeserver \
        [ -help ] \
        [ -b ] \
        [ -c <port> ] \
        [ -d ] \
        [ -h ] \
        [ -j <number> ] \
        [ -n <host> <port> ] \
        [ -o ] \
        [ -p <hex_host> <port> ] \
        [ -r ] \
        [ -t <number> ] \
        [ -v ] \
        [ -w <seconds> ]

A description of options: