Oliver Oli wrote:
> On Fri, Jan 2, 2009 at 6:03 PM, Per Buer <pe...@linpro.no> wrote:
> 
>> Neither. Both passing and caching an object will fetch the whole object
>> into memory before passing it on to the client. "pipe" will do what you
>> want, but you probably don't want that as pipe has other side effects.
> 
> What kind of side effects?

pipe shuffles bytes back and forth. If pipelining is used another HTTP
request might show up on the same connection - and you want even notice.

-- 

http://linpro.no/ | http://redpill.se/

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
varnish-misc mailing list
varnish-misc@projects.linpro.no
http://projects.linpro.no/mailman/listinfo/varnish-misc

Reply via email to