Re: Python Driver

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Re: Python Driver
Дата
Msg-id 20050211212032.GA33323@winnie.fuhr.org
обсуждение исходный текст
Ответ на Re: Python Driver  (Alex Turner <armtuk@gmail.com>)
Ответы Re: Python Driver  (Alex Turner <armtuk@gmail.com>)
Re: Python Driver  (Alex Turner <armtuk@gmail.com>)
Список pgsql-general
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 по дате отправления:

Предыдущее
От: Alex Turner
Дата:
Сообщение: Error from database
Следующее
От: Alex Turner
Дата:
Сообщение: Re: Python Driver