↧
Allowing user processes to run for 10 minutes max on Linux – a first approach
Perl processes that got stock kept me from sleep last night. I’m not sure what happened, but probably they were waiting for the database that reached a max_connections limit for this particular user....
View ArticleLoads of sleeping MySQL connections?
Then probably the code is not properly disconnecting the MySQL connection. The time MySQL waits for the next command to be send, can be controlled by the ‘wait_timeout’ parameter. The default is a...
View Article