Answer the question
In order to leave comments, you need to log in
What is the CGI mechanism?
Please explain in detail to the noob what are the differences between the CGI mechanism and FastCGI and why Apache needs them at all, I did not fully understand on the wiki.
Answer the question
In order to leave comments, you need to log in
In VERY short terms: CGI starts a new process every time it needs to execute code. FastCGI forks several processes at startup, which always hang in memory and receive code to execute.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question