Am 25.10.2011 02:58, schrieb Aleksey Tsalolikhin:
Our python program does have multiple threads, but each thread is supposed
to set up its own connection to Postgres.

If that's the case, PyGres should work fine for you. Also, your program seems to hang where Python is acquiring a lock, but PyGres doesn't do that (actually that's the very reason why it is not thread-safe). So I suppose it's some other component of your system.

-- Christoph
_______________________________________________
PyGreSQL mailing list
PyGreSQL@vex.net
http://mailman.vex.net/mailman/listinfo/pygresql

Reply via email to