|
|
|
|
|
by sippingjippers
2073 days ago
|
|
I remember this :) scgi, FastCGI, uwsgi, probably gunicorn has its own too.. never quite understood the obsession with inventing mini protocols once you have a persistent server process running already and can just use HTTP proxying. They're a pain in the ass to debug and no real tooling for poking at them. |
|
If you're going to all the trouble of creating a FastCGI service, you might as well also create an HTTP service and route to that.