Optimizing The Resource-Updating Period Behavior Of Http Cache Servers For Better Scalability Of Live Http Streaming Systems

Weikai Xie,Yunfei Li,Chenping Lu,Ruimin Shen
DOI: https://doi.org/10.1109/BMSB.2012.6264230
2012-01-01
Abstract:The resource-updating period behavior of mainstream HTTP cache server implementations is suboptimal in that these cache servers send redundant requests to the upstream server if clients request a file that is already being updated from the upstream server. Although this is a corner case issue in previous web applications, its ramifications is significant in live HTTP streaming systems because it will generate periodical unnecessarily high peak load on the upstream HTTP server and thus prevent the system from achieving the expected capacity. We suggest an optimized resource-updating period behavior for cache servers to eliminate this problem. The suggested behavior is implemented on the popular Nginx cache server. And evaluation experiment demonstrated the feasibility and effectiveness of the proposed optimization.
What problem does this paper attempt to address?