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

David Fraser davidf at sjsoft.com
Wed Dec 3 07:55:06 EST 2003


Michael S. Fischer wrote:

> 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.  :(

Armin is working on a platform-independent version, not sure of the 
status, but I think it was working. You could ask on the psyco mailing 
list, he's very helpful, and I'm sure would be grateful for someone 
testing it. Psyco is incredible

David



More information about the Mod_python mailing list