FastCGI-Archives / fcgi2

FastCGI.com fcgi2 Development Kit fork from http://repo.or.cz/fcgi2.git + last snapshot
Other
219 stars 73 forks source link

Difference between libfcgi and libscgi #52

Closed ghost closed 4 days ago

ghost commented 3 years ago

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

mcarbonneaux commented 3 years 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...

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