Re: windows shared memory error

Поиск
Список
Период
Сортировка
От Greg Stark
Тема Re: windows shared memory error
Дата
Msg-id 4136ffa0905010305p43bad60cm12f42ef431a85b7a@mail.gmail.com
обсуждение исходный текст
Ответ на Re: windows shared memory error  (Dave Page <dpage@pgadmin.org>)
Ответы Re: windows shared memory error  (Dave Page <dpage@pgadmin.org>)
Список pgsql-hackers
On Fri, May 1, 2009 at 8:42 AM, Dave Page <dpage@pgadmin.org> wrote:
> On Fri, May 1, 2009 at 12:59 AM, Andrew Dunstan <andrew@dunslane.net> wrote:
>>
>> It strikes me that we really need to try reconnecting to the shared memory
>> here several times, and maybe the backoff need to increase each time. On a
>> loaded server this cause postgres to fail to restart fairly reliably.
>
> At the risk of sounding predictable, +1. Maybe try 5 times, repeating
> at 1, 2, 4 & 8 seconds? Any longer seems like it will be a genuine
> failure (so does 8 seconds in fact, but I don't suppose it'll hurt to
> try).

Do we have any idea why "it may take a short while before it gets
dropped from the global namespace"? Is there some demon running which
only wakes up periodically? Or any specific reason it takes so long?
That might give us a clue exactly how long to sleep for.

Is there any way to tell Windows to wake up and do its job? Or to
block until its done?

-- 
greg


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

Предыдущее
От: Fujii Masao
Дата:
Сообщение: Re: Creating a tablespace directory in recovery
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: plpgsql's EXIT versus block and loop nesting