That sounds like a fantastic base for a custom web server for a new framework. Keep us informed! I'm thinking of creating a web framework using digitalmars' D, and this sounds like it could be a great addition as the web server part of it. Cheers
On Sun, Jul 20, 2008 at 9:36 PM, ry dahl <[EMAIL PROTECTED]> wrote: > Hello libev users, > > I would like to announce a new project called libebb. It aims at being > a lightweight high-performance HTTP server library for C. It ties > together a HTTP parser, some socket handling, and libev. This project > is a rather complete rewrite of the backend used in my Ruby language > web server called Ebb. Eventually, when libebb stabilizes, Ruby-Ebb > will use libebb as its back-end. > > There are several novel things being done in libebb. The parser > handles pipelined requests, chunked uploads, and basically any sort of > HTTP/1.1 compliant junk. The library itself does not allocate any > buffers - it passes those decisions of to the users so they might use > their own memory pools or whatever. > > The webpage is http://tinyclouds.org/libebb/ and the source code can > be downloaded at http://github.com/ry/libebb/tree/master > > Thanks, > ry > > _______________________________________________ > libev mailing list > [email protected] > http://lists.schmorp.de/cgi-bin/mailman/listinfo/libev > -- Regards, Chris Email: [EMAIL PROTECTED] Web: http://splinter.com.au Phone: 0431 154 421
_______________________________________________ libev mailing list [email protected] http://lists.schmorp.de/cgi-bin/mailman/listinfo/libev
