[web-devel] Advice on implementing a web proxy

Kazu Yamamoto ( 山本和彦 ) kazu at iij.ad.jp
Mon Nov 28 14:36:37 CET 2011


> On a machine with 4Gig of RAM, I have simultaneous downloaded 4
> copies of a 4Gig DVD ISO through my proxy, with memory usage
> never going above about 10%.

I guess you are talking about relaying for body of HTTP response. 
For this case, you are right.

But I'm talking about relaying for body of HTTP request. In other
words, my concern is about uploading. In my company, uploading files
whose size is some giga bytes is quite common. I don't know how to
relay a uploading huge file with a fixed-size buffer with Warp.

--Kazu



More information about the web-devel mailing list