"Expiring" transactions?

Поиск
Список
Период
Сортировка
От Egor Shipovalov
Тема "Expiring" transactions?
Дата
Msg-id AKEFIKCGEAEFBICLBFBMAEKBCIAA.pgsql_list@eonline.ru
обсуждение исходный текст
Ответы Re: "Expiring" transactions?  (Mark Kirkwood <markir@paradise.net.nz>)
Re: "Expiring" transactions?  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-general
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.


В списке pgsql-general по дате отправления:

Предыдущее
От: Mainlander
Дата:
Сообщение: TList.Sort
Следующее
От: Joseph Shraibman
Дата:
Сообщение: how smart is is pg with shared_buffers?