transaction timeout

From: Dr NoName <spamacct11(at)yahoo(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: transaction timeout
Date: 2005-07-25 14:29:28
Message-ID: 20050725142928.83912.qmail@web31513.mail.mud.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi all,

We are using PostgreSQL in a mission-critical
application. For the most part it works really well.
However, we are repeatedly running into one problem:
sometimes our client application hangs while in
transaction and that locks up the entire database, so
that nothing else can access it. It seems silly that a
single client can bring the entire database to its
knees. What we really need to remedy this situation is
a transaction timeout. (no *not* statement timeout,
*transaction* timeout). I want postgresql to kill a
transaction that has been idle for more than N
seconds. I asked for this feature two years ago, but
AFAIK it is still not available. Any chance it could
be implemented in the next release?

thanks a lot,

Eugene

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Zlatko Matic 2005-07-25 14:47:19 Re: Bad locking with MS-Access
Previous Message Michael Fuhr 2005-07-25 13:43:53 Re: Query planner refuses to use index