[PyGreSQL] Strange hanging problem..

Christoph Zwerschke cito at online.de
Mon Oct 23 06:14:44 EDT 2006


Hi Frederik,

this sounds more like your "outer" process has a transaction running on
the table "muxes" that is locking the table from updates, so the "inner"
process waits for ever. What happens when you issue a "commit" before
starting the inner process?

-- Christoph





More information about the PyGreSQL mailing list