Re: [us...@httpd] Buffering Output to Disk

2010-05-30 Thread Nilesh Govindarajan
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

[us...@httpd] Buffering Output to Disk

2010-05-30 Thread Leonardo
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