mod_wsgi
Published: Wednesday, May 6, 2009
Tags: tech
In my efforts to improve performance in terms of speed and memory consumption of
trac which powers web the interface you’re seeing here, I’ve just installed
mod_wsgi.
Initial reaction is that it is lighter on memory and also faster, but time will tell. What I did like is that installation is very simple and well documented, unlike
fastcgi or
fcgid. Sadly I still need to use fcgid for the non python parts of my site.