Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: using HTTP::Daemon instead of Apache

by toma (Vicar)
on Feb 04, 2004 at 09:03 UTC ( [id://326439]=note: print w/replies, xml ) Need Help??


in reply to using HTTP::Daemon instead of Apache

I use Apache and mod_perl for the server side apps. I wouldn't use HTTP::Daemon on the server side, because it is slow and doesn't have the administration features that I really need.

One of our apps needed a little web server on the desktop, so for that we used HTTP::Daemon. This allows us to deploy a simple, more portable configuration to a large number of users. It's multiplatform, also.

The biggest difficulty with Apache is the learning curve for doing complicated things. Apache tries to make simple things simple. Like just about everything else, it's not quite as good as perl in this regard.

Apache has a modular architecture and can be built for low resource usage. 750K for an httpd process is not unusual. For CPU usage apache should be much lower.

It should work perfectly the first time! - toma
  • 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://326439]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (4)
As of 2024-04-18 05:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found