Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Whats the difference between the CGI and the FastCGI interfaces?

0
Posted

Whats the difference between the CGI and the FastCGI interfaces?

0

Starting from version 2.3, Abyss Web Server features support for applications and interpreters conforming to the FastCGI specification. A FastCGI application or interpreter is loaded when needed by the web server, it executes a script, and sends its output back to the server. But instead of having its process automatically unloaded from the system as with CGI, it remains in sleeping state waiting for another request from the web server. When the server needs it to process another script, it will simply send a request to the already loaded FastCGI process. This boosts significantly the performance as a FastCGI interpreter or application once loaded can process an unlimited number requests which saves the overhead of processes loading/unloading incurred with CGI.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123