I have this configuration for my roller server application
<Resource name="jdbc/rollerdb" auth="Container"
type="javax.sql.DataSource"
driverClassName="org.postgresql.Driver"
url="jdbc:postgresql://127.0.0.1/roller"
username="roller" password="ooooo"
maxActive="20" maxIdle="3"
removeAbandoned="true" maxWait="300"
/>
but if I use "ps ax | grep roller" I can see
372 ?? S 0:00.37 postgres: roller roller 127.0.0.1(49259) idle
426 ?? S 0:00.00 postgres: roller roller 127.0.0.1(49281) idle
427 ?? S 0:00.00 postgres: roller roller 127.0.0.1(49282) idle
428 ?? S 0:00.01 postgres: roller roller 127.0.0.1(49283) idle
430 ?? S 0:00.06 postgres: roller roller 127.0.0.1(49284) idle
why 5 idle connections if on my configuration I have maxIdle="3"?
Nobody has used roller during the last 10 minutes.
thank you
Edoardo
--
[EMAIL PROTECTED]
AIM: edoardopn
Jabber: [EMAIL PROTECTED]
tel:075 9142766
---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]