Re: Feature freeze date for 8.1 - Mailing list pgsql-hackers

From Dawid Kuroczko
Subject Re: Feature freeze date for 8.1
Date
Msg-id 758d5e7f0505030246761c1467@mail.gmail.com
Whole thread Raw
In response to Re: Feature freeze date for 8.1  (Heikki Linnakangas <hlinnaka@iki.fi>)
List pgsql-hackers
On 5/2/05, Heikki Linnakangas <hlinnaka@iki.fi> wrote:
> What we can do in PostgreSQL is to introduce an application-level
> heartbeat. A simple "Hello world" message sent from server to client that
> the client would ignore would do the trick.

Hmm, a quick-and-dirty implementation could be that a client issues
"LISTEN heartbeat;" command, and there would be other client issuing
"NOTIFY heartbeat;" every few minutes.  I am not sure but this would
probably make server send out these messages to the client, regardless
of whether the client is doing something or not.  Again, I am not sure.
Ah, and probably so many NOTIFY messages wouldn't be very nice for
system tables.
  Regards,       Dawid


pgsql-hackers by date:

Previous
From: Tatsuo Ishii
Date:
Subject: bitmap scan and explain analyze
Next
From: Hannu Krosing
Date:
Subject: Re: Feature freeze date for 8.1