Subject Re: problem with Connection-Pooling
Author Roman Rokytskyy
> > I think something with minsize is not working,
> > i have minsize = 5,
> > but after some idletime i see this:
> > # getFreeSize(): 1 # getWorkingSize(): 0 # getTotalSize(): 1
> > #getMinConnections(): 5
> > so all connections are closed, although minsize is 5.
>
> Thanks! I'll check this.

Confirmed. Fixed.

Roman