| Subject | Re: problem with Connection-Pooling | 
|---|---|
| Author | Roman Rokytskyy | 
| Post date | 2004-05-29T19:36:50Z | 
> > I think something with minsize is not working,Confirmed. Fixed.
> > 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.
Roman