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

Michael S. Fischer michael at dynamine.net
Tue Dec 2 15:50:15 EST 2003


Gustavo Córdova Avila wrote:
> Michael S. Fischer wrote:
>> Grisha, it might be an interesting future addition to mod_python to 
>> cache compiled Python code and access the compiled code via shared 
>> memory like the Zend Accelerator does -- if that's even possible with 
>> the Python architecture.

> You can do something even better from Python, just:
> 
>    import psyco
>    psyco.profile()

Apparently psyco is limited to the i386 platform at this time. 
Unfortunately I'm running on a PowerPC platform (Apple XServe) at my 
present assignment.  :(

--Michael



More information about the Mod_python mailing list