in reply to using HTTP::Daemon instead of Apache

Also consider POE::Component::Server::HTTP. With the POE engine, you can make nice little mini-servers that even prefork like Apache does, and hook in to the rest of the POE pieces. I wrote a column about a weblog watcher using that.

-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.

  • Comment on •Re: using HTTP::Daemon instead of Apache