Comment on Remember FastCGI? (2021)parentComments−myaccountonhn1yI just this week implemented an SCGI server, its even easier than FastCGI and the performance difference is arguably negligible.The parser ended up being 30 lines of code.
Comments
I just this week implemented an SCGI server, its even easier than FastCGI and the performance difference is arguably negligible.
The parser ended up being 30 lines of code.