On Sun, May 30, 2010 at 8:40 PM, Leonardo wrote:
> Hi, everyone. I have a PHP script that is a huge content generator,
> and it's making my server run out of memory very often, because the
> content is generated faster than the user can download it, I guess. So
> I assume that it's buffering the o
Hi, everyone. I have a PHP script that is a huge content generator,
and it's making my server run out of memory very often, because the
content is generated faster than the user can download it, I guess. So
I assume that it's buffering the output on memory. My question is if
there's any way Apache