Re: Sharing an abandoned connection pool help

2009-04-18 Thread Douglas Miller
*facepalm* I really should have found that reading the docs on my own, but thank you muchly for the help anyway. It works like a charm. On 18/04/2009, at 12:17 AM, Caldarale, Charles R wrote: From: Douglas Miller [mailto:dougmil...@themetacity.com] Subject: Sharing an abandoned connection

Sharing an abandoned connection pool help

2009-04-16 Thread Douglas Miller
Hi everyone I have several web apps that are getting info from a database under the same username. I had it set up with a context in each app. However I have a limit on the number of connection I am allowed to have and I run into an issue with one app dominating the pool. For example, I