issues
search
rpatterson
/
iiswsgi
Serve and deploy WSGI apps on Web Platform Installer and IIS.
http://pypi.python.org/pypi/iiswsgi
14
stars
6
forks
source link
Support threaded FCGI server
#16
Open
rpatterson
opened
12 years ago
rpatterson
commented
12 years ago
accept a thread count argument to the FCGI gateway server
use the current single server if 0, otherwise use the threaded server from
flup.server.fcgi.WSGIServer
.
default to 2 threads
flup.server.fcgi.WSGIServer
.