Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: FastCGI?

by samtregar (Abbot)
on Sep 21, 2002 at 22:32 UTC ( [id://199809]=note: print w/replies, xml ) Need Help??


in reply to FastCGI?

Yes. By using FastCGI you will save the per-request initialization cost of running a normal CGI. This includes the time it takes to load the Perl interpreter and the time it takes to compile your script. In terms of performance enhancement FastCGI offers basically the same speedup as mod_perl. However, mod_perl also allows you to access the Apache API which gives you a whole load of capabilities that are not available in CGI or FastCGI.

-sam

Replies are listed 'Best First'.
A reply falls below the community's threshold of quality. You may see it by logging in.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (2)
As of 2024-04-26 06:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found