Package wsgitools :: Package scgi :: Module forkpool
[hide private]
[frames] | no frames]

Module forkpool

source code

The forkpool.SCGIServer adapts a wsgi application to a scgi service.

It works with multiple processes that are periodically cleaned up to prevent memory leaks having an impact to the system.

Classes [hide private]
  SocketFileWrapper
Wraps a socket to a wsgi-compliant file-like object.
  SCGIServer
Usage: create an SCGIServer object and invoke the run method which will then turn this process into an scgi server.
Functions [hide private]
 
exc_info_for_raise(exc_info) source code
Variables [hide private]
  __package__ = 'wsgitools.scgi'