[jira] Updated: (DBCP-23) [dbcp] SQLException When PoolablePreparedStatement Already Closed

2006-12-15 Thread Akom (JIRA)
[ http://issues.apache.org/jira/browse/DBCP-23?page=all ] Akom updated DBCP-23: - Attachment: patch.txt Patch to have the close method only check the local _closed flag, fixing pool starvation issue when underlying connection closes itself (eg MySQL) > [dbcp] SQLEx

[jira] Commented: (DBCP-23) [dbcp] SQLException When PoolablePreparedStatement Already Closed

2006-12-15 Thread Akom (JIRA)
[ http://issues.apache.org/jira/browse/DBCP-23?page=comments#action_12458824 ] Akom commented on DBCP-23: -- This may perhaps qualify as a separate bug but here goes anyway: This has much bigger impact (than I've seen indicated so far) when used with mys