Re: Posix Shared Mem patch

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Posix Shared Mem patch
Дата
Msg-id 15869.1340753409@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Posix Shared Mem patch  ("A.M." <agentm@themactionfaction.com>)
Ответы Re: Posix Shared Mem patch  ("A.M." <agentm@themactionfaction.com>)
Список pgsql-hackers
"A.M." <agentm@themactionfaction.com> writes:
> On Jun 26, 2012, at 6:12 PM, Daniel Farina wrote:
>> I'm simply suggesting that for additional benefits it may be worth
>> thinking about getting around nattach and thus SysV shmem, especially
>> with regard to safety, in an open-ended way.

> I solved this via fcntl locking.

No, you didn't, because fcntl locks aren't inherited by child processes.
Too bad, because they'd be a great solution otherwise.
        regards, tom lane


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

Предыдущее
От: Andres Freund
Дата:
Сообщение: embedded list v2
Следующее
От: Andres Freund
Дата:
Сообщение: Re: [PATCH 08/16] Introduce the ApplyCache module which can reassemble transactions from a stream of interspersed changes