shared memory allocation - C function

Поиск
Список
Период
Сортировка
От Alan Nilsson
Тема shared memory allocation - C function
Дата
Msg-id 4CBFF0C7-9B8D-401E-AAB3-F81515233526@apple.com
обсуждение исходный текст
Ответы Re: shared memory allocation - C function  (Michael Paquier <michael.paquier@gmail.com>)
Список pgsql-general
Is it possible to allocate a small chunk of shared memory outside of any pools(i.e. manually alloced & de-alloced) that
isvisible to all processes?  I would like a small amount to store a mutex and a condition variable that is accessible
ina c function from any process.  Is there an SPI/API to do this? 

alan




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

Предыдущее
От: Andy Colson
Дата:
Сообщение: Re: hot standby data folder bigger than primary
Следующее
От: Susan Cassidy
Дата:
Сообщение: any way for a transaction to "see" inserts done earlier in the transaction?