Jack Cushman wrote:
> I am having a problem with very large file uploads (eg 100 MB). While the
> files load, the apache process stays at about 12000 K (the ps VSZ size).
> When the file finishes uploading, the thread suddenly jumps to over
200000.
> My guess is that something is loading the whole file into ram, but I'm not
> sure what.
>
> I am running CGI.pm version 2.56, mod_perl version 1.25, and Apache
version
> 1.3.19.
>
Try the latest version of libapreq.
perl -MCPAN -e 'install Apache::Request'
should do it.