Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: mod_perl: Is it so necessary?

by merlyn (Sage)
on Sep 05, 2000 at 09:27 UTC ( [id://31090]=note: print w/replies, xml ) Need Help??


in reply to mod_perl: Is it so necessary?

CGI is simple, easy to understand, and fairly portable, since it's just an interface between the web server and a child process that reads the environment and standard input, and provides a simple text interface on standard output.

But to get performance, we can't fork on each request. That's the death knell. So many "servlet"-type solutions have arisen, with probably the most popular being the mod_perl under Apache. After all, that's what The Monestary uses. {grin}

-- Randal L. Schwartz, Perl hacker

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (5)
As of 2024-04-25 14:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found