On Sun, Dec 17, 2000 at 09:54:38AM -0800, quagly wrote:
> 
> As a test of my new mod_perl abilities I wrote a trivial SQL client.
> It works, but if the query returns many rows then it takes a while.
> As a first step I thought I would call $r->rflush; with every row
> printed but 
> this does not work.  I also tried $|=0; with no effect.

See:

http://perl.apache.org/guide/performance.html#Using_1_Under_mod_perl_and_Be

Reply via email to