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.
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to