View Single Post
Old 11-03-2009, 07:15 AM   #2
ISPsystem team
 
slava's Avatar
 
Join Date: May 2008
Location: ISPsystem
Posts: 588
slava is on a distinguished road
Default

FastCGI is more effective in terms of speed and consumes less memory.
PHP CGI (not FastCGI) starts a separate process for each call to the script, the process FastCGI already running and receiving data for processing.
FastCGI caches the data and does not waste system resources to run the new processes.

What operation system you have? CentOS Linux distro does not have FastCGI module and you can install FCGI manually.
slava is offline   Reply With Quote