fcgi2 icon indicating copy to clipboard operation
fcgi2 copied to clipboard

Difference between libfcgi and libscgi

Open ghost opened this issue 3 years ago • 1 comments

Hello! What is the difference between them? Does libfcgi provide better performance than libscgi server? Thank you.

ghost avatar Jun 10 '21 10:06 ghost

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...

https://python.ca/scgi/protocol.txt

mcarbonneaux avatar Jun 14 '21 16:06 mcarbonneaux