As of v6.0, ATS does not support Partial object caching (ala byte range
caching).
However, ATS does support returning partial byte range responses if the whole
object is already cached. Background Fetch plugin takes advantage of this fact,
by initiating a full object download in the background on receiving a byte
range request for an object that's not in the cache yet. Once the full object
is downloaded and populated into the cache, subsequent byte range requests are
directly served from the cache.
Thanks,
Sudheer
On Thursday, August 6, 2015 12:34 AM, Madhava Gaikwad (madgaikw)
<[email protected]> wrote:
<!--#yiv5120356030 _filtered #yiv5120356030 {font-family:Calibri;panose-1:2
15 5 2 2 2 4 3 2 4;}#yiv5120356030 #yiv5120356030 p.yiv5120356030MsoNormal,
#yiv5120356030 li.yiv5120356030MsoNormal, #yiv5120356030
div.yiv5120356030MsoNormal
{margin:0in;margin-bottom:.0001pt;font-size:11.0pt;font-family:"Calibri",
"sans-serif";}#yiv5120356030 a:link, #yiv5120356030
span.yiv5120356030MsoHyperlink
{color:blue;text-decoration:underline;}#yiv5120356030 a:visited, #yiv5120356030
span.yiv5120356030MsoHyperlinkFollowed
{color:purple;text-decoration:underline;}#yiv5120356030
p.yiv5120356030MsoListParagraph, #yiv5120356030
li.yiv5120356030MsoListParagraph, #yiv5120356030
div.yiv5120356030MsoListParagraph
{margin-top:0in;margin-right:0in;margin-bottom:0in;margin-left:.5in;margin-bottom:.0001pt;font-size:11.0pt;font-family:"Calibri",
"sans-serif";}#yiv5120356030 span.yiv5120356030EmailStyle17
{font-family:"Calibri", "sans-serif";color:windowtext;}#yiv5120356030
.yiv5120356030MsoChpDefault {font-family:"Calibri", "sans-serif";} _filtered
#yiv5120356030 {margin:1.0in 1.0in 1.0in 1.0in;}#yiv5120356030
div.yiv5120356030WordSection1 {}#yiv5120356030 _filtered #yiv5120356030 {}
_filtered #yiv5120356030 {} _filtered #yiv5120356030 {} _filtered
#yiv5120356030 {} _filtered #yiv5120356030 {} _filtered #yiv5120356030 {}
_filtered #yiv5120356030 {} _filtered #yiv5120356030 {} _filtered
#yiv5120356030 {} _filtered #yiv5120356030 {}#yiv5120356030 ol
{margin-bottom:0in;}#yiv5120356030 ul {margin-bottom:0in;}-->Hello experts,
I have legacy forward proxy used in enterprise network facing to internet
behind firewall. Unfortunately it cannot do partial object caching. I am
looking if I can get an alternate proxy to do this. My requirement is: 1.
Partial object caching so updates by apple etc. can be cached. Also video
caching will just work. 2. Streaming to multiple client at same time
should be possible from single server connection. It seems varnish can do
above stuff. But it works effectively as reverse proxy, so I have to position
it before my proxy, as it cannot work as upstream proxy directly. Also its
cache seems gets vanished after restart(Everything in cache is from heap). Do
you guys know if ATS can do this functionality? I believe it is not possible,
but I thought just ask if we achieve this by any means. A pointing to how to
would be really appreciated. Thank you from Newbie, Madhava