Closed ghost closed 4 days ago
i dont know but... scgi has been developped after fastcgi...
fastcgi (like http2) are binary protocol and more bandwith optimized, and can be multiplexed...
scgi are text protocol (like http1) and cannot be multiplexed like http2 and fastcgi...
scgi has been developped on the ombrela of python... and more integreted with python...
fastcgi a more language agnostic...
Hello! What is the difference between them? Does libfcgi provide better performance than libscgi server? Thank you.