Ticket #106 (closed defect: fixed)

Opened 7 months ago

Last modified 2 months ago

ConnectionFactory caches closed connections

Reported by: alexhall Assigned to: pag
Priority: major Milestone:
Component: Mulgara Version: 1.2.1
Keywords: Cc:

Description (Last modified by pag)

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.

Change History

10/14/08 21:36:41 changed by pag

  • status changed from new to closed.
  • resolution set to fixed.
  • description changed.

Fixed in r579