Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: using HTTP::Daemon instead of Apache

by sri (Vicar)
on Feb 04, 2004 at 00:15 UTC ( [id://326364]=note: print w/replies, xml ) Need Help??


in reply to using HTTP::Daemon instead of Apache

Apache/mod_perl is definitely faster, and would serve much more clients in less time.

Mod_Perl's performance is not just a result of the persistent Perl Interpreter, it also benefits a lot from the Apache server doing all the network and parsing stuff.
In fact all modules using Perl sockets are much slower than anything written in C.

Listen to tachyon about the memory footprint.

But if you don't need that performance boost and like HTTP::Daemon, just use it. ;)
  • Comment on Re: using HTTP::Daemon instead of Apache

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://326364]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (4)
As of 2024-04-24 18:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found