Re: Scalable postgresql using sys_epoll

From: Shachar Shemesh <psql(at)shemesh(dot)biz>
To: Anthony_Barker <anthony_barker(at)hotmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Scalable postgresql using sys_epoll
Date: 2004-03-10 08:38:10
Message-ID: 404ED3F2.7080900@shemesh.biz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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/

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Manfred Koizar 2004-03-10 10:54:09 Re: [PATCHES] log_line_info
Previous Message Peter Eisentraut 2004-03-10 07:36:09 Re: cvs breakage