On 14 Sep 2000, Joe Schaefer wrote:
> Stas,
>
>
> http://perl.apache.org/guide/scenario.html#Buffering_Feature
> ...
> There is no buffering of data uploaded from the client browser to the proxy,
> thus you cannot use this technique to prevent the heavy mod_perl server from
> being tied up during a large POST such as a file upload. Falling back to mod_cgi
> seems to be the best solution for these specific scripts whose major function is
> receiving large amounts of upstream data.
> ...
What if you wanted the functionality of the fase handlers before and after
the loading of the file..
Could this also be accomplished by proper use of configuration statements
in http.conf?
Right now I do not think so, so getting the child tied up for the time
of the upload I take for granted.
Of course I have been mistaken several other times.
Arnold