Re: Python Driver - Mailing list pgsql-general

From Alex Turner
Subject Re: Python Driver
Date
Msg-id 33c6269f05021113246bb02e0c@mail.gmail.com
Whole thread Raw
In response to Re: Python Driver  (Michael Fuhr <mike@fuhr.org>)
Responses Re: Python Driver  (Michael Fuhr <mike@fuhr.org>)
List pgsql-general
pg_locks - awesome - I will check it out...

I think it's uncommitted transactions that are causing the problem.
The original code was written very transactionaly.

Alex Turner
netEconomist


On Fri, 11 Feb 2005 14:20:32 -0700, Michael Fuhr <mike@fuhr.org> wrote:
> On Fri, Feb 11, 2005 at 04:05:03PM -0500, Alex Turner wrote:
> >
> > I am now having trouble with psycopg locking up my database somehow.
> > It's almost like there are outstanding locks on objects in the database
> > that are preventing other threads operating.
>
> Do you mean the Python script itself is locked up, or just that
> locks in the database are causing certain transactions to block?
> Have you looked at pg_locks?  Are locks being held by idle uncommitted
> transactions?
>
> --
> Michael Fuhr
> http://www.fuhr.org/~mfuhr/
>
>

pgsql-general by date:

Previous
From: Michael Fuhr
Date:
Subject: Re: Python Driver
Next
From: Alex Turner
Date:
Subject: Re: Python Driver