Hi, I'm sorry i answered Aleksandar instead of the mailing list :-(
Peter ---------- Forwarded message ---------- From: Peter Muller <ync7b753ufxtcjgjx...@googlemail.com> Date: 2009/2/15 Subject: Re: [Libevent-users] Multithreaded envhttpd Server To: Aleksandar Lazic <al-libev...@none.at> Hi Aleksandar, > Have you take a look into > > nginx http://nginx.net/ I have seen this application a few times in production but never realized its possible to modify it. I will have a look at it's source code to see how much trouble it is to implement the necessary changes. Nethertheless I think i can't use it because the application has to run on both, windows + linux. > Maybe you want to read this blog and get some more questions ;-) > > http://www.zenebo.com/word/asynchronous-programming/lighttz-a-simple-and-fast-web-server/ Thanks for the link :-) > Which features do you need or plan to use? Actually I just need an interface to receive already parsed http requests (but wouldn't really hurt to parse myself / use an external library) and to push an response back. The problem why i need multithreading is that while generating parts of the response i have to do blocking network operation (like database lookups). Btw. does envhttp use a linked list to store url -> callback mappings for evhttp_set_cb a hash or tree would in most cases be better suited :-) Peter _______________________________________________ Libevent-users mailing list Libevent-users@monkey.org http://monkeymail.org/mailman/listinfo/libevent-users