Re: mod_perl memory
Salvador Ortiz Garcia <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Organization | Matías Software Group |
| Message-ID | <[email protected]> |
On 03/17/2010 05:15 AM, Torsten Förtsch wrote:
> until( -e "/tmp/stop" ) {
> $r->print(("x"x70)."\n");
> $r->rflush;
> }
>
Just for the record:
With mp1 there isn't any mem leak with or without rflush.
(After 10 mins: output 109GB. Fedora's 12 stock perl 5.10.0, apache
1.3.42, mod_perl 1.31)
Maybe is mp2's filters related.
Regards.
Salvador Ortiz.