Python 3 lack of support for fcgi/wsgi.

Andrew Berg aberg010 at my.hennepintech.edu
Sun Mar 29 15:06:59 EDT 2015


On 2015.03.29 13:57, John Nagle wrote:
> There's "wsgiref", which looks more promising, but has a different
> interface.  That's not what the Python documentation recommends as
> the first choice, but it's a standard module.
Oh?

> These days, FastCGI is never used directly. Just like mod_python, it is only used for the deployment of WSGI applications.
> ...
> The Web Server Gateway Interface, or WSGI for short, is defined in PEP 333 and is currently the best way to do Python web programming.

It seems to me that FastCGI isn't well supported in the Python world because
WSGI is by far the recommended choice.



More information about the Python-list mailing list