프로그램 사용/squid
squid hierarchy
구차니
2019. 3. 14. 13:01
두개가 연관이 있는 것 같으면서도 다른거 같은데
계층을 두어 관리하는 이유는 (캐시 계층)
squid 하나가 전체를 캐싱하는게 아니라 부모나 친척 노드에서 분산해서 캐시를 저장하기 위함으로 보인다.
[링크 : https://wiki.squid-cache.org/Features/CacheHierarchy]
그리고 그 계층과는 다르게 데이터를 분석함으로서
어떤 계층으로 나누어서 캐싱을 할지에 대한게 HTTP 프로토콜 레벨에서의 계층으로 나누고
그 계층에서 열외되는 애들은 캐싱을 하지 않도록 한다는 내용
What makes a request hierarchic The purpose of cache hierarchy is to maximize the chance of finding objects in siblings, so a set of heuristics is applied to try and determine in advance whether an object is likely to be cacheable. A few objects are not cacheable, and are thus not hierarchic. Those are:
|
[링크 : https://wiki.squid-cache.org/KnowledgeBase/HierarchyControl]