Page 1 of 1
processes: sleep
Posted: Thu Apr 23, 2009 2:09 pm
by mikeynl
When I check the processes on my server I see there's often up to a few dozen processes that are actually asleep. I don't think I'm using persistent connections (I use mysql_connect) and I actually close the connections after the scrip has run with mysql_close($connection). So what are these sleeping processes?
Re: processes: sleep
Posted: Thu Apr 23, 2009 2:25 pm
by requinix
What processes? Dunno, you're the one with the server.
Sleeping processes don't use CPU time. Don't worry about them.
Re: processes: sleep
Posted: Fri Apr 24, 2009 6:42 am
by mikeynl
Sorry, it's processes connecting the website to the database. Sometimes I get really dozens of them. The do seem to crash the server though.