Re: Shared Data Structure b/w clients

Поиск
Список
Период
Сортировка
От Atri Sharma
Тема Re: Shared Data Structure b/w clients
Дата
Msg-id CAOeZVicDffLk1RZr0DDegbaEOw_8jyao9GRRzZwZ6+qzmdPZ_A@mail.gmail.com
обсуждение исходный текст
Ответ на Shared Data Structure b/w clients  (Rohit Goyal <rhtgyl.87@gmail.com>)
Ответы Re: Shared Data Structure b/w clients  (Rohit Goyal <rhtgyl.87@gmail.com>)
Список pgsql-hackers


On Tuesday, July 22, 2014, Rohit Goyal <rhtgyl.87@gmail.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

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Fabrízio de Royes Mello
Дата:
Сообщение: Re: [GSoC2014] Patch ALTER TABLE ... SET LOGGED
Следующее
От: Rohit Goyal
Дата:
Сообщение: Re: Shared Data Structure b/w clients