Re: 8.0 beta 1 on linux-mipsel R5900

Поиск
Список
Период
Сортировка
От Zeugswetter Andreas SB SD
Тема Re: 8.0 beta 1 on linux-mipsel R5900
Дата
Msg-id 46C15C39FEB2C44BA555E356FBCD6FA40184D179@m0114.s-mxs.net
обсуждение исходный текст
Ответ на 8.0 beta 1 on linux-mipsel R5900  (Chris <list@1006.org>)
Ответы Re: 8.0 beta 1 on linux-mipsel R5900  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
> >> Think harder... one processor != one process...
>
> > Well sure, but you don't want a spinlock in that case.
>
> Actually you do, when the normal case is that you don't have to block.
> You want it to fall through as quickly as possible in the success case
> (the blocking case is going to suck no matter what).  Given the present
> set of available/portable technologies, spinlocks win.

I guess it could still save some CPU cycles in the single CPU case,
if you yield() instead of tight loop around TAS in the failure case.
Problem is yield and detecting single CPU is not portable.

Andreas


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

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: [COMMITTERS] pgsql-server: Rearrange pg_subtrans handling
Следующее
От: "Zeugswetter Andreas SB SD"
Дата:
Сообщение: Re: PITR: XLog File compression on Archive