F
F
FreeBarbarian2016-04-17 16:31:40
Apache HTTP Server
FreeBarbarian, 2016-04-17 16:31:40

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

1 answer(s)
D
Dmitry Tallmange, 2016-04-17
@FreeBarbarian

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 question

Ask a Question

731 491 924 answers to any question