Pooled client connections are never closed
Status: Beta
Brought to you by:
kris_johnson
The IIOP client-side channel implementation opens a
TCP connection to a server the first time that server is
accessed, and then places that open connection into a
pool. Subsequent requests to a previously used server
will reuse connections from the pool.
Pooled connections are never closed, unless the server
closes them. This can lead to many open-but-unused
TCP connections under certain usage conditions, which
is an inefficient use of system resources and which
could even exhaust system resources.