Bug #106
ConnectionFactory caches closed connections
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
fixed
Description
The ConnectionFactory caches Connection objects based on server URI. If one process gets a connection to a server from the factory, operates on it, and closes the connection, then the next process that gets a connection to the same server from that factory will receive a connection that is already closed and therefore useless.
Updated by Paula Gearon almost 15 years ago
- Status changed from New to Closed
- Resolution set to fixed
Fixed in r579