The initconnect parameter
determines the number of connection manager threads that are created
on startup that are available for client connections.
initconnect=<number>- Description
- Set the value in the range 1 - 1,000,000 to specify the initial
number of connection manager threads. This value should equal the
usual number of JavaGateway objects
opened by all connected clients. However, you might need to set this
number to less than the maximum supported value because of constraints
on memory or other system resources.
You can use
the ctgstart command with the -initconnect option
to override the value of the port parameter.
For more information, see Options on the ctgstart command
This parameter is in the GATEWAY section of the configuration
file.
- Default value
- If this parameter is not specified, the default value is 1.