in reply to Re: Re: Slightly OT: HTTP protocal documentation?
in thread Slightly OT: HTTP protocal documentation?
Both POE and LWP include mini HTTP servers. However, you're almost certainly better off sticking with mod_perl. You're unlikely to get significantly better performance, and you'll be taking on a lot more work if you build your own. So, if it's just for kicks, read the RFC and have a blast, but if it's a practical project, stick with mod_perl.