luisTJ / ghostplusplus

Automatically exported from code.google.com/p/ghostplusplus
Other
0 stars 0 forks source link

MySQL connections #58

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Log files to big to dig in, but i got a MySQL error saying
max_user_connections or something like that has reached its limit. Can you
add a reset connections, because I have seen stuff like DB STATUS ---
Connections: 30/30 idle. Outstanding callables: 0.

Original issue reported on code.google.com by Absolute...@gmail.com on 2 Nov 2009 at 5:17

GoogleCodeExporter commented 9 years ago
GHost++ already closes additional MySQL connections when it has more than 30 
open. If
you want to reduce this limit you'll need to edit the source code. It won't 
change
the fact that GHost++ still creates all those connections when required though.
Therefore this is an issue with your MySQL server's configuration. Modifying 
the way
GHost++ handles its MySQL connections to pipeline queries rather than opening
additional connections has already been requested but will likely not happen 
due to
the effort required.

Original comment by hogantp on 9 Nov 2009 at 5:02