[
https://issues.apache.org/jira/browse/TS-974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14632814#comment-14632814
]
ASF subversion and git services commented on TS-974:
----------------------------------------------------
Commit 1c06db83123c336d462083002eda9ffcd4852730 in trafficserver's branch
refs/heads/poc-6-0-x from [~amc]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=1c06db8 ]
TS-974: Partial Object Caching.
> TS should have a mode to hold partial objects in cache
> ------------------------------------------------------
>
> Key: TS-974
> URL: https://issues.apache.org/jira/browse/TS-974
> Project: Traffic Server
> Issue Type: Improvement
> Components: Cache
> Affects Versions: 3.0.1
> Reporter: William Bardwell
> Assignee: Alan M. Carroll
> Labels: A
> Fix For: 6.1.0
>
>
> For ATS to do an excelent job caching large files like video it would need to
> be able to hold partial objects for a large file. This could be done in a
> plugin or in the core. This would need to be integrated with the Range
> handling code to serve requests out of the partial objects and to get more
> parts of a file to satisfy a Range request.
> An intermediate step (also do-able in the core or in a plugin) would be to
> have some settings to let the Range handling code be able to trigger a full
> file download either asynchronously when a Range response indicates that the
> file isn't larger than some threshold, or synchronously when a Range request
> could reasonably be answered quickly from a full request. (Right now Range
> requests are tunneled if there is not full cached content as far as I can
> tell.)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)