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
> 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