Mod_fcgi is Great

Mod_fcgi is an alternative apache2 module of mod_fastcgi. I have installed mod_fcgi and found it great.

Benefit of mod_fcgi:

  • Process management is sophisticated.
    • No FastCGI process is spawned at first. Prcoess is spawned only when request is comed.
    • Number of processes is increased automatically according to the load of server.
  • As fast as mod_fastcgi.
  • No need to install FastCGI Development Kit.

It’s time to swtich mod_fastcgi to mod_fcgid!

Leave a reply