Re: General question about removeAbandoned property

2015-06-12 Thread Mark Thomas
On 12/06/2015 20:15, Balana, Vishal wrote: > Hello, > > I am trying to find if removeAbandoned property set to True would leads a > connection returned back to pool and available to be borrowed again? > If not, am I one connection less in pool? Abandoned connections are removed from the pool. Th

General question about removeAbandoned property

2015-06-12 Thread Balana, Vishal
Hello, I am trying to find if removeAbandoned property set to True would leads a connection returned back to pool and available to be borrowed again? If not, am I one connection less in pool? Thanks, Vishal