On 11/06/2012, at 4:23 PM, 오재경 wrote: > Hi. > > we have an serious issue. we have a customer site whose service is online > learning and it provides registered members with a player. the player sends > range request. > > Now you can guess what problem I confront. we have to cache contents but > because of the range request traffic server can’t cache whole content. > It doesn’t matter whether we set background_fill_completed_threshold to > 0.00 or not.
Have you tested with 3.1.4? There have been some improvements to range request handling in that release. J > > My question is : > - is it possible I make a plugin that force to cache the contents(after > first range request and even if the player doesn’t send request anymore) > as if it is doing background_fill ? > - if not so what else can/should I do? > > thank you and best regards.