Re: pgbench with libevent? - Mailing list pgsql-hackers

From Fabien COELHO
Subject Re: pgbench with libevent?
Date
Msg-id 9633b9f1-c128-7031-6a9e-1af6d247caa0@minesparis.psl.eu
Whole thread Raw
In response to pgbench with libevent?  (Fabien COELHO <coelho@cri.ensmp.fr>)
Responses Re: pgbench with libevent?
Re: pgbench with libevent?
List pgsql-hackers
> Pgbench is managing clients I/Os manually with select or poll. Much of this 
> could be managed by libevent.

Or maybe libuv (used by nodejs?).

From preliminary testing libevent seems not too good at fine grain time 
management which are used for throttling, whereas libuv advertised that it 
is good at it, although what it does is yet to be seen.

Note: libev had no updates in 8 years.

-- 
Fabien.



pgsql-hackers by date:

Previous
From: David Rowley
Date:
Subject: Re: Report planning memory in EXPLAIN ANALYZE
Next
From: Fabien COELHO
Date:
Subject: Re: Make psql's qeury canceling test simple by using signal() routine of IPC::Run