Gossamer Forum
Home : Products : Gossamer Links : Version 1.x :

Jump.cgi Fatal Error - too many connections - help

Quote Reply
Jump.cgi Fatal Error - too many connections - help
Software Error
DBSQL (21425): Fatal Error: Unable to connect to the SQL server. Reason: Too many connections at jump.cgi line 66

I've had a problem with jump.cgi before when my server has gone down, but it had to do with $db->do ("DELETE FROM Hits_Track WHERE TO_DAYS(NOW()) - TO_DAYS(created) > 2"); and I was able to fix the problem with the help of pugdog

I am virtually hosted, so I don't know what has happened with the server for sure, but if anyone has any ideas, please help. I will try the same fix I tried with my previous problem first.

Quote Reply
Re: Jump.cgi Fatal Error - too many connections - help In reply to
I went back to my previous problem, and it had to do with the Hits_Track table, and I have no idea where this new error is coming from. I don't know where to start.

Quote Reply
Re: Jump.cgi Fatal Error - too many connections - help In reply to
You might want to check with your ISP.

If you have the ability to hit a Unix Shell and run commands such as 'top' or 'ps' to see what processes are running that may help.

This is a database problem.

Quote Reply
Re: Jump.cgi Fatal Error - too many connections - help In reply to
Maybe a thing of too many handles ?
What would happoen, if 1000 people press all in the same second a link?
Robert

Quote Reply
Re: Jump.cgi Fatal Error - too many connections - help In reply to
Depends on your server configuration. But it would be kind of strange if that happened.... Connections to a MySQL server are queued, but if the queue over flows you might get that.

I haven't had that problem yet <G>