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. The pool will replace
it as necessary.

Mark


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



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