Gossamer Forum
Home : Products : Gossamer Forum : Discussion :

Re: [mrknowitall] Database Error: GForum--Too Many Connections.

Quote Reply
Re: [mrknowitall] Database Error: GForum--Too Many Connections. In reply to
Hi,

Are you sure you are using mod_perl. It is extremely rare for a shared server to provide mod_perl. If you go to the admin and go to Tools->FileMan and click on Preferences then Environment, do you see:

Persistant Env: mod_perl (1)

If not, then while your server may have mod_perl installed, your script is not running under it, and you definitely don't have persistent connections.

Another thing to try is periodically go to your SQL monitor and run:

SHOW PROCESSLIST()

and that will display a list off all the active connections. Depending on how your host is setup you may be able to see other people in that list.

Cheers,

Alex
--
Gossamer Threads Inc.
Subject Author Views Date
Thread Database Error: GForum--Too Many Connections. mrknowitall 3486 Sep 11, 2002, 3:57 PM
Thread Re: [mrknowitall] Database Error: GForum--Too Many Connections.
Alex 3379 Sep 13, 2002, 11:49 AM
Thread Re: [Alex] Database Error: GForum--Too Many Connections.
mrknowitall 3361 Sep 13, 2002, 6:17 PM
Post Re: [mrknowitall] Database Error: GForum--Too Many Connections.
sangiro 3342 Sep 14, 2002, 2:47 AM
Thread Re: [mrknowitall] Database Error: GForum--Too Many Connections.
Alex 3366 Sep 14, 2002, 9:06 AM
Thread Re: [Alex] Database Error: GForum--Too Many Connections.
mrknowitall 3381 Sep 16, 2002, 10:46 PM
Post Re: [mrknowitall] Database Error: GForum--Too Many Connections.
Alex 3387 Sep 16, 2002, 11:05 PM