> Sounds like you're opening to many connections to the db.  How many
> threads do you have?  Each thread opens it's own socket to the server
> so if you have 100 threads, you have 100 connections to the server.

Well, like I pointed out in my first mail, the threads are very few.
They make peak to five or a bunch more, but most of that won't access
the database. The main problem is that the idle workers don't get
reaped by PG...

  Leslie

-- 
My personal blog: http://blog.viridian-project.de/

_______________________________________________
elephant-devel site list
elephant-devel@common-lisp.net
http://common-lisp.net/mailman/listinfo/elephant-devel

Reply via email to