|
|
|
|
|
by woadwarrior01
2082 days ago
|
|
~15 years ago, I was tasked with implementing FastCGI support for a webserver I was writing in C++, so that it could proxy some downstream crud stuff written in Python. After mulling over it for a couple of days, I ended up implementing SCGI[1] support instead. SCGI is like FastCGI, but a lot simpler to parse, IIRC. [1]: https://en.wikipedia.org/wiki/Simple_Common_Gateway_Interfac... |
|