Re: Too many MySQL connections

2009-06-04 Thread Dave
You can set database connection pool parameters via your app-server. Check the install guide: 9.3 Using Server-provided database and mail resources There's a Tomcat example in 9.3; If you are not running on Tomcat you'll have to consult your app server docs. - Dave On Thu, Jun 4, 2009 at 1

Re: Too many MySQL connections

2009-06-04 Thread Sarah Northway
Emmanouil Batsis (Manos) wrote: Sarah Northway wrote: We use Roller for a dozen small blogs, and are having an issue with it opening up nearly 500 MySQL connections and choking up our database server. Is this expected behavior? Is there a standard way to configure Roller to limit its db ses

Re: Too many MySQL connections

2009-06-04 Thread Emmanouil Batsis (Manos)
Sarah Northway wrote: We use Roller for a dozen small blogs, and are having an issue with it opening up nearly 500 MySQL connections and choking up our database server. Is this expected behavior? Is there a standard way to configure Roller to limit its db sessions to a more reasonable numbe

Too many MySQL connections

2009-06-03 Thread Sarah Northway
Hello, We use Roller for a dozen small blogs, and are having an issue with it opening up nearly 500 MySQL connections and choking up our database server. Is this expected behavior? Is there a standard way to configure Roller to limit its db sessions to a more reasonable number? We are usi