Re: Scalable postgresql using sys_epoll

Поиск
Список
Период
Сортировка
От Shachar Shemesh
Тема Re: Scalable postgresql using sys_epoll
Дата
Msg-id 404ED3F2.7080900@shemesh.biz
обсуждение исходный текст
Ответ на Scalable postgresql using sys_epoll  (anthony_barker@hotmail.com (Anthony_Barker))
Ответы Re: Scalable postgresql using sys_epoll  (Matthew Kirkwood <matthew@hairy.beasts.org>)
Список pgsql-hackers
Anthony_Barker wrote:

>IBM has rewritten their Domino database system to use the new
>sys_epoll call available in the Linux 2.6 kernel.
>
>Would Postgresql benefit from using this API? Is anyone looking at
>this?
>
>Anthony
>http://xminc.com/mt/
>
>  
>
I'm not familiar enough with the postgres internals, but is using 
libevent (http://monkey.org/~provos/libevent/) an option? It uses state 
triggered, rather than edge triggered, interface, and it automatically 
selects the best API for the job (epoll, poll, select). I'm not sure 
whether it's available for all the platforms postgres is available for.
         Shachar

-- 
Shachar Shemesh
Lingnu Open Systems Consulting
http://www.lingnu.com/



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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: cvs breakage
Следующее
От: Manfred Koizar
Дата:
Сообщение: Re: [PATCHES] log_line_info