in reply to Time to write a "serious" http server in Perl?
Writing an HTTP server in Perl doesn't magically solve any of the problem you perceive Apache 2 has.
Personally, if I wanted to write a small webserver that does a very specific thing, and it wouldn't have to handle a huge load, I'd write it in Perl. If I were to write a general purpose webserver having to handle a huge load, rival Apache2 and even implement more, the only language I'd consider using is C.
|
|---|