On Mon, Jun 11, 2007, Matthieu PATOU wrote:
> Dear list,
>
> i'm working on a partial C implementation of the memcache PERL client.
> The part i rewrote in C was a big loop around a select that handled read
> and write from the various memcached server.
>
> I was expecting the libevent code to b
Dear list,
i'm working on a partial C implementation of the memcache PERL client.
The part i rewrote in C was a big loop around a select that handled read and
write from the various memcached server.
I was expecting the libevent code to be quicker or least not slower than a
standard select cal