Gregory Trubetskoy
grisha at modpython.org
Mon Aug 14 08:46:38 EST 2000
That's the way I would do it. BTW - I heard that this directive does nothing on Win32 where Apache is threaded. Of course the solution I sugested (killing the process) wouldn't help either.... Grisha On Mon, 14 Aug 2000, Devide Robert wrote: > Gregory Trubetskoy wrote: > > 1. Some mod_python module that kills httpd when it reaches a certain > > size. That's the technique mod_perl folks use. > > Would rather use something like > > MaxRequestsPerChild 100 > > in apache config. > (as it had proofed to be the simplest and most effective way to 'handle' > memory leaks in various modules) > > dave > _______________________________________________ > Mod_python mailing list > Mod_python at modpython.org > http://www.modpython.org/mailman/listinfo/mod_python >
|