RMI server pool.max.process.count property

The pool.max.process.count specifies the maximum number of processes that the pool can create at any time.

When the limit is reached, new requests are queued and the client is blocked until either a process becomes available, or the request times out. If the request times out, the pool will return a failure.

The following table lists the valid values for the pool.max.process.count RMI server property and their description.

Values
Description
>0
Maximum number of processes that the pool can create at any time. Zero or a negative value disables this feature.