Hi Group,

we have a lot of LocalParticipants which need to connect  Postgres (via 
ActiveRecord).
Trying to run them multithreaded leads to too many postgres connections quite 
fast:

postgres.log:
FATAL:  sorry, too many clients already

Finally we run all Participants connecting to postgres via:

def do_not_thread
    true
end

regardless of multithreaded or not I encountered the following warning:

postgres.log
LOG:  unexpected EOF on client connection


btw. our Postgres (version 9.1) max_connections is set to 100.
the scenario happens regardless of the number of ruote-workers (1-5) 


Thanks a lot!

Marco


-- 
you received this message because you are subscribed to the "ruote users" group.
to post : send email to [email protected]
to unsubscribe : send email to [email protected]
more options : http://groups.google.com/group/openwferu-users?hl=en

Reply via email to