"There are several circumstances where two different pieces of code can be inadvertently sharing the same connection ... ."
Is it possible in DBCP ? I believe it will not return the same connection instance for different threads and will not return connection to pool before close. Is it used store connections in fields ? ----- Original Message ----- From: "Mario Ivankovits" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 10, 2003 7:17 PM Subject: REVIEW: Pooled connection architecture vulnerable to double use Hello ! I would like to know what you think about my patch i added to bugzilla entry (i would like to avoid the word "bug") http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17677 Could you please comment, if i missed something fundamental, or if you think that this patch might do it (at least "for now"). If you agree i would like to use this patch in my own environment until this or something simmilar has found the way into the official distribution. Mario --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
