in reply to Re^2: Can mod_perl get me past a silly buffering in Apache?
in thread Can mod_perl get me past a silly buffering in Apache?

As derby pointed out, Apache::UploadMeter does this for mod_perl 1. It patches Apache::Request in order to get C-level access to the internal state of the request in order to do this. I don't know enough about the apache internals to know if there's another way.

For mod_perl 2, Apache2::UploadProgress does it with an input filter, as I mentioned.

  • Comment on Re^3: Can mod_perl get me past a silly buffering in Apache?

Replies are listed 'Best First'.
Re^4: Can mod_perl get me past a silly buffering in Apache?
by mr_mischief (Monsignor) on Aug 23, 2006 at 15:21 UTC
    Thanks, derby and perrin. I'm looking at Apache::UploadMeter now.


    Christopher E. Stith