[mod_python] does mod_python is ready for production env. ?

Michael C. Neel neel at mediapulse.com
Tue Dec 2 16:46:45 EST 2003


> How does PythonDebug change the execution time?  According to the 
> documentation it just writes tracebacks to the output and the 
> log at the 
> same time vs. just the log.  Assuming you have no tracebacks in a 
> production environment, why does this impact execution speed?
> 

My bad, I looked at the wrong version of a conf file; you want
PythonAutoReload Off and PythonOptimize On.  You don't have to have
these to get modulke cacheing, that's always on, but these speed things
up some.

Mike



More information about the Mod_python mailing list