[Libevent-users] guidance on conversion from EV_READ events to bufferevent_read() in libevent

2006-08-02 Thread Morgan Jones
I've written a fairly extensive set of libraries and applications that are based on libevent.Because of the way I've implemented the event based solution to handling an internal message protocol we send over a socket, I find my application using 100% of the CPU dealing with data coming in over the

Re: [Libevent-users] guidance on conversion from EV_READ events to bufferevent_read() in libevent

2006-08-02 Thread christopher baus
> I've written a fairly extensive set of libraries and applications that are > based on libevent. > > Because of the way I've implemented the event based solution to handling > an internal message protocol we send over a socket, I find my application > using 100% of the CPU dealing with data coming