Project

General

Profile

Bug #106

ConnectionFactory caches closed connections

Added by Alex Hall - almost 16 years ago. Updated over 15 years ago.

Status:
Closed
Priority:
High
Assignee:
Category:
Mulgara
Target version:
-
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.

#1

Updated by Paula Gearon over 15 years ago

  • Status changed from New to Closed
  • Resolution set to fixed

Fixed in r579

Also available in: Atom PDF