TCPMaxClients

The maximum number of concurrent client connections.

Windows Systems

A value of 0 means no imposed maximum number of concurrent client connections (still bound by the license, however).

Lower Bound: 0
Upper Bound: none
Default: 0

UNIX Systems

Increasing this value requires that the system supports an increased number of open files as well as raising the amount of memory that is used (approx. 16K of additional memory is used for each 1,000 that this parameter is increased). Under normal circumstances, this value should be set to slightly above either your licensed number of users or the maximum number of clients that you expect to connect to the TIBCO iProcess® Objects Server.

If a client connects to the TIBCO iProcess® Objects Server and that connection causes the total number of connections in the TIBCO iProcess® Objects Server to exceed TCPMaxClients, the connection will be aborted and the client will get a “TIBCO iProcess® Objects Server disconnected” error on the login. (The TIBCO iProcess® Objects Server error log will be written to if this occurs.)

This parameter may also be used by TIBCO iProcess Engine startup script to determine the maximum number of open files — for more information, see the NumFiles parameter on NumFiles (UNIX Only).

Lower Bound: 64
Upper Bound: 32,767
Default: 1,024