Add a WSGI handler to support WSGI-based frameworks
---
Key: MODPYTHON-74
URL: http://issues.apache.org/jira/browse/MODPYTHON-74
Project: mod_python
Type: New Feature
Reporter: Nicolas Lehuen
Priority: Minor
On 10/08/2005, at 10:36 PM, Nicolas Lehuen wrote:
Second issue is the fact that new mod_python.publisher code uses the
req.finfo attribute. This may be convenient, but it prevents some cute
stuff being done in the future.
Actually, I used req.finfo as it allowed me to save a call to
os.stat
I've been kinda not very excited about WSGI since it promotes CGI-like
thinking, and is contrary to what mod_python is all about. So my thinking
is that WSGI support should not be part of mod_python, since we should not
encourage that which we do not believe in. I suggest we open a discussion