Re: "Expiring" transactions? - Mailing list pgsql-general

From Mark Kirkwood
Subject Re: "Expiring" transactions?
Date
Msg-id 3F70FD2A.1070008@paradise.net.nz
Whole thread Raw
In response to "Expiring" transactions?  ("Egor Shipovalov" <pgsql_list@eonline.ru>)
List pgsql-general
Most web appl servers have settings to do this for you, or APIs you can
use.

e.g. for J2EE see SessionBindingListener

regards

mark

Egor Shipovalov wrote:

>Is there a way to make transaction automatically COMMIT or ROLLBACK after
>certain period of time?
>I want website visitors to be able to page through search results using
>single cursor. Since users can leave the site at any time, I can't know when
>to end their transaction.
>
>I guess I can write a broker that gives each user a connection and tracks
>when he's gone, performing necessaty cleanup, but isn't there a simplier
>way?
>
>Best regards,
>Egor Shipovalov.
>
>
>---------------------------(end of broadcast)---------------------------
>TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org
>
>
>
>


pgsql-general by date:

Previous
From: Joseph Shraibman
Date:
Subject: how smart is is pg with shared_buffers?
Next
From: Joseph Shraibman
Date:
Subject: Re: how smart is is pg with shared_buffers?