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

2012-11-19 Thread Pander
On 2012-11-19 21:59, Mark Ellzey wrote: > On Mon, Nov 19, 2012 at 10:12:53PM +0200, Nir Soffer wrote: >> On Mon, Nov 19, 2012 at 7:26 PM, Pander wrote: >> >>> Second question is regarding buffer_in in request. I can't seem to find >>> a proper example with h

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

2012-11-19 Thread Pander
over 10,000 connections and service 70-90,000 requests/s, > so I have yet to see a better solution that avoids libevent locking. I > actually like the idea that each event_base is sandboxed in their own > thread. I will give it some thorough testing when my service is finished. :) T

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

2012-11-19 Thread Pander
On 2012-11-16 15:19, Nick Mathewson wrote: > > > > On Fri, Nov 16, 2012 at 5:49 AM, Pander <mailto:pan...@users.sourceforge.net>> wrote: > > Hi all, > > I am new to libevent and am wondering what to choose for a > multi-threated minimal and fa

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

2012-11-16 Thread Pander
examples of libevent/http and lighttpd plugin services are out there and I am looking for some well tested and actively maintained minmal and fast HTTP service in which I can easily add my custom code. What would you all advise me to use? Thanks, Pander