in reply to Can mod_perl get me past a silly buffering in Apache?
What works under mod_perl2 might not work under mod_perl for Apache 1.x
That being said and although mod_perl gives you access to all stages of the request-cycle, I think that this cycle will only start once the whole of the data is received. At least a quick glance through my copy of "Practical mod_perl" did not show anything about pre-empting the buffer.
CountZero
"If you have four groups working on a compiler, you'll get a 4-pass compiler." - Conway's Law
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Can mod_perl get me past a silly buffering in Apache?
by mr_mischief (Monsignor) on Aug 22, 2006 at 22:06 UTC |