Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
1
  • Loading branch information
javaliv2 committed Mar 4, 2021
1 parent d108ba2 commit 731ab3b
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
19 changes: 19 additions & 0 deletions admin/adv_topics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,25 @@ Volatile 가상호스트



.. _adv_topics_instant:

Instant 모드
====================================

가상호스트가 서비스하는 콘텐츠가 1회성이거나 아주 짧은 시간만 유효할 경우 ``Instant 모드`` 가 효과적이다. ::

# vhosts.xml - <Vhosts>

<Vhost Name="foo.com" Instant="OFF"> ... </Vhost>


``Instant="ON"`` 이라면 서비스 중인 콘텐츠 외에는 모두 즉시 삭제된다.

- 캐싱 객체를 LRU로 관리하지 않으며, 사용이 끝나는 즉시 삭제한다.
- 디스크로 백업하거나 인덱싱하지 않는다.



.. _adv_topics_mem:

메모리 구조
Expand Down
17 changes: 16 additions & 1 deletion admin/releasenote_enterprise.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,22 @@ Appendix F: 릴리스 노트 ``[Enterprise]``
v21.x
====================================

21.01.0 (2021.2.01)
21.03.0 (2021.3.4)
----------------------------

**기능개선/정책변경**

- 가상호스트 :ref:`adv_topics_instant` 지원
- HTTP/2에서 IPv6를 사용하지 않도록 수정


**버그수정**

- 가상호스트 추가 시 간헐적으로 SNMP 통계가 보이지 않는 문제 수정



21.01.0 (2021.2.1)
----------------------------

**버그수정**
Expand Down

0 comments on commit 731ab3b

Please sign in to comment.