PyApache memory leak?

Oleg Broytmann phd at phd.russ.ru
Fri Apr 21 03:44:30 EDT 2000


On Thu, 20 Apr 2000, Patrick Phalen wrote:
> I haven't used PyApache, but am under the impression that it spawns
> multiple interpreter instances, which could certainly cause memory
> problems on a busy, CGI-intensive site.
> 
> Have you looked at Httpdapy (soon to be renamed mod_python)?
> http://www.ispol.com/home/grisha/httpdapy/

   I don't see how httpdapy could help spawn less interpreters instances -
it is Apache job to fork and reap off children.

Oleg.            (All opinions are mine and not of my employer)
---- 
    Oleg Broytmann      Foundation for Effective Policies      phd at phd.russ.ru
           Programmers don't die, they just GOSUB without RETURN.





More information about the Python-list mailing list