Menu

#8 Pooled client connections are never closed

open
nobody
None
5
2003-05-07
2003-05-07
No

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.

Discussion


Log in to post a comment.