Re: mod_perl Guide Patch

2002-10-16 Thread Per Einar Ellefsen
Hello Lee, >So, I simply meant that if you are trying to get $|=1 type "instant" output >and your HTML header pulls in other files -- using > > > >or > > > >then you will not get the expected output instantly, but only after the >whole document has loaded. > >I guess this is beca

Re: mod_perl Guide Patch

2002-10-16 Thread Lee Goddard
At 16:19 15/10/2002, Per Einar Ellefsen wrote: >At 13:07 25.10.2002, Lee Goddard wrote: >>Well, not really a patch but a tiny contribution to an >>excellent guide -- Mr Beckman, I hope this is of use: >> >>On/section: >> >> guide/performance.html#Using_1_Under_mod_perl_and_be >> >>

Re: mod_perl Guide Patch

2002-10-15 Thread Per Einar Ellefsen
At 13:07 25.10.2002, Lee Goddard wrote: >Well, not really a patch but a tiny contribution to an >excellent guide -- Mr Beckman, I hope this is of use: > >On/section: > > guide/performance.html#Using_1_Under_mod_perl_and_be > > "Using $|=1 Under mod_perl and Better print() Technique

mod_perl Guide Patch

2002-10-15 Thread Lee Goddard
Well, not really a patch but a tiny contribution to an excellent guide -- Mr Beckman, I hope this is of use: On/section: guide/performance.html#Using_1_Under_mod_perl_and_be "Using $|=1 Under mod_perl and Better print() Techniques" Whilst the code is correct, even if it does us