search for: obrglpi7vd9esbfpdybu5nu

Displaying 1 result from an estimated 1 matches for "obrglpi7vd9esbfpdybu5nu".

2006 Aug 02
7
ActiveRecord does not close database connections?
I have an application that creates quite a few threads. I keep getting the "mysql too many connections" error. ActiveRecord does not close the connection once a thread had died out. To make things worse mysql has a wait_timeout variable that would basically kill off these connections for me, but there is a bug and I can not change the value of it. I have tried at least 10 different