On Tue, Sep 2, 2014 at 2:15 PM, Shawn H <
shawn....@gmail.com> wrote:
> Please provide a lifeline to those of us who love Django but have to use
> IIS. Thanks.
FastCGI isn't a Django concern, as it is a WSGI-only framework (like
most Python frameworks). flup used to be a reasonable FastCGI WSGI
container, but it's no longer supported, so it's unreasonable to ask
the Django foundation to support it.
the question is: what options are there to run WSGI under IIS? my
first guess would be any HTTP-WSGI container (gunicorn?) and set IIS
as a proxy.
--
Javier