RE: select which objects to cache

2012-06-13 Thread Dror Yardeni
d use? -Original Message- From: Nick Kew [mailto:n...@apache.org] Sent: Wednesday, June 13, 2012 6:22 PM To: dev@trafficserver.apache.org Subject: Re: select which objects to cache On 13 Jun 2012, at 15:49, Dror Yardeni wrote: > Thanks! > > One more thing. Is it possible to read (place

Re: select which objects to cache

2012-06-13 Thread Nick Kew
On 13 Jun 2012, at 15:49, Dror Yardeni wrote: > Thanks! > > One more thing. Is it possible to read (place in a temporary buffer) the > content of the returned object? Or just its first 100 bytes? > (for example, if the client requested a small video from the server, can I > somehow inspect the

RE: select which objects to cache

2012-06-13 Thread Dror Yardeni
-Original Message- From: Leif Hedstrom [mailto:zw...@apache.org] Sent: Thursday, June 07, 2012 5:54 PM To: dev@trafficserver.apache.org Cc: dev@trafficserver.apache.org Subject: Re: select which objects to cache On Jun 7, 2012, at 7:34 AM, Dror Yardeni wrote: > > I am guessin

Re: select which objects to cache

2012-06-07 Thread Leif Hedstrom
On Jun 7, 2012, at 7:34 AM, Dror Yardeni wrote: > > I am guessing that there is an internal mechanism in traffic server that > prevent the caching of html headers that contains the "no-cache" tag. But I > have no idea how to use it... > (one colleague of mine suggested to add "no-cache" tag

select which objects to cache

2012-06-07 Thread Dror Yardeni
Hi, I would like to build a plugin that will prevent the traffic server from caching specific objects in the http transactions according to some rules that are based on the information in the html header, or mime headers. I couldn't find any API that supports that kind of task in the traffic se