| Trees | Indices | Help |
|
|---|
|
|
BaseHandler --+
|
SimpleHandler --+
|
BaseCGIHandler --+
|
CGIHandler
CGI-based invocation via sys.stdin/stdout/stderr and os.environ
Usage:
CGIHandler().run(app)
The difference between this class and BaseCGIHandler is that it always uses 'wsgi.run_once' of 'True', 'wsgi.multithread' of 'False', and 'wsgi.multiprocess' of 'True'. It does not take any initialization parameters, but always uses 'sys.stdin', 'os.environ', and friends.
If you need to override any of these parameters, use BaseCGIHandler instead.
|
|||
|
Inherited from |
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
wsgi_run_once = True
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0 on Tue Jan 29 22:44:28 2008 | http://epydoc.sourceforge.net |