Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

RE: Re: How big is yours?

by kael (Monk)
on Oct 11, 2000 at 11:32 UTC ( [id://36191]=note: print w/replies, xml ) Need Help??


in reply to Re: How big is yours?
in thread How big is yours?

What is FastCGI? And why don't I know about it?

Replies are listed 'Best First'.
RE: RE: Re: How big is yours?
by merlyn (Sage) on Oct 11, 2000 at 19:39 UTC
    Because mod_perl is soo much cooler!

    (... ducking ...)

    Seriously, I bet there's a lot more demand for competent mod_perl hackers out there. The mailing list is always screaming "we can't find enough people to do this XYZ-startup.com project". FastCGI is just a cool way of not firing off processes on each CGI hit, but mod_perl permits full access back to the Apache API to some some wild and wacky stuff.

    -- Randal L. Schwartz, Perl hacker

      You don't have to duck you, mod_perl is really a lot cooler (and more powerful anyway), but also more complicated and has more dependencies. For my current projects, i also use mod_perl.

      For kael: FastCGI starts you CGI (not only perl, but who needs something else) as a seperate process. Apache with the FastCGI module than communicates trough a socket (or even IP) with this CGI process. The benefit is, as Randal said, that the Webserver doesn't have to spawn a new process for every request.

      FastCGI is a good way, if you just want you CGIs to be faster (referring to the startup time) and don't like to "bother" with mod_perl. For everything else, mod_perl is the way to go.

      Roli

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (5)
As of 2024-04-19 16:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found