Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Difference between libfcgi and libscgi #52

Open
ghost opened this issue Jun 10, 2021 · 1 comment
Open

Difference between libfcgi and libscgi #52

ghost opened this issue Jun 10, 2021 · 1 comment

Comments

@ghost
Copy link

ghost commented Jun 10, 2021

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

@mcarbonneaux
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant