Re: [Libevent-users] Beginners' question: multi-threaded HTTP service

2012-11-16 Thread Nick Mathewson
On Fri, Nov 16, 2012 at 5:49 AM, Pander wrote: > Hi all, > > I am new to libevent and am wondering what to choose for a > multi-threated minimal and fast HTTP service that will run custom C code > for the POST requests it will get. > > Both libevent/http and lighttpd are candidates for my service

[Libevent-users] Beginners' question: multi-threaded HTTP service

2012-11-16 Thread Pander
Hi all, I am new to libevent and am wondering what to choose for a multi-threated minimal and fast HTTP service that will run custom C code for the POST requests it will get. Both libevent/http and lighttpd are candidates for my service that has to be able to cope with *many* requests. Several e