Shared Data Structure b/w clients

From: Rohit Goyal <rhtgyl(dot)87(at)gmail(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Shared Data Structure b/w clients
Date: 2014-07-22 18:03:35
Message-ID: CANqGtSuzqXF_A=B5FK6up2D4-2QQ=Rfx2rnUgRWUdBqWBdT+Nw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi All,

I am working on postgresql code and having some problem. :)

I need to create shared data structure, so that different client and
connection can update and share the state of those data structures in
memory. I planned to use top memory context but it can give me shared
structure within one session/terminal.

Please tel me how postgresql do that and how i can do that?

Regards,
Rohit Goyal

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Fabrízio de Royes Mello 2014-07-22 18:29:42 Re: [GSoC2014] Patch ALTER TABLE ... SET LOGGED
Previous Message Fabien COELHO 2014-07-22 18:01:52 Re: parametric block size?