Re: [Libevent-users] libevent on FREEBSD

2007-06-11 Thread Adrian Chadd
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

[Libevent-users] libevent on FREEBSD

2007-06-11 Thread Matthieu PATOU
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