[EMAIL PROTECTED] schrieb:
> getting the errror
> psycopg2.OperationalError at /login
> FATAL: sorry, too many clients already
> Python     build/bdist.linux-i686/egg
> /DBUtils/SteadyDB.py in
> __init__, line 113
> 
> anyone see this
> 
> i have DBUtils installed
> am using flup
> and my postgresql.conf file is this
> max_connections = 1024
> shared_buffers = 108000
> 
> there  are about 103 postgres processes running
> of which 99 are idle
> 
> any pointers are appreciated

Are you sure this postgresql.conf file is the active one and that there 
is no typo in the conf file? Maybe you did not restart the server after 
changing postgresql.conf? I'm asking because 100 is the default for 
max_connection (and I think three additional ones are allowed for super 
users or so) and it seems your server is still using that default. If 
you set max_connections to 50, do you get the same error after 49 idle 
connections?

-- Christoph

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Webware-discuss mailing list
Webware-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to