Re: Shared Data Structure b/w clients

From: Atri Sharma <atri(dot)jiit(at)gmail(dot)com>
To: Rohit Goyal <rhtgyl(dot)87(at)gmail(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Shared Data Structure b/w clients
Date: 2014-07-22 18:30:12
Message-ID: CAOeZVicDffLk1RZr0DDegbaEOw_8jyao9GRRzZwZ6+qzmdPZ_A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tuesday, July 22, 2014, Rohit Goyal <rhtgyl(dot)87(at)gmail(dot)com> wrote:

> 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
>

How about making it a part of shared mem, like shared buffers?

Regards,

Atri

--
Regards,

Atri
*l'apprenant*

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Rohit Goyal 2014-07-22 18:33:53 Re: Shared Data Structure b/w clients
Previous Message Fabrízio de Royes Mello 2014-07-22 18:29:42 Re: [GSoC2014] Patch ALTER TABLE ... SET LOGGED