Re: Why fastCGI

Fagyal Csongor <concept-G3hma/[email protected]>
Newsgroups gmane.comp.web.fastcgi.devel
Organization Concept Online Ltd.
Message-ID <[email protected]>
Hi,

>Hi
>
>I am trying to speed up my CGIScripts running on Apache Server 2. Can you guys give me reasons why u chose FastCGI instead of mod_perl 2?
>  
>
Well... my reasons:
- FastCGI is not webserver-dependent, mod_perl runs under Apache only
- FastCGI can be run as an external process (so you can controll the 
number of processes you have independent of the webserver processes)
- You can even do load balancing (running your FastCGI on multiple 
machines and creating a load balancer)
- You can run under your own userid, not under that of Apache

- Fagzal

___________________________________
fastcgi-developers mailing list
http://fastcgi.com/fastcgi-developers/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.