The 1060 NetKernel may be run as a command line resource processor. It can be invoked
with the dexter shell script found in the [install]/bin directory, which
uses the com.ten60.netkernel.cli.CommandLine class in the 1060netkernel-cli.jar.
Performance
Command-line invocation is provided as a convenience. It is expensive to boot the kernel just to execute
a command-line process. If used in this mode it is better to create batch processing files in the
NetKernel-domain than the shell-domain since the former only requires one boot of the kernel to process
many files whereas the latter requires a boot for each file.
Boot time can be improved by removing unnecessary modules from the deployed modules, especially transport
fulcrums.
An alternative approach to using the Command-line mode is to run the NetKernel as a server and to invoke it
from a console client on the HTTP transport. It is also straight-forward to add a new transport to handle a command-line protocol for
a thin command-line client.