processes: sleep
Moderator: General Moderators
processes: sleep
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
What processes? Dunno, you're the one with the server.
Sleeping processes don't use CPU time. Don't worry about them.
Sleeping processes don't use CPU time. Don't worry about them.
Re: processes: sleep
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.