Suggestions on message transfer among backends

From: Andy Fan <zhihui(dot)fan1213(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Suggestions on message transfer among backends
Date: 2019-03-11 13:36:35
Message-ID: CAKU4AWrNrnsgrMiMhhiCL+LBn8R3_s_nGX7eRQZSdxu=EDBEcg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi:
I need some function which requires some message exchange among different
back-ends (connections).
specially I need a shared hash map and a message queue.

Message queue: it should be many writers, 1 reader. Looks POSIX message
queue should be OK, but postgre doesn't use it. is there any equivalent in
PG?

shared hash map: the number of items can be fixed and the value can be
fixed as well.

any keywords or explanation will be extremely helpful.

Thanks

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andy Fan 2019-03-11 13:37:32 Re: Suggestions on message transfer among backends
Previous Message Bruno Hass 2019-03-11 13:27:14 Best way to keep track of a sliced TOAST