[Libevent-users] new libev release and mailinglist available

2007-11-21 Thread Marc Lehmann
I have updated the libev release tarball: http://dist.schmorp.de/libev/libev-1.4.0-beta.tar.gz changes since the last release: - a solaris port-based backend has been added. - more configurability for win32 platforms. - some of minor portability fixes have been applied. - minor doc updates. -

[Libevent-users] evhttp and pre-fork model

2007-11-21 Thread Nicolas Favre-FĂ©lix
Hello, I am trying to implement a server using a "pre-fork" design. It currently works great with a custom protocol, but I'd like to integrate HTTP support - using evhttp. The current design is the following: A control process creates and bind()s a socket, and then forks N times. This creates N p

[Libevent-users] evhttp supporting virtual hosts

2007-11-21 Thread william
For my python binding to evhttp (temporarily called fapws2 http://www.opensource4you.com/cgi-bin/gitweb.cgi?p=fapws2;a=summary), I would like to implement the concept of virtual host. Is there anyone having expertise with that within libevent ? I'm thinking to add it within the http structure.