2010/11/19 Niphlod <[email protected]>: > the only thing on multiprocessing's queue that I don't like (it's not > its fault, but psycopg's one) is that I have to create multiple > connections (one for every process) to the database. Not a psycopg fault, it is the way PostgreSQL work, and it is very well thought.
http://www.postgresql.org/docs/9.0/static/connect-estab.html reads: "PostgreSQL is implemented using a simple "process per user" client/server model."

