Re: Client-Side triggers possible?

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: Client-Side triggers possible?
Дата
Msg-id 4D185A5A0200002500038BB1@gw.wicourts.gov
обсуждение исходный текст
Ответ на Client-Side triggers possible?  (Clemens Eisserer <linuxhippy@gmail.com>)
Ответы Re: Client-Side triggers possible?  (Clemens Eisserer <linuxhippy@gmail.com>)
Список pgsql-jdbc
Clemens Eisserer <linuxhippy@gmail.com> wrote:

> Is there any way to get clients notified about data-changes
> without polling?
>
> What I would need would be a client-side equivalent to triggers,
> e.g. if one client inserts into a table all other interrested
> clients should somehow get notified.

If you funnel all access through a client-side framework, yes you
can do that.  This, however, has very little to do with the database
which lies behind such a framework -- so a list for a particular
database product may not be the best place to ask this question.

Be warned that incoming programmers will tend to feel constrained by
having to go through your framework rather than using their favorite
tools and techniques.  Don't try this unless you have managers who
are willing to hold the line on this.  For that matter, make sure
that the benefits outweigh the disadvantages -- there are trade offs
here.

-Kevin

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

Предыдущее
От: Micka
Дата:
Сообщение: Re: Client-Side triggers possible?
Следующее
От: Lew
Дата:
Сообщение: Re: Client-Side triggers possible?