On 1. juni. 2009, at 07.20, Ram wrote: > > Hi Marius, > > I am having the same problem with a couple of daemons im running. It > not only causes the MySql server to 'go away' for the daemons but it > also brings down all of my apps running on the server with the error > > cannot connect to MySql server through socket "..../mysqld.sock" > > Is this possible? Am I right in thinking that if I use > "ActiveRecord::Base.verify_active_connections! " in my daemons right > before the AR queries, it will also solve the mysqld.sock problem?
I'm by no means a Mysql expert, but could it be you're hitting the max level of concurrent connections to your Mysql server? The way your problems seem to propagate from one app to another makes me suspect this may be such an issue? Regards, - Marius --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Gitorious" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/gitorious?hl=en -~----------~----~----~----~------~----~------~--~---
