Re: Proposal - asynchronous functions

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема Re: Proposal - asynchronous functions
Дата
Msg-id BANLkTin5S-yc8n-gAqQN7b9SX5TD22ER-Q@mail.gmail.com
обсуждение исходный текст
Ответ на Proposal - asynchronous functions  (Sim Zacks <sim@compulab.co.il>)
Ответы Re: Proposal - asynchronous functions  (Sim Zacks <sim@compulab.co.il>)
Список pgsql-hackers
On Tue, Apr 26, 2011 at 3:28 AM, Sim Zacks <sim@compulab.co.il> wrote:
> Asynchronous functions
>
> *Problem*
> Postgresql does not have support for asynchronous function calls.

Well, there is asynchronous support from the client of course.  Thus
you can set up a asynchronous call back to the database with dblink.
There is some discussion about formalizing this feature -- you might
want to read up on autonomous transactions and how they might be used
to do what you are proposing.

merlin


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

Предыдущее
От: Radosław Smogura
Дата:
Сообщение: Re: Improving the memory allocator
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Possible deadlock issue when one transaction waiting on other and vice versa? Should, ideally, postgres recognize blocking situation?