Connection pool pinging

"Mary-Anne Cosgrove" <[email protected]> Wed, 7 Jun 2006 16:02:56 +1000
Newsgroups gmane.text.xml.resin.user
Message-ID <004301c689f8$061a00e0$261410ac@steps05>
We are getting a variety of errors from our production website,
including 'Connection has already been closed' and 'Connection pool
full' errors.
 
Can adding connection pool pinging, ie:
 
        <init-param ping-table="my_table"/>
        <init-param ping-on-idle="true"/>  

 
 to the web.xml help with these errors?
 
I have tried to undertake some load testing and so far haven't proven
anything except that performance seems to degrade a little when you do
this.