summaryrefslogtreecommitdiff
path: root/wsgitools/scgi/__init__.py
AgeCommit message (Collapse)Author
2012-06-28provide py3 style __next__ methodsHelmut Grohne
2012-03-17sendfile supportHelmut Grohne
When a sendfile library is available, expose it via wsgi.file_wrapper. This support spans both asynchronous and forkpool.
2012-03-17deduplicate scgi.{asynchronous,forkpool}Helmut Grohne
2007-04-17added wsgitools.scgi.forkpoolHelmut Grohne
wsgitools.scgi is now known as wsgitools.scgi.asynchronous