[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Database problems?
Hello,
Are you by any chance testing some code right now on your pages which use
a lot of mysql time? We have around 100 (maximum) connections to the mysql
database right now, and you're responsible for 98 of them!
[Sunsite]>mysqladmin processlist | grep linuxgam | wc -l
98
Consider closing the connections again when you're done using them, or
switch to persistent connections.
Cheers,
Soeren Staun-Pedersen - Staun@SunSITE.auc.dk
------
"The internet is full, beat it"
- Me.
---------------------------------------------------------------------
To unsubscribe, e-mail: linuxgames-unsubscribe@sunsite.auc.dk
For additional commands, e-mail: linuxgames-help@sunsite.auc.dk