foomanchoo
unread,Apr 20, 2008, 1:03:20 PM4/20/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Phusion Passenger Discussions
Hello,
I have been running Passenger for a couple of apps now for a week with
great results. Yesterday I switched a higher traffic app over to
Passenger, but I have started to get lost database connection errors.
"Mysql::Error: Lost connection to MySQL server during query...."
Previously the application was running with just 2 mongrels, now it is
often running with 4-6 instances under Passenger.
It appears the error occurs when there are several simultaneous
requests and new instances are started. Just now I got 3 errors, and
3 new instances were added to the pool at the same time. The PID from
the errors match the 3 new instances.
Anyone else come across this, or have any suggestions?
thanks