Been using mod_python for a while, I read more and more articles about how good WSGI is, without really understanding why.
So why should I switch to it? What are the ben
mod_wsgi vs. mod_python:
WSGI in general:
[1] - compared to a preforking Apache, which maintains a separate Python interpreter in each process