[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [Libevent-users] libevent performance : any simple http server using kqueue and perf comparison of 1.4.x with 2.x




On Jul 24, 2013 10:31 AM, "Rv Rv" <rvrv7575@xxxxxxxxx> wrote:
>
> I have to eval libevent performance on our platform in the company where I work. Is there a simple kqeue based simple http server (or even an echo server would do) that I can get started on and make modifications with our logic and test its performance.

You can see into libevhtp and it examples

> Also, are there any performance quantitative comparison between libevent 2.x and libevent1.4.x versions. I do know that libevent 2.x behaves better than libevent 1.4.12 but not sure by how much? I did see this on http://google-opensource.blogspot.in/2010/01/libevent-20x-like-libevent-14x-only.html but no other details "Preliminary results around April 2009 indicated that the rewritten codebase had improved our large-payload HTTP benchmark performance by between 35 and 174 percent."