Re: shared memory problem

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: shared memory problem
Дата
Msg-id 9348.974129557@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: shared memory problem  (Michael Teter <michael_teter@yahoo.com>)
Список pgsql-sql
Michael Teter <michael_teter@yahoo.com> writes:
> Perhaps there's some issue with the shared memory not
> being freed quickly enough by the kernel?

Never heard of that before.  There is an issue with time delays
on release of port addresses ---  sometimes you may get a failure
to bind() to a port address that was just released by a previous
incarnation of the postmaster.  But I haven't heard of such a
thing for shared memory or semaphores.
        regards, tom lane


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

Предыдущее
От: Michael Teter
Дата:
Сообщение: Re: shared memory problem
Следующее
От: Steve Wampler
Дата:
Сообщение: Using a postgres table to maintain unique id?