Dear Lazyweb, please write a XS module which interfaces to Mongrel's HTTP Parser (also seen in Thin). I'll buy you dimsum!
Re:PerlBal
Andy Grundman on 2008-01-06T00:57:03
Yeah I looked at that once, but it doesn't give you an HTTP::Request object or anything nice like that.
What we also need is a fast HTTP body parser in C, our HTTP::Body module in Catalyst is really slow for doing things like multipart body parsing. Haven't looked at Mongrel enough yet to know if it does body parsing or just headers.