RE: Practical connection limits MySQL 5.1/5.5

2011-04-13 Thread Martin Gainty
i agree with harald if you're using Java you should consider pooling your database connections with DBCP http://commons.apache.org/dbcp/ feel free to ping me for implementation details takk, Martin __ Note de déni et de confidentialité Ce message

Re: Practical connection limits MySQL 5.1/5.5

2011-04-13 Thread Reindl Harald
Am 13.04.2011 23:50, schrieb Jeff Lee: > Hey All, > > Can anyone provide some guidance as to what the practical connection limits > to MySQL 5.1/5.5 are under linux? > > We're running a ruby on rails application that establishes 50 to 100 > connections to our database upon startup resulting in a

Practical connection limits MySQL 5.1/5.5

2011-04-13 Thread Jeff Lee
Hey All, Can anyone provide some guidance as to what the practical connection limits to MySQL 5.1/5.5 are under linux? We're running a ruby on rails application that establishes 50 to 100 connections to our database upon startup resulting in around 1,000 persistent db connections. I've been told