Jolt 1.2 Developer's Guide

format; each # should be a number from 0 to 255. This
dotted decimal number represents the IP address of the
local machine.
In both of the above formats, port_number is the TCP port
number at which the domain process listens for incoming
requests. port_number can either be a number between 0
and 65535 or a name.
If port_number is a name, it must be in the network services
database on your local machine. The address can also be
specified in hexadecimal format when preceded by the
character "0x". Each character after the initial "0x" is a
number from 0 to 9 or a letter from A to F (case
insensitive). The hexadecimal format is useful for arbitrary
binary network addresses such as IPX/SPX or TCP/IP.
There is no default. (Required)
[-T client-timeout]
The time (in minutes) allowed for a client to stay idle. If a
client does not make any requests during this time, the JSH
disconnects the client and the session is terminated. If an
argument is not supplied, the session does not time out.
When the -j ANY or -j RECONNECT option is used,
always specify -T with an idle timeout value. If -T is not
specified and the connection is suspended, JSH does not
automatically terminate the session. The session never
terminates if a client abnormally ends the session.
If a parameter is not specified, the default is no timeout.
(Optional)
[-w JSH]
The Jolt Server Handler is indicated by this command line
option. Default is JSH. (Optional)
[-Xc "cpu[,cpu]"]
Specifies the CPUs in which the listener will start handlers.
cpu is a decimal number from 0 through 15. By default, the
JSL starts the JSH on all CPUs. (Optional)
[-c cmp-thresh]
Enables application data sent between a Jolt client and a
Jolt server (JSH) to be compressed during transmission over
the network. cmp-thresh is a number between 0 and
2147483647. Any messages that are larger than the
specified number of bytes are compressed before
transmission. The default is 0 (no compression); that is, if
cmp-thresh is not specified, Jolt does not compress
messages on client or server. (Optional)
[-x mpx-factor]
The number of clients that one JSH can service. Use this
parameter to control the degree of multiplexing within each
JSH process. If specified, this parameter takes a value from
1 to 32767. Default value is 10. (Optional)
[-Z 0|40|128]
When establishing a network link between a Jolt client and
the JSH, allows encryption up to this level. The initial 0
means no DH nodes,the 40 means no RC4. 40 and 128
specifies the length (in bits) of the encryption key. DH key
exchange is needed to generate keys. Session keys are not
transmitted over the network. The default is 0. The length,
128, is synonymous with 56/128.