From: | Dawid Kuroczko <qnex42(at)gmail(dot)com> |
---|---|
To: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Feature freeze date for 8.1 |
Date: | 2005-05-03 09:46:41 |
Message-ID: | 758d5e7f0505030246761c1467@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-patches |
On 5/2/05, Heikki Linnakangas <hlinnaka(at)iki(dot)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
From | Date | Subject | |
---|---|---|---|
Next Message | Hannu Krosing | 2005-05-03 09:56:54 | Re: ARCHIVE TABLES (was: possible TODO: read-only |
Previous Message | mohammad izwan ibrahim | 2005-05-03 09:18:58 | distributed database |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2005-05-03 14:31:11 | Re: Feature freeze date for 8.1 |
Previous Message | Magnus Hagander | 2005-05-03 07:48:54 | Re: Added columns to pg_stat_activity |