in reply to Multithreading on HTTP::Daemon

HTTP::Daemon is not meant to be a high performance server. Its really more of a test harness kind of thing. Multithreading *might* be hacked into it fairly simply... fork() works in the latest activeperl. But I question the utility of this. A perl based webserver is never going to approach even apache in performance, even with multithreading. So unless you are doing something that a high performance perl based tool would be *ideal* for, (and I lack the imagination to come up with such a project), either live with single thread, or install a real webserver.
--
Jay "Yohimbe" Thorne, alpha geek for UserFriendly