Re: Remove or weaken hints about "effective resolution of sleep delays is 10 ms"?

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема Re: Remove or weaken hints about "effective resolution of sleep delays is 10 ms"?
Дата
Msg-id CAHyXU0zibW2iPrt6YgUT4Kv0Z5qvf+OpBVOUi4tNR_iP11Utgw@mail.gmail.com
обсуждение исходный текст
Ответ на Remove or weaken hints about "effective resolution of sleep delays is 10 ms"?  (Andres Freund <andres@anarazel.de>)
Ответы Re: Remove or weaken hints about "effective resolution of sleep delays is 10 ms"?  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
On Wed, Feb 10, 2016 at 4:15 PM, Andres Freund <andres@anarazel.de> wrote:
> Hi,
>
> Several places in our docs have blurbs like
>> Note that on many systems, the effective resolution of sleep delays is
>> 10 milliseconds; setting <varname>wal_writer_delay</> to a value that
>> is not a multiple of 10 might have the same results as setting it to
>> the next higher multiple of 10.
> Afaik that's not the case on any recent operating system/hardware. So
> perhaps we should just remove all of those blurbs, or just replace them
> with something like "on some older systems the effective resolution of
> sleep delays is limited to multiples of 10 milliseconds"?

I guess we should probably explain what is actually happening, namely
that the precise sleep duration is delegated to the operating system
scheduler which may cause the process to sleep longer than requested.

merlin



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

Предыдущее
От: Corey Huinker
Дата:
Сообщение: Re: Declarative partitioning
Следующее
От: Chapman Flack
Дата:
Сообщение: Re: A bit of PG archeology uncovers an interesting Linux/Unix factoid