[mod_python] Mod_python compilation question, per your's comment on "What Powers Curse"

Graham Dumpleton graham.dumpleton at gmail.com
Mon May 28 06:14:23 EDT 2007


On 28/05/07, ÕÅ³É <czhang.web at gmail.com> wrote:
> Graham or other mod_python gurus on the m-list:
>
> I tried to verify our mod_python compilation/installation is indeed
> correct after I read the comment <http://www.davidcramer.net/curse/44/
> what-powers-curse.html#comment-9271>, especially this part:
> [quote]

BTW, one thing I did forget to mention in that blog comment was that
using PythonOptimize directive may also help to drop memory use, but
one does have to be careful as it has the effect of dropping doc
strings from modules, which is where memory savings might come from.
Thus if a module relies on doc strings to work for some reason, it
will fail.

I haven't gone back to mention this hint since the blog owner hasn't
been inclined to answer my query as yet as to why he thinks mod_python
has excessive memory overhead. Don't know why I can never get anyway
to substantiate comments like this when they make them.  :-(

Graham



More information about the Mod_python mailing list