Re: Memory usage for libareq uploads

2000-06-06 Thread Stas Bekman
On Tue, 6 Jun 2000, Jeremy Howard wrote: > Jie Gao said (talking about avoiding memory problems with > libareq::parms()): > > What I do is kill the child process after uploading is finished: > > > > $r->child_terminate(); > > > > Not an elegant way, but it works for the time being. > > Good

Re: Memory usage for libareq uploads

2000-06-06 Thread Jeremy Howard
Jie Gao said (talking about avoiding memory problems with libareq::parms()): > What I do is kill the child process after uploading is finished: > > $r->child_terminate(); > > Not an elegant way, but it works for the time being. Good idea. I've implemented something which uses this approach if

Re: Memory usage for libareq uploads

2000-06-05 Thread Jie Gao
On Tue, 6 Jun 2000, Jeremy Howard wrote: >... > > Well, I'm facing this problem now. The parms() method (or parse() or > anything else that calls parms()) chews up enormous amounts of memory > when uploading large files. I like to give my webmail users freedom to > upload pretty much whatever siz