I’ve decided to add CGI support at some point in the future. Why?
Here’s why I’ve decided to add CGI support:
- FastCGI processes consume memory while they run
- CGI binaries can be run by lots and lots of simple HTTP daemons
- Caching proxies can prevent unnecessarily starting and restarting gdofcgi processes
I’m planning to retain support for FastCGI of course!