RMI server pool.acquire.process.timeout property

The pool.acquire.process.timeout specifies the maximum amount of time the pool can block a request in order to acquire a process before it returns a failure.

This is used when a new request arrives, but the pool has already reached the maximum process count.

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

Values
Description
>0
Maximum amount of time the pool can block a request in order to acquire a process before it returns a failure. A negative value disables this feature.