SANSONE, AARON M [AG-Contractor/1000] wrote: > We are using a build of Cocoon from early March. We connect to an Oracle > database and have specified the connection pooling to use a minimum of 5 > connections and a max of 10 connections. What we are seeing, is that our > number of connections to Oracle grows with each new connection from Cocoon > to our database way past 10 (we currently are looking at 55 connections). > > Has anyone experienced this issue in either older versions or the current > build? Is this a known issue that has been resolved? I have been unable to > find any information in the archives on this issue.
Don't forget to close the connection in your code: conn.close(). This will not actually close the connection, but give it back to the pool. At least, that's the way it was way back in September. -- tomK This is a test of the emergency signature system. Were this an actual signature, you would see amusing mottos, disclaimers, a zillion net addresses, or edifying philisophical statements. This is only a test. --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>