Any ideas on why would this output statement takes 15-20 seconds to send a 120kb page to a browser on the same host? sub send_it { my ($r, $data) = @_; $| = 1; # Don't buffer anything...send it asap... $r->print( $data ); } modperl 1.21, apache/modssl 1.3.9-2.4.9...lightly loaded Linux (RH6.1) Dual PIII 450Mhz with local netscape 4.7 client...
- Re: $r->print delay? Ed Loehr
- Re: $r->print delay? Ken Williams
- Re: $r->print delay? Ed Loehr
- Re: $r->print delay? Greg Stark
- Re: $r->print delay? Ed Loehr
- Re: $r->print delay? Ken Williams
- Re: $r->print delay? G.W. Haywood
- Re: $r->print delay? Ed Loehr