KR101540847B1 - Apparatus and method for caching web browser information based on load of storage - Google Patents

Apparatus and method for caching web browser information based on load of storage Download PDF

Info

Publication number
KR101540847B1
KR101540847B1 KR1020130080386A KR20130080386A KR101540847B1 KR 101540847 B1 KR101540847 B1 KR 101540847B1 KR 1020130080386 A KR1020130080386 A KR 1020130080386A KR 20130080386 A KR20130080386 A KR 20130080386A KR 101540847 B1 KR101540847 B1 KR 101540847B1
Authority
KR
South Korea
Prior art keywords
web browser
cache
resource
server
storage state
Prior art date
Application number
KR1020130080386A
Other languages
Korean (ko)
Other versions
KR20150006672A (en
Inventor
김태석
김성민
Original Assignee
광운대학교 산학협력단
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 광운대학교 산학협력단 filed Critical 광운대학교 산학협력단
Priority to KR1020130080386A priority Critical patent/KR101540847B1/en
Publication of KR20150006672A publication Critical patent/KR20150006672A/en
Application granted granted Critical
Publication of KR101540847B1 publication Critical patent/KR101540847B1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F12/00Accessing, addressing or allocating within memory systems or architectures
    • G06F12/02Addressing or allocation; Relocation
    • G06F12/08Addressing or allocation; Relocation in hierarchically structured memory systems, e.g. virtual memory systems
    • G06F12/0802Addressing of a memory level in which the access to the desired data or data block requires associative addressing means, e.g. caches
    • G06F12/0866Addressing of a memory level in which the access to the desired data or data block requires associative addressing means, e.g. caches for peripheral storage systems, e.g. disk cache
    • G06F12/0868Data transfer between cache memory and other subsystems, e.g. storage devices or host systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F15/00Digital computers in general; Data processing equipment in general
    • G06F15/76Architectures of general purpose stored program computers
    • G06F2015/761Indexing scheme relating to architectures of general purpose stored programme computers
    • G06F2015/765Cache

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

스토리지의 부하에 기초한 웹 브라우저 정보 캐싱 장치 및 방법이 개시된다.
웹 브라우저 정보 캐싱 장치는 웹 브라우저 관련 자원을 캐싱하는 캐시; 입출력 부하에 따른 스토리지 상태를 식별하는 스토리지 상태 식별부; 및 상기 스토리지 상태에 기초하여 상기 캐시 및 네트워크의 서버 중 하나를 선택하여 웹 브라우저 관련 자원을 요청하는 자원 요청부를 포함할 수 있다.
A web browser information caching device and method based on load of storage is disclosed.
The web browser information caching device includes a cache for caching web browser related resources; A storage state identifying unit for identifying a storage state according to an input / output load; And a resource request unit for selecting one of the cache and network servers based on the storage status and requesting a web browser related resource.

Description

스토리지의 부하에 기초한 웹 브라우저 정보 캐싱 장치 및 방법{APPARATUS AND METHOD FOR CACHING WEB BROWSER INFORMATION BASED ON LOAD OF STORAGE}[0001] APPARATUS AND METHOD FOR CACHING WEB BROWSER INFORMATION BASED ON LOAD OF STORAGE [0002]

본 발명은 스토리지의 부하에 기초한 웹 브라우저 정보 캐싱 장치 및 방법에 관한 것으로, 보다 상세하게는 스토리지의 부하에 따라 웹 브라우저 정보를 캐시, 또는 서버 중 하나에 요청함으로써, 웹 브라우저 정보를 빠르게 수신하는 장치 및 방법에 관한 것이다. The present invention relates to an apparatus and method for web browser information caching based on the load of storage, and more particularly, to a system and method for quickly accessing web browser information by requesting web browser information from cache or server, And methods.

종래의 웹 브라우저는 웹 페이지를 구성하는 자원을 하드 디스크와 같은 저장 장치에 캐싱하고, 사용자가 동일 웹 페이지를 접속할 경우, 저장 장치에 캐싱된 자원을 이용하여 웹 페이지를 표시함으로써, 웹 페이지를 표시하기 위하여 필요한 시간을 감소하였다.Conventionally, a web browser caches resources constituting a web page in a storage device such as a hard disk, and when a user accesses the same web page, a web page is displayed using resources cached in the storage device, .

그러나, 하드 디스크에 저장된 자원을 로딩하기 위하여 이용하는 스토리지는 웹 브라우저가 설치된 단말기의 파일 시스템과 공동으로 이용하므로, 파일 시스템에 의하여 스토리지에 입출력 부하가 발생하는 경우, 캐싱된 자원을 로딩하는 시간이 네트워크에서 해당 자원을 로딩하는 시간보다 지연될 수 있었다.However, since the storage used for loading the resources stored in the hard disk is used in common with the file system of the terminal equipped with the web browser, when an input / output load occurs in the storage due to the file system, Can be delayed from the time of loading the corresponding resource.

따라서, 스토리지에 입출력 부하가 발생하여 캐싱된 자원을 로딩하는 시간이 네트워크에서 해당 자원을 로딩하는 시간보다 지연될 경우, 캐싱 성능 저하를 방지할 수 있는 방법이 요청되고 있다.Accordingly, there is a demand for a method capable of preventing the degradation of caching performance when the time for loading the cached resource is delayed compared to the time for loading the resource in the network due to an input / output load on the storage.

본 발명은 스토리지의 상태를 식별하여 입출력 부하에 따른 캐시의 동작 지연을 감지하며, 캐시에 캐싱된 자원에 지연이 발생할 경우, 캐시를 이용하지 않고, 서버에 자원을 요청함으로써, 입출력 부하에 따른 캐싱 성능 저하를 방지하는 장치 및 방법을 제공할 수 있다.The present invention recognizes the state of a storage to detect a delay in operation of a cache in accordance with an input / output load, and when a delay occurs in resources cached in a cache, a resource is requested to the server without using a cache, It is possible to provide an apparatus and method for preventing performance degradation.

또한, 본 발명은 웹 브라우저 관련 자원을 캐시에서 로딩할 경우의 캐시 로딩 시간과, 네트워크의 서버로부터 로딩할 경우의 서버 로딩 시간을 측정하고, 캐시 로딩 시간과 서버 로딩 시간 중에서 짧은 시간을 가지는 대상에 웹 브라우저 관련 자원을 요청함으로써, 웹 브라우저 관련 자원 로딩에 필요한 시간을 최소화 하는 장치 및 방법을 제공할 수 있다.In addition, the present invention measures a cache loading time when loading web browser related resources from a cache and a server loading time when loading from a server of a network, By requesting resources related to the web browser, it is possible to provide an apparatus and method for minimizing the time required for loading resources related to the web browser.

또한, 본 발명은 캐시와 서버에 동시에 웹 브라우저 관련 자원을 요청하고, 캐시로부터 수신한 웹 브라우저 관련 자원과 서버로부터 수신한 웹 브라우저 관련 자원 중에서 먼저 수신한 웹 브라우저 관련 자원으로 사이트 또는 페이지를 웹 브라우저에 표시함으로써, 입출력 부하를 측정하는 과정 없이 웹 브라우저 관련 자원 로딩에 필요한 시간을 최소화 하는 장치 및 방법을 제공할 수 있다.The present invention also relates to a method and system for requesting a web browser related resource to a cache and a server at the same time, and a web browser related resource received from a web browser related resource received from a cache and a web browser related resource received from a cache, It is possible to provide an apparatus and a method for minimizing a time required for loading a resource related to a web browser without a process of measuring an input / output load.

본 발명의 일실시예에 따른 캐싱 장치는 웹 브라우저 관련 자원을 캐싱하는 캐시; 입출력 부하에 따른 스토리지 상태를 식별하는 스토리지 상태 식별부; 및 상기 스토리지 상태에 기초하여 상기 캐시 및 네트워크의 서버 중 하나를 선택하여 웹 브라우저 관련 자원을 요청하는 자원 요청부를 포함할 수 있다.A cache device according to an embodiment of the present invention includes a cache for caching web browser related resources; A storage state identifying unit for identifying a storage state according to an input / output load; And a resource request unit for selecting one of the cache and network servers based on the storage status and requesting a web browser related resource.

본 발명의 일실시예에 따른 캐싱 장치의 자원 요청부는 상기 스토리지 상태가 비지(busy) 상태인 경우, 상기 캐시를 통하지 않고 상기 서버에 상기 웹 브라우저 관련 자원을 요청하고, 상기 스토리지 상태가 유휴(idle) 상태인 경우, 상기 캐시에 웹 브라우저 관련 자원을 요청할 수 있다.The resource request unit of the caching apparatus according to an embodiment of the present invention requests the web browser related resource to the server without going through the cache when the storage state is busy, ), It may request a web browser related resource to the cache.

본 발명의 일실시예에 따른 캐싱 장치의 스토리지 상태 식별부 상기 캐시로부터 수신한 상기 웹 브라우저 관련 자원의 로딩 시간을 측정하고, 상기 로딩 시간에 기초하여 상기 스토리지 상태를 식별할 수 있다.The storage state identifying unit of the caching apparatus according to an embodiment of the present invention may measure the loading time of the web browser related resource received from the cache and identify the storage state based on the loading time.

본 발명의 일실시예에 따른 캐싱 장치의 스토리지 상태 식별부는 상기 로딩 시간이 임계 값 이상인 경우, 상기 스토리지 상태를 비지 상태로 식별하고, 상기 로딩 시간이 임계 값 미만인 경우, 상기 스토리지 상태를 유휴 상태로 식별할 수 있다.The storage state identifying unit of the caching apparatus according to an embodiment of the present invention identifies the storage state as busy when the loading time is equal to or greater than a threshold value and notifies the storage state to the idle state when the loading time is less than a threshold value Can be identified.

본 발명의 일실시예에 따른 캐싱 장치의 스토리지 상태 식별부는 시간, 또는 페이지 수에 따른 주기로 상기 스토리지 상태를 식별할 수 있다.The storage state identifying unit of the caching apparatus according to an exemplary embodiment of the present invention can identify the storage state at a period of time or a number of pages.

본 발명의 일실시예에 따른 캐싱 장치의 스토리지 상태 식별부는 기 설정된 특정 페이지의 웹 브라우저 관련 자원이 요청될 경우, 상기 스토리지 상태를 식별할 수 있다.The storage state identifying unit of the caching apparatus according to an embodiment of the present invention can identify the storage state when a web browser related resource of a predetermined page is requested.

본 발명의 일실시예에 따른 캐싱 장치는 웹 브라우저 관련 자원을 캐싱하는 캐시; 하나의 웹 페이지를 구성하는 웹 브라우저 관련 자원 중 상기 캐시에서 히트(hit)된 제1 자원을 로딩하는 캐시 로딩 시간과 상기 웹 브라우저 관련 자원 중 상기 캐시에서 미스(miss)되어 네트워크의 서버로부터 로딩되는 제2 자원을 로딩하는 서버 로딩 시간을 측정하는 로딩 시간 측정부; 및 상기 캐시 로딩 시간 및 상기 서버 로딩 시간에 기초하여 상기 캐시 및 상기 서버 중 하나를 선택하여 추가의 웹 브라우저 관련 자원을 요청하는 자원 요청부를 포함할 수 있다.A cache device according to an embodiment of the present invention includes a cache for caching web browser related resources; A cache loading time for loading a first resource hits in the cache among the web browser related resources constituting one web page and a cache loading time for loading the web browser related resources loaded from a server of the network A loading time measuring unit for measuring a server loading time for loading a second resource; And a resource request unit for selecting one of the cache and the server based on the cache loading time and the server loading time to request additional web browser related resources.

본 발명의 일실시예에 따른 캐싱 장치의 자원 요청부는 상기 캐시 로딩 시간이 상기 서버 로딩 시간보다 짧은 경우, 상기 추가의 웹 브라우저 관련 정보를 상기 캐시에 요청할 수 있다.The resource requesting unit of the caching apparatus according to an embodiment of the present invention may request the additional web browser related information to the cache when the cache loading time is shorter than the server loading time.

본 발명의 일실시예에 따른 캐싱 장치의 자원 요청부는 상기 서버 로딩 시간이 상기 캐시 로딩 시간보다 짧은 경우, 상기 추가의 웹 브라우저 관련 정보를 상기 캐시를 통하지 않고 상기 서버에 요청할 수 있다.The resource requesting unit of the caching apparatus according to an embodiment of the present invention can request the server without accessing the additional web browser related information when the server loading time is shorter than the cache loading time.

본 발명의 일실시예에 따른 캐싱 장치의 로딩 시간 측정부는 시간, 또는 페이지 수에 따른 주기로 상기 서버 로딩 시간과 상기 캐시 로딩 시간을 측정할 수 있다.The loading time measuring unit of the caching apparatus according to an exemplary embodiment of the present invention may measure the server loading time and the cache loading time at intervals corresponding to the time or the number of pages.

본 발명의 일실시예에 따른 캐싱 장치의 로딩 시간 측정부는 기 설정된 특정 페이지의 웹 브라우저 관련 자원이 요청될 경우, 상기 서버 로딩 시간과 상기 캐시 로딩 시간을 측정할 수 있다.The loading time measuring unit of the caching apparatus according to an embodiment of the present invention can measure the server loading time and the cache loading time when a web browser related resource of a predetermined page is requested.

본 발명의 일실시예에 따른 캐싱 장치는 웹 브라우저 관련 자원을 캐싱하는 캐시; 상기 캐시와 네트워크의 서버에 동시에 웹 브라우저 관련 자원을 요청하는 자원 요청부; 및 상기 캐시로부터 수신한 웹 브라우저 관련 자원과 상기 서버로부터 수신한 웹 브라우저 관련 자원 중 먼저 수신한 웹 브라우저 관련 자원으로 사이트 또는 페이지를 웹 브라우저에 표시하는 웹 브라우저 표시부를 포함할 수 있다.A cache device according to an embodiment of the present invention includes a cache for caching web browser related resources; A resource request unit for simultaneously requesting a web browser related resource to the cache and a server of the network; And a web browser display unit for displaying a site or a page on a web browser using a web browser related resource received from the cache and a web browser related resource received from the server.

본 발명의 일실시예에 따른 캐싱 장치의 웹 브라우저 표시부는 웹 브라우저 관련 자원을 상기 캐시로부터 먼저 수신한 경우, 상기 캐시로부터 수신한 웹 브라우저 관련 자원으로 사이트 또는 페이지를 상기 웹 브라우저에 표시하는 동안 상기 서버로부터 수신한 웹 브라우저 관련 자원을 상기 캐시에 캐싱할 수 있다.The web browser display unit of the caching apparatus according to an exemplary embodiment of the present invention may be configured such that when a web browser related resource is first received from the cache, while displaying a site or a page with the web browser related resource received from the cache, Web browser related resources received from the server can be cached in the cache.

본 발명의 일실시예에 따른 캐싱 장치의 웹 브라우저 표시부는 상기 웹 브라우저 관련 자원을 상기 서버로부터 먼저 수신한 경우, 상기 캐시로부터 수신한 웹 브라우저 관련 자원을 폐기하고, 상기 서버로부터 수신한 웹 브라우저 관련 자원을 상기 캐시에 캐싱할 수 있다.The web browser display unit of the caching apparatus according to an embodiment of the present invention discards the web browser related resources received from the cache when the web browser related resource is first received from the server, Resources can be cached in the cache.

본 발명의 일실시예에 따른 캐싱 방법은 입출력 부하에 따른 스토리지 상태를 식별하는 단계; 및 상기 스토리지 상태에 기초하여 웹 브라우저 관련 자원을 캐싱하는 캐시 및 네트워크의 서버 중 하나를 선택하여 웹 브라우저 관련 자원을 요청하는 단계를 포함할 수 있다.A caching method according to an embodiment of the present invention includes: identifying a storage state according to an input / output load; And selecting a cache and a network server for caching web browser related resources based on the storage status and requesting web browser related resources.

본 발명의 일실시예에 따른 캐싱 방법은 하나의 웹 페이지를 구성하는 웹 브라우저 관련 자원 중 웹 브라우저 관련 자원을 캐싱하는 캐시에서 히트(hit)된 제1 자원을 로딩하는 캐시 로딩 시간과 상기 웹 브라우저 관련 자원 중 상기 캐시에서 미스(miss)되어 네트워크의 서버로부터 로딩되는 제2 자원을 로딩하는 서버 로딩 시간을 측정하는 단계; 및 상기 캐시 로딩 시간 및 상기 서버 로딩 시간에 기초하여 상기 캐시 및 상기 서버 중 하나를 선택하여 추가의 웹 브라우저 관련 자원을 요청하는 단계를 포함할 수 있다.The caching method according to an embodiment of the present invention includes a cache loading time for loading a first resource hit in a cache for caching a web browser related resource among resources related to a web browser constituting one web page, Measuring a server loading time for loading a second resource among the related resources that is missed in the cache and loaded from a server of the network; And selecting one of the cache and the server based on the cache loading time and the server loading time to request additional web browser related resources.

본 발명의 일실시예에 따른 캐싱 방법은 웹 브라우저 관련 자원을 캐싱하는 캐시와 네트워크의 서버에 동시에 웹 브라우저 관련 자원을 요청하는 단계; 및 상기 캐시로부터 수신한 웹 브라우저 관련 자원과 상기 서버로부터 수신한 웹 브라우저 관련 자원 중 먼저 수신한 웹 브라우저 관련 자원으로 사이트 또는 페이지를 웹 브라우저에 표시하는 단계를 포함할 수 있다.According to an embodiment of the present invention, there is provided a caching method comprising: requesting a web browser related resource to a cache for caching web browser related resources and a server of a network at the same time; And displaying the site or page on the web browser with the web browser related resource received from the web browser related resource received from the cache and the web browser related resource received from the server.

본 발명의 일실시예에 의하면, 스토리지의 상태를 식별함으로써, 입출력 부하에 따른 캐시의 동작 지연을 감지하고, 캐시에 캐싱된 자원에 지연이 발생할 경우, 캐시를 이용하지 않고, 서버에 자원을 요청함으로써, 입출력 부하에 따른 캐싱 성능 저하를 방지할 수 있다.According to an embodiment of the present invention, by detecting the state of storage, an operation delay of a cache according to an input / output load is detected, and when a delay occurs in a resource cached in a cache, Thus, the deterioration of the caching performance due to the input / output load can be prevented.

또한, 본 발명의 일실시예에 의하면, 웹 브라우저 관련 자원을 캐시에서 로딩할 경우의 캐시 로딩 시간과, 네트워크의 서버로부터 로딩할 경우의 서버 로딩 시간을 측정하고, 캐시 로딩 시간과 서버 로딩 시간 중에서 짧은 시간을 가지는 대상에 웹 브라우저 관련 자원을 요청함으로써, 웹 브라우저 관련 자원 로딩에 필요한 시간을 최소화할 수 있다In addition, according to an embodiment of the present invention, the cache loading time when loading the web browser related resource from the cache and the server loading time when loading from the server of the network are measured, and the cache loading time and the server loading time By requesting web browser-related resources for a short-time target, you can minimize the time required to load web browser-related resources

그리고, 본 발명의 일실시예에 의하면, 캐시와 서버에 동시에 웹 브라우저 관련 자원을 요청하고, 캐시로부터 수신한 웹 브라우저 관련 자원과 서버로부터 수신한 웹 브라우저 관련 자원 중에서 먼저 수신한 웹 브라우저 관련 자원으로 사이트 또는 페이지를 웹 브라우저에 표시함으로써, 입출력 부하를 측정하는 과정 없이 웹 브라우저 관련 자원 로딩에 필요한 시간을 최소화할 수 있다.According to an embodiment of the present invention, a web browser related resource is simultaneously requested to a cache and a server, and a web browser related resource received from a cache and a web browser related resource received from a server By displaying a site or page in a web browser, the time required to load web browser related resources can be minimized without measuring the input / output load.

도 1은 본 발명의 제1 일실시예에 따른 캐싱 장치를 나타내는 도면이다.
도 2는 본 발명의 제2 일실시예에 따른 캐싱 장치를 나타내는 도면이다.
도 3은 본 발명의 제3 일실시예에 따른 캐싱 장치를 나타내는 도면이다.
도 4는 본 발명의 제1 일실시예에 따른 캐싱 방법을 도시한 플로우차트이다.
도 5는 본 발명의 제1 일실시예에 따른 캐싱 방법을 도시한 플로우차트이다.
도 6은 본 발명의 제1 일실시예에 따른 캐싱 방법을 도시한 플로우차트이다.
1 is a view showing a caching apparatus according to a first embodiment of the present invention.
2 is a view showing a caching apparatus according to a second embodiment of the present invention.
3 is a view showing a caching apparatus according to a third embodiment of the present invention.
4 is a flowchart showing a caching method according to the first embodiment of the present invention.
5 is a flowchart showing a caching method according to the first embodiment of the present invention.
6 is a flowchart showing a caching method according to the first embodiment of the present invention.

이하, 본 발명의 실시예를 첨부된 도면을 참조하여 상세하게 설명한다. 본 발명의 일실시예에 따른 캐싱 방법은 캐싱 장치에 의해 수행될 수 있다. DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS Hereinafter, embodiments of the present invention will be described in detail with reference to the accompanying drawings. The caching method according to an embodiment of the present invention can be performed by a caching apparatus.

도 1은 본 발명의 제1 일실시예에 따른 캐싱 장치(100)를 나타내는 도면이다. 1 is a view showing a caching apparatus 100 according to a first embodiment of the present invention.

단말기(101)에서 수행된 웹 브라우저가 캐시(130)에 캐싱된 웹 브라우저 관련 자원을 요청할 경우, 캐시(130)가 전달하는 웹 브라우저 관련 자원은 스토리지(102)를 통과할 수 있다. 이때, 스토리지(102)는 캐싱 장치(100)를 포함하는 단말기(101)가 자원의 입출력에 이용하는 스토리지일 수 있다.When a web browser executed in the terminal 101 requests a cached web browser related resource in the cache 130, the web browser related resource delivered by the cache 130 may pass through the storage 102. At this time, the storage 102 may be a storage used by the terminal 101 including the caching apparatus 100 for inputting and outputting resources.

그러나, 단말기(101)에서 입출력과 관련된 백그라운드 프로그램을 수행할 경우, 백그라운드 프로그램들은 스토리지(102)를 통하여 파일을 입출력할 수 있다. 예를 들어, 백그라운드 프로그램은 일정 개수, 또는 일정 크기 이상의 파일을 복사하는 프로그램, 일정 크기 이상의 파일을 업로드, 또는 다운로드 하는 프로그램, 파일 시스템에서 특정 파일을 검색하는 프로그램, 및 스토리지(102)에 일정 크기 이상의 입출력 부하를 가하는 프로그램 중 하나일 수 있다.However, when a background program related to input / output is performed in the terminal 101, background programs can input and output files through the storage 102. [ For example, the background program may be a program for copying a file of a predetermined number or more, a file for uploading or downloading a file of a predetermined size or larger, a program for searching for a specific file in the file system, Or more of the input / output load.

이때, 스토리지(102)는 백그라운드 프로그램에 따른 파일 입출력을 하는 상태에서 웹 브라우저 관련 자원을 수신해야 하므로, 웹 브라우저 관련 자원을 수신하기 위하여 할당할 수 있는 용량이 적을 수 있다. 따라서, 웹 브라우저가 캐시(130)에 캐싱된 웹 브라우저 관련 자원을 수신하는 시간이 네트워크의 서버(103)에 저장된 웹 브라우저 관련 자원을 수신하는 시간보다 지연될 수 있다.At this time, since the storage 102 must receive resources related to the web browser in a state of performing file input / output according to the background program, the capacity that can be allocated for receiving the web browser related resources may be small. Thus, the time at which the web browser receives the web browser related resources cached in the cache 130 may be delayed relative to the time at which it receives the web browser related resources stored in the server 103 of the network.

따라서, 캐싱 장치(100)는 스토리지(102)의 상태를 식별하고, 스토리지(102)가 백그라운드 프로그램에 의한 입출력 부하로 캐시(130)에 캐싱된 웹 브라우저 관련 자원을 수신하는 시간이 지연될 경우, 네트워크의 서버(103)에 저장된 웹 브라우저 관련 자원을 요청함으로써, 웹 브라우저 관련 자원을 빠르게 수신할 수 있다.Thus, when the caching device 100 identifies the state of the storage 102 and the time for the storage 102 to receive web browser related resources cached in the cache 130 as an I / O load by the background program is delayed, By requesting web browser related resources stored in the server 103 of the network, it is possible to quickly receive web browser related resources.

도 1을 참고하면, 본 발명의 제1 일실시예에 따른 캐싱 장치(100)는 스토리지 상태 식별부(110), 자원 요청부(120) 및 캐시(130)를 포함할 수 있다.Referring to FIG. 1, the caching apparatus 100 according to the first embodiment of the present invention may include a storage state identification unit 110, a resource request unit 120, and a cache 130.

스토리지 상태 식별부(110)는 입출력 부하에 따른 스토리지(102)의 스토리지 상태를 식별할 수 있다. The storage state identifying unit 110 can identify the storage state of the storage 102 according to the input / output load.

구체적으로, 스토리지 상태 식별부(110)는 스토리지(102)가 캐시(130)로부터 수신한 웹 브라우저 관련 자원의 로딩 시간을 측정하고, 측정한 로딩 시간에 기초하여 스토리지 상태를 식별할 수 있다.Specifically, the storage state identification unit 110 may measure the loading time of the web browser related resource received from the cache 130 by the storage 102, and may identify the storage state based on the measured loading time.

측정한 로딩 시간이 임계 값 이상인 경우, 스토리지 상태 식별부(110)는 스토리지 상태를 비지(busy) 상태로 식별할 수 있다. 또한, 측정한 로딩 시간이 임계 값 미만인 경우, 스토리지 상태 식별부(110)는 스토리지 상태를 유휴(idle) 상태로 식별할 수 있다.If the measured loading time is equal to or greater than the threshold value, the storage state identification unit 110 may identify the storage state as busy. Also, if the measured loading time is less than the threshold value, the storage state identification unit 110 can identify the storage state as an idle state.

또한, 스토리지 상태 식별부(110)는 시간, 또는 페이지 수에 따른 주기마다 스토리지(102)의 스토리지 상태를 식별할 수 있다.In addition, the storage state identification unit 110 can identify the storage state of the storage 102 at intervals of time or a number of pages.

그리고, 스토리지 상태 식별부(110)는 기 설정된 특정 페이지의 웹 브라우저 관련 자원이 요청될 경우, 스토리지(102)의 스토리지 상태를 식별할 수도 있다.The storage state identification unit 110 may identify the storage state of the storage 102 when a web browser related resource of a predetermined page is requested.

자원 요청부(120)는 스토리지 상태 식별부(110)가 식별한 스토리지 상태에 기초하여 캐시(130) 및 네트워크의 서버(103) 중 하나를 선택하여 웹 브라우저 관련 자원을 요청할 수 있다. 이때, 서버(103)는 웹 브라우저가 요청한 웹 브라우저 관련 정보를 저장하고 있는 네트워크 상의 서버 중 하나일 수 있다.The resource requesting unit 120 may select one of the cache 130 and the server 103 of the network based on the storage state identified by the storage state identifying unit 110 to request a web browser related resource. At this time, the server 103 may be one of the servers on the network storing the web browser related information requested by the web browser.

스토리지 상태 식별부(110)가 식별한 스토리지 상태가 비지 상태인 경우, 자원 요청부(120)는 캐시(130)를 통하지 않고 서버(103)에 웹 브라우저 관련 자원을 요청할 수 있다. When the storage state identified by the storage state identification unit 110 is in the busy state, the resource request unit 120 can request the web browser related resource to the server 103 without going through the cache 130.

예를 들어, 스토리지 상태가 비지 상태인 경우, 자원 요청부(120)는 캐시(130)에 웹 브라우저 관련 자원이 캐싱되었는지 여부를 검색하는 과정을 생략하고, 서버(103)에 웹 브라우저 관련 자원을 요청할 수 있다. 또한, 스토리지 상태가 비지 상태인 경우, 자원 요청부(120)는 캐시(130)에서 웹 브라우저 관련 자원을 검색되더라도, 캐시(130)에 웹 브라우저 관련 자원을 요청하지 않고, 서버(103)에 웹 브라우저 관련 자원을 요청할 수 있다.For example, when the storage state is busy, the resource requesting unit 120 skips the process of searching the cache 130 to see whether the web browser related resource is cached, and transmits the web browser related resource to the server 103 Can be requested. When the storage state is in the busy state, the resource requesting unit 120 does not request the web browser related resource to the cache 130, You can request browser-related resources.

스토리지 상태 식별부(110)가 식별한 스토리지 상태가 유휴 상태인 경우, 자원 요청부(120)는 캐시(130)에서 웹 브라우저 관련 자원을 검색하거나, 캐시(130)에 웹 브라우저 관련 자원을 요청할 수 있다.When the storage state identified by the storage state identification unit 110 is in an idle state, the resource request unit 120 may search for a web browser related resource in the cache 130 or request a web browser related resource to the cache 130 have.

자원 요청부(120)가 서버(103)에 웹 브라우저 관련 자원을 요청한 경우, 자원 요청부(120)는 서버(103)로부터 수신한 웹 브라우저 관련 자원을 캐시(130)에 캐싱할 수 있다.When the resource requesting unit 120 requests the web browser related resource to the server 103, the resource requesting unit 120 may cache the web browser related resource received from the server 103 in the cache 130.

캐싱 장치(100)는 스토리지의 상태를 식별함으로써, 입출력 부하에 따른 캐시의 동작 지연을 감지할 수 있다. 또한, 캐시에 캐싱된 자원에 지연이 발생할 경우, 캐시를 이용하지 않고, 서버에 자원을 요청함으로써, 입출력 부하에 따른 캐싱 성능 저하를 방지할 수 있다.
The caching device 100 can detect a delay in operation of the cache according to the input / output load by identifying the state of the storage. Also, when a delay occurs in resources cached in the cache, it is possible to prevent degradation of caching performance due to the input / output load by requesting resources from the server without using the cache.

도 2는 본 발명의 제2 일실시예에 따른 캐싱 장치를 나타내는 도면이다. 2 is a view showing a caching apparatus according to a second embodiment of the present invention.

도 2는 웹 브라우저 관련 자원을 캐시에서 로딩할 경우의 로딩 시간과, 네트워크의 서버로부터 로딩할 경우의 로딩 시간에 기초하여 웹 브라우저 관련 자원을 요청할 대상을 결정하는 캐싱 장치(200)입니다. 2 is a caching device 200 that determines what to request for web browser related resources based on the loading time when loading web browser related resources from the cache and the loading time when loading from a server of the network.

도 2를 참고하면, 본 발명의 제2 일실시예에 따른 캐싱 장치(200)는 캐시(210), 로딩 시간 측정부(220), 및 자원 요청부(230)를 포함할 수 있다.Referring to FIG. 2, the caching apparatus 200 according to the second embodiment of the present invention may include a cache 210, a loading time measuring unit 220, and a resource requesting unit 230.

캐시(210)는 캐싱 장치(200)가 서버(201)로부터 수신하였던 웹 브라우저 관련 자원을 캐싱할 수 있다. The cache 210 may cache web browser related resources that the caching device 200 has received from the server 201.

로딩 시간 측정부(220)는 하나의 웹 페이지를 구성하는 웹 브라우저 관련 자원 중 캐시(210)에서 히트(hit)된 제1 자원을 로딩하는 캐시 로딩 시간과 상기 웹 브라우저 관련 자원 중 상기 캐시에서 미스(miss)되어 네트워크의 서버(201)로부터 로딩되는 제2 자원을 로딩하는 서버 로딩 시간을 측정할 수 있다.The loading time measuring unit 220 measures a cache loading time for loading a first resource hit in the cache 210 among the web browser related resources constituting one web page, and may load the second resource loaded from the server 201 of the network to measure the server loading time.

구체적으로 사용자가 웹 브라우저로 사이트 또는 페이지에 접속하는 경우, 로딩 시간 측정부(220)는 캐시(210)에서 사이트 또는 페이지를 구성하는 웹 브라우저 관련 자원을 검색하고, 사이트 또는 페이지를 구성하는 웹 브라우저 관련 자원 중 캐시(210)에서 히트(hit)된 제1 자원을 로딩할 수 있다. 이때, 로딩 시간 측정부(220)는 제1 자원이 캐시(210)에서 히트된 시간과 캐시(210)로부터 제1 자원을 로딩 완료한 시간 간의 차이를 이용하여 캐시 로딩 시간을 측정할 수 있다.Specifically, when a user accesses a site or a page with a web browser, the loading time measuring unit 220 searches the cache 210 for resources related to the web browser constituting the site or page, And may load the first resource hits in the cache 210 among the related resources. At this time, the loading time measuring unit 220 may measure the cache loading time using the difference between the time when the first resource is hit in the cache 210 and the time when the first resource is loaded from the cache 210. [

그 다음으로, 로딩 시간 측정부(220)는 사이트 또는 페이지를 구성하는 웹 브라우저 관련 자원 중 캐시에서 미스(miss)된 제2 자원을 네트워크의 서버(201)로부터 로딩할 수 있다. 이때, 로딩 시간 측정부(220)는 제2 자원을 서버(201)에 요청하고, 제2 자원을 서버(201)에 요청한 시간과 서버(201)로부터 제2 자원을 로딩 완료한 시간 간의 차이를 이용하여 서버 로딩 시간을 측정할 수 있다.Next, the loading time measurement unit 220 may load a second resource missed from the cache among the web browser related resources constituting the site or page from the server 201 of the network. At this time, the loading time measuring unit 220 requests the second resource to the server 201, and calculates the difference between the time when the second resource is requested to the server 201 and the time when the second resource is loaded from the server 201 Server loading time can be measured.

그리고, 로딩 시간 측정부(220)는 시간, 또는 페이지 수에 따른 주기로 상기 서버 로딩 시간과 상기 캐시 로딩 시간을 측정할 수 있다. 또한, 로딩 시간 측정부(220)는 기 설정된 특정 페이지의 웹 브라우저 관련 자원이 요청될 경우, 상기 서버 로딩 시간과 상기 캐시 로딩 시간을 측정할 수 있다.The loading time measuring unit 220 may measure the server loading time and the cache loading time at intervals corresponding to the time or the number of pages. In addition, the loading time measuring unit 220 may measure the server loading time and the cache loading time when a web browser related resource of a predetermined page is requested.

자원 요청부(230)는 로딩 시간 측정부(220)가 측정한 캐시 로딩 시간 및 서버 로딩 시간에 기초하여 캐시(210) 및 서버(201) 중 하나를 선택하여 추가의 웹 브라우저 관련 자원을 요청할 수 있다. 이때, 추가의 웹 브라우저 관련 자원은 웹 브라우저에서 요청 받은 웹 브라우저 관련 자원 중에서 제1 자원과 제2 자원을 제외한 나머지 웹 브라우저 관련 자원을 포함할 수 있다.The resource requesting unit 230 can select one of the cache 210 and the server 201 based on the cache loading time measured by the loading time measuring unit 220 and the server loading time to request additional web browser related resources have. At this time, the additional web browser related resources may include web browser related resources other than the first resource and the second resource among the web browser related resources requested from the web browser.

캐시 로딩 시간이 서버 로딩 시간보다 짧은 경우, 자원 요청부(230)는 추가의 웹 브라우저 관련 정보를 캐시(210)에 요청할 수 있다.If the cache loading time is shorter than the server loading time, the resource requesting unit 230 may request additional web browser related information from the cache 210. [

또한, 서버 로딩 시간이 캐시 로딩 시간보다 짧은 경우, 자원 요청부(230)는 추가의 웹 브라우저 관련 정보를 캐시(210)를 통하지 않고 서버(201)에 요청할 수 있다.In addition, if the server loading time is shorter than the cache loading time, the resource requesting unit 230 can request the server 201 without going through the cache 210 for additional web browser related information.

캐싱 장치(200)는 웹 브라우저 관련 자원을 캐시에서 로딩할 경우의 캐시 로딩 시간과, 네트워크의 서버로부터 로딩할 경우의 서버 로딩 시간을 측정하고, 캐시 로딩 시간과 서버 로딩 시간 중에서 짧은 시간을 가지는 대상에 웹 브라우저 관련 자원을 요청함으로써, 웹 브라우저 관련 자원 로딩에 필요한 시간을 최소화할 수 있다.
The caching device 200 measures the cache loading time when the web browser related resource is loaded from the cache and the server loading time when the web browser related resource is loaded from the server of the network, , It is possible to minimize the time required for loading resources related to the web browser.

도 3은 본 발명의 제3 일실시예에 따른 캐싱 장치를 나타내는 도면이다. 3 is a view showing a caching apparatus according to a third embodiment of the present invention.

도 3은 캐시와 서버에 동시에 웹 브라우저 관련 자원을 요청하고, 캐시로부터 수신한 웹 브라우저 관련 자원과 서버로부터 수신한 웹 브라우저 관련 자원 중에서 먼저 수신한 웹 브라우저 관련 자원으로 사이트 또는 페이지를 웹 브라우저에 표시하는 캐싱 장치(300)입니다. FIG. 3 is a diagram illustrating a web browser-related resource requested by a cache and a server at the same time, and a web browser-related resource received from a web browser-related resource received from a cache and a web browser- Is a caching device (300).

도 3을 참고하면, 본 발명의 제3 일실시예에 따른 캐싱 장치(300)는 자원 요청부(310), 캐시(320), 및 웹 브라우저 표시부(330)를 포함할 수 있다.Referring to FIG. 3, the caching apparatus 300 according to the third embodiment of the present invention may include a resource requesting unit 310, a cache 320, and a web browser display unit 330.

자원 요청부(310)는 캐시(320)와 네트워크의 서버(301)에 동시에 웹 브라우저 관련 자원을 요청할 수 있다.The resource requesting unit 310 may simultaneously request a web browser related resource to the cache 320 and the server 301 of the network.

캐시(320)는 캐싱 장치(300)가 서버(301)로부터 수신한 웹 브라우저 관련 자원을 캐싱할 수 있다. 또한, 캐시(320)는 자원 요청부(310)로부터 요청 받은 웹 브라우저 관련 자원을 웹 브라우저 표시부(330)로 전달할 수 있다.The cache 320 may cache the web browser related resources received by the caching device 300 from the server 301. [ In addition, the cache 320 may transmit the resource related to the web browser requested by the resource request unit 310 to the web browser display unit 330.

웹 브라우저 표시부(330)는 캐시(320)로부터 수신한 웹 브라우저 관련 자원과 서버(301)로부터 수신한 웹 브라우저 관련 자원 중 먼저 수신한 웹 브라우저 관련 자원으로 사이트 또는 페이지를 웹 브라우저에 표시할 수 있다.The web browser display unit 330 may display a site or a page on a web browser using a web browser related resource received from the web browser related resource received from the cache 320 and a web browser related resource received from the server 301 .

웹 브라우저 표시부(330)가 웹 브라우저 관련 자원을 캐시(320)로부터 먼저 수신한 경우, 웹 브라우저 표시부(330)는 캐시(320)로부터 수신한 웹 브라우저 관련 자원으로 사이트 또는 페이지를 웹 브라우저에 표시하는 동안, 서버(301)로부터 웹 브라우저 관련 자원을 수신할 수 있다. 이때, 웹 브라우저 표시부(330)는 서버(301)로부터 수신한 웹 브라우저 관련 자원을 캐시(320)에 캐싱할 수 있다.When the web browser display unit 330 first receives a web browser related resource from the cache 320, the web browser display unit 330 displays the site or page on the web browser using the web browser related resource received from the cache 320 The web browser related resources from the server 301. [0050] At this time, the web browser display unit 330 can cache the web browser related resources received from the server 301 in the cache 320. [

웹 브라우저 표시부(330)가 캐시(320)로부터 수신한 웹 브라우저 관련 자원은 웹 브라우저 표시부(330)가 이전에 서버(301)로부터 수신한 웹 브라우저 관련 자원이므로, 최신 웹 브라우저 관련 자원과는 상이할 가능성이 있다.The web browser related resource received from the cache 320 by the web browser display unit 330 is a resource related to the web browser previously received from the server 301 so that resources different from the latest web browser related resources There is a possibility.

따라서, 웹 브라우저 표시부(330)는 캐시(320)로부터 수신한 웹 브라우저 관련 자원을 웹 브라우저에 표시할 경우에도 서버(301)로부터 수신한 웹 브라우저 관련 자원을 폐기하지 않고, 캐시(320)에 캐싱함으로써, 캐시(320)가 캐싱하는 웹 브라우저 관련 자원을 가장 최근에 갱신된 자원으로 업데이트할 수 있다.Therefore, even when the web browser related resource received from the cache 320 is displayed on the web browser, the web browser display unit 330 does not discard the web browser related resource received from the server 301, To update the web browser related resources that the cache 320 caches to the most recently updated resources.

웹 브라우저 표시부(330)가 웹 브라우저 관련 자원을 서버(301)로부터 먼저 수신한 경우, 웹 브라우저 표시부(330)는 서버(301)로부터 수신한 웹 브라우저 관련 자원으로 사이트 또는 페이지를 웹 브라우저에 표시하는 동안, 캐시(320)로부터 웹 브라우저 관련 자원을 수신할 수 있다. 이때, 캐시(320)로부터 수신한 웹 브라우저 관련 자원은 서버(301)로부터 수신한 웹 브라우저 관련 자원보다 이전에 작성된 자원일 수 있다. 따라서, 웹 브라우저 표시부(330)는 캐시(320)로부터 수신한 웹 브라우저 관련 자원을 폐기하고, 서버(301)로부터 수신한 웹 브라우저 관련 자원을 캐시(320)에 캐싱함으로써, 캐시(320)가 캐싱하는 웹 브라우저 관련 자원을 가장 최근에 갱신된 자원으로 업데이트할 수 있다.When the web browser display unit 330 first receives the web browser related resource from the server 301, the web browser display unit 330 displays the site or page on the web browser with the web browser related resource received from the server 301 May be able to receive web browser related resources from the cache 320. At this time, the web browser related resource received from the cache 320 may be a resource created before the web browser related resource received from the server 301. Accordingly, the web browser display unit 330 discards the web browser related resources received from the cache 320, and caches the web browser related resources received from the server 301 in the cache 320, You can update the web browser related resources with the most recently updated resources.

캐싱 장치(300)는 캐시와 서버에 동시에 웹 브라우저 관련 자원을 요청하고, 캐시로부터 수신한 웹 브라우저 관련 자원과 서버로부터 수신한 웹 브라우저 관련 자원 중에서 먼저 수신한 웹 브라우저 관련 자원으로 사이트 또는 페이지를 웹 브라우저에 표시함으로써, 입출력 부하를 측정하는 과정 없이 웹 브라우저 관련 자원 로딩에 필요한 시간을 최소화할 수 있다.
The caching device 300 requests a cache and a server simultaneously for a web browser related resource, and the web browser related resource received from the web browser related resource received from the cache and the web browser related resource received from the cache, By displaying in the browser, it is possible to minimize the time required to load resources related to the web browser without measuring the input / output load.

도 4는 본 발명의 제1 일실시예에 따른 캐싱 방법을 도시한 플로우차트이다.4 is a flowchart showing a caching method according to the first embodiment of the present invention.

단계(410)에서 스토리지 상태 식별부(110)는 입출력 부하에 따른 스토리지(102)의 스토리지 상태를 식별할 수 있다. 구체적으로, 스토리지 상태 식별부(110)는 스토리지(102)가 캐시(130)로부터 수신한 웹 브라우저 관련 자원의 로딩 시간을 측정하고, 측정한 로딩 시간에 기초하여 스토리지 상태를 식별할 수 있다.In step 410, the storage state identification unit 110 may identify the storage state of the storage 102 according to the input / output load. Specifically, the storage state identification unit 110 may measure the loading time of the web browser related resource received from the cache 130 by the storage 102, and may identify the storage state based on the measured loading time.

측정한 로딩 시간이 임계 값 이상인 경우, 스토리지 상태 식별부(110)는 스토리지 상태를 비지(busy) 상태로 식별할 수 있다. 또한, 측정한 로딩 시간이 임계 값 미만인 경우, 스토리지 상태 식별부(110)는 스토리지 상태를 유휴(idle) 상태로 식별할 수 있다.If the measured loading time is equal to or greater than the threshold value, the storage state identification unit 110 may identify the storage state as busy. Also, if the measured loading time is less than the threshold value, the storage state identification unit 110 can identify the storage state as an idle state.

단계(420)에서 자원 요청부(120)는 단계(410)에서 식별한 스토리지 상태가 비지인지 여부를 확인할 수 있다. 자원 요청부(120)는 단계(410)에서 식별한 스토리지 상태가 비지인지 경우, 단계(430)을 수행하고, 유휴인 경우, 단계(440)을 수행할 수 있다.In step 420, the resource requesting unit 120 may check whether the storage state identified in step 410 is busy. The resource requesting unit 120 may perform step 430 if the storage state identified in step 410 is busy or perform step 440 if the storage state is idle.

단계(430)에서 자원 요청부(120)는 캐시(130)를 통하지 않고 서버(103)에 웹 브라우저 관련 자원을 요청할 수 있다. 이때, 자원 요청부(120)는 서버(103)로부터 요청에 대응하여 수신한 웹 브라우저 관련 자원을 캐시(130)에 캐싱할 수 있다.The resource requesting unit 120 may request the web browser related resource to the server 103 without going through the cache 130 in step 430. At this time, the resource requesting unit 120 may cache the web browser related resource received in response to the request from the server 103 in the cache 130. [

예를 들어, 자원 요청부(120)는 캐시(130)에 웹 브라우저 관련 자원이 캐싱되었는지 여부를 검색하는 과정을 생략하고, 서버(103)에 웹 브라우저 관련 자원을 요청할 수 있다. 또한, 자원 요청부(120)는 캐시(130)에서 웹 브라우저 관련 자원을 검색되더라도, 캐시(130)에 웹 브라우저 관련 자원을 요청하지 않고, 서버(103)에 웹 브라우저 관련 자원을 요청할 수도 있다.For example, the resource requesting unit 120 may request the server 103 for resources related to the web browser, omitting the process of searching the cache 130 for searching whether the web browser related resource is cached. The resource requesting unit 120 may request the web browser related resource to the server 103 without requesting the web browser related resource to the cache 130 even if the web browser related resource is searched in the cache 130.

단계(440)에서 자원 요청부(120)는 캐시(130)에서 웹 브라우저 관련 자원을 검색하거나, 캐시(130)에 웹 브라우저 관련 자원을 요청할 수 있다.
In step 440, the resource requesting unit 120 may search for a web browser related resource in the cache 130 or may request a web browser related resource in the cache 130.

도 5는 본 발명의 제1 일실시예에 따른 캐싱 방법을 도시한 플로우차트이다.5 is a flowchart showing a caching method according to the first embodiment of the present invention.

단계(510)에서 로딩 시간 측정부(220)는 사용자가 웹 브라우저로 사이트 또는 페이지에 접속하는 경우, 사이트 또는 페이지를 구성하는 웹 브라우저 관련 자원이 캐시(210)에서 히트(hit)되는지 여부를 판단할 수 있다.In step 510, the loading time measuring unit 220 determines whether the web browser related resources constituting the site or the page are hit in the cache 210 when the user accesses the site or the page with the web browser can do.

단계(520)에서 로딩 시간 측정부(220)는 단계(510)에서 캐시(210)에서 히트된 것으로 판단된 제1 자원을 캐시(210)에서 로딩할 수 있다. In step 520, the loading time measurement unit 220 may load the first resource, which is determined to be hit in the cache 210, in the cache 210 in step 510.

단계(525)에서 로딩 시간 측정부(220)는 단계(510)에서 제1 자원이 캐시(210)에서 히트된 것으로 판단한 시간과 단계(520)에서 제1 자원을 로딩 완료한 시간 간의 차이를 이용하여 캐시 로딩 시간을 측정할 수 있다.The loading time measurement unit 220 uses the difference between the time at which the first resource is determined to be hit in the cache 210 and the time at which the first resource is loaded at the step 520 in step 510 To measure the cache loading time.

단계(530)에서 로딩 시간 측정부(220)는 단계(510)에서 캐시(210)에서 미스(miss)된 제2 자원을 네트워크의 서버(201)로부터 로딩할 수 있다. 이때, 로딩 시간 측정부(220)는 제2 자원을 서버(201)에 요청하고, 서버(201)로부터 요청에 대응하는 제2 자원을 수신할 수 있다.The loading time measurement unit 220 in step 530 may load the second resource missed in the cache 210 from the server 201 of the network in step 510. At this time, the loading time measuring unit 220 may request the second resource to the server 201, and may receive the second resource corresponding to the request from the server 201.

단계(535)에서 로딩 시간 측정부(220)는 단계(530)에서 제2 자원을 서버(201)에 요청한 시간과 서버(201)로부터 제2 자원을 로딩 완료한 시간 간의 차이를 이용하여 서버 로딩 시간을 측정할 수 있다.The loading time measuring unit 220 loads the server using the difference between the time when the second resource is requested to the server 201 and the time when the second resource is loaded from the server 201 in step 530 Time can be measured.

단계(540)에서 자원 요청부(230)는 단계(525)에서 측정한 캐시 로딩 시간이 단계(525)에서 측정한 서버 로딩 시간보다 긴지 여부를 판단할 수 있다.In step 540, the resource requesting unit 230 may determine whether the cache loading time measured in step 525 is longer than the server loading time measured in step 525.

단계(540)에서 캐시 로딩 시간이 서버 로딩 시간보다 짧은 것으로 판단한 경우, 단계(550)에서 자원 요청부(230)는 추가의 웹 브라우저 관련 정보를 캐시(210)에 요청할 수 있다. 이때, 추가의 웹 브라우저 관련 자원은 웹 브라우저에서 요청 받은 웹 브라우저 관련 자원 중에서 제1 자원과 제2 자원을 제외한 나머지 웹 브라우저 관련 자원을 포함할 수 있다.If it is determined in step 540 that the cache loading time is shorter than the server loading time, in step 550, the resource requesting unit 230 may request additional web browser related information from the cache 210. At this time, the additional web browser related resources may include web browser related resources other than the first resource and the second resource among the web browser related resources requested from the web browser.

단계(540)에서 캐시 로딩 시간이 서버 로딩 시간보다 긴 것으로 판단한 경우, 단계(560)에서 자원 요청부(230)는 추가의 웹 브라우저 관련 정보를 캐시(210)를 통하지 않고 서버(201)에 요청할 수 있다.
If it is determined in step 540 that the cache loading time is longer than the server loading time, in step 560, the resource requesting unit 230 requests the server 201 for additional web browser related information without going through the cache 210 .

도 6은 본 발명의 제1 일실시예에 따른 캐싱 방법을 도시한 플로우차트이다.6 is a flowchart showing a caching method according to the first embodiment of the present invention.

단계(610)에서 자원 요청부(310)는 캐시(320)와 네트워크의 서버(301)에 동시에 웹 브라우저 관련 자원을 요청할 수 있다.In step 610, the resource requesting unit 310 may request the web browser related resources to the cache 320 and the server 301 of the network at the same time.

단계(620)에서 웹 브라우저 표시부(330)는 단계(610)의 요청에 따라 캐시(320)가 전송한 웹 브라우저 관련 자원과 서버(301)이 전송한 웹 브라우저 관련 자원 중 캐시(320)가 전송한 웹 브라우저 관련 자원을 먼저 수신하였는지 여부를 확인할 수 있다. 웹 브라우저 표시부(330)는 캐시(320)가 전송한 웹 브라우저 관련 자원을 먼저 수신한 경우, 단계(640)을 수행하고, 캐시(320)가 전송한 웹 브라우저 관련 자원을 나중에 수신한 경우, 단계(630)을 수행할 수 있다.In step 620, the web browser display unit 330 displays the web browser related resources transmitted by the cache 320 and the web browser related resources transmitted by the server 301 according to the request of step 610, It is possible to confirm whether or not a web browser related resource is received first. The web browser display unit 330 performs step 640 if the web browser related resource transmitted by the cache 320 is first received and if the web browser related resource transmitted by the cache 320 is later received, (630).

단계(630)에서 웹 브라우저 표시부(330)는 서버(301)로부터 수신한 웹 브라우저 관련 자원을 웹 브라우저에 표시할 수 있다.In step 630, the web browser display unit 330 may display the web browser related resources received from the server 301 on the web browser.

단계(640)에서 웹 브라우저 표시부(330)는 캐시(320)로부터 수신한 웹 브라우저 관련 자원이 유효한 자원인지 여부를 확인할 수 있다. 웹 브라우저 표시부(330)는 캐시(320)가 전송한 웹 브라우저 관련 자원이 유효한 경우, 단계(650)을 수행하고, 캐시(320)가 전송한 웹 브라우저 관련 자원이 유효하지 않은 경우, 단계(660)을 수행할 수 있다.In step 640, the web browser display unit 330 can check whether the web browser related resource received from the cache 320 is a valid resource. The web browser display unit 330 performs step 650 if the web browser related resource transmitted by the cache 320 is valid and if the web browser related resource transmitted by the cache 320 is invalid, ) Can be performed.

단계(650)에서 웹 브라우저 표시부(330)는 캐시(320)로부터 수신한 웹 브라우저 관련 자원을 웹 브라우저에 표시할 수 있다.In step 650, the web browser display unit 330 may display the web browser related resources received from the cache 320 on the web browser.

단계(655)에서 웹 브라우저 표시부(330)는 단계(650)이 수행되는 동안 서버(301)로부터 웹 브라우저 관련 자원을 수신할 수 있다. 이때, 서버(301)로부터 수신한 웹 브라우저 관련 자원은 단계(610)에서 요청한 웹 브라우저 관련 자원일 수 있다. 또한, 서버(301)로부터 수신한 웹 브라우저 관련 자원은 캐시(320)로부터 수신한 웹 브라우저 관련 자원보다 나중에 작성, 또는 변경된 자원일 수 있다.In step 655, the web browser display unit 330 may receive web browser related resources from the server 301 while step 650 is performed. At this time, the web browser related resource received from the server 301 may be a web browser related resource requested in step 610. [ Also, the web browser related resources received from the server 301 may be resources created or changed later than the web browser related resources received from the cache 320.

단계(660)에서 웹 브라우저 표시부(330)는 캐시(320)로부터 수신한 웹 브라우저 관련 자원이 유효하지 않으므로 폐기하고, 서버(301)로부터 웹 브라우저 관련 자원을 수신할 때까지 대기할 수 있다.In step 660, the web browser display unit 330 may discard the web browser related resource received from the cache 320 because it is not valid, and may wait until receiving the web browser related resource from the server 301.

단계(665)에서 웹 브라우저 표시부(330)는 단계(660)에서 수신한 웹 브라우저 관련 자원을 웹 브라우저에 표시할 수 있다.In step 665, the web browser display unit 330 may display the web browser related resources received in step 660 on the web browser.

단계(670)에서 웹 브라우저 표시부(330)는 단계(630)에서 서버(301)로부터 수신한 웹 브라우저 관련 자원을 웹 브라우저에 표시하는 동안, 캐시(320)로부터 웹 브라우저 관련 자원을 수신하였는지 여부를 확인할 수 있다. In step 670, the web browser display unit 330 determines whether the web browser related resource is received from the cache 320 while displaying the web browser related resource received from the server 301 in step 630 on the web browser Can be confirmed.

캐시(320)에 웹 브라우저 관련 자원이 히트하지 않은 경우, 웹 브라우저 표시부(330)는 캐시(320)로부터 웹 브라우저 관련 자원을 수신하지 않을 수 있다. 이때, 웹 브라우저 표시부(330)는 단계(680)을 수행할 수 있다. 또한, 캐시(320)로부터 웹 브라우저 관련 자원을 수신하는 경우, 웹 브라우저 표시부(330)는 단계(675)를 수행할 수 있다.If the web browser related resources do not hit the cache 320, the web browser display 330 may not receive web browser related resources from the cache 320. At this time, the web browser display unit 330 may perform step 680. [ In addition, when receiving the web browser related resource from the cache 320, the web browser display unit 330 may perform step 675. [

단계(675)에서 웹 브라우저 표시부(330)는 캐시(320)로부터 수신한 웹 브라우저 관련 자원을 폐기할 수 있다.In step 675, the web browser display unit 330 may discard the web browser related resources received from the cache 320.

캐시(320)로부터 수신한 웹 브라우저 관련 자원은 서버(301)로부터 수신한 웹 브라우저 관련 자원보다 이전에 작성, 또는 변경된 자원이므로, Since the web browser related resource received from the cache 320 is a resource previously created or changed before the web browser related resource received from the server 301,

서버(301)로부터 수신한 웹 브라우저 관련 자원보다 정확도가 떨어질 수 있다. 따라서, 서버(301)로부터 수신한 웹 브라우저 관련 자원으로 웹 브라우저를 표시하는 경우, 웹 브라우저 표시부(330)는 캐시(320)로부터 수신한 웹 브라우저 관련 자원을 폐기할 수 있다.The accuracy may be lower than the web browser related resources received from the server 301. Accordingly, when displaying the web browser with the web browser related resource received from the server 301, the web browser display unit 330 can discard the web browser related resource received from the cache 320. [

단계(680)에서 웹 브라우저 표시부(330)는 서버(301)로부터 수신한 웹 브라우저 관련 자원을 캐시(320)에 캐싱함으로써, 캐시(320)가 캐싱하는 웹 브라우저 관련 자원을 가장 최근에 갱신된 자원으로 업데이트할 수 있다.
The web browser display unit 330 in step 680 caches the web browser related resources received from the server 301 in the cache 320 so that the web browser related resources cached by the cache 320 are stored in the most recently updated resources .

본 발명은 스토리지의 상태를 식별함으로써, 입출력 부하에 따른 캐시의 동작 지연을 감지할 수 있다. 또한, 본 발명은 캐시에 캐싱된 자원에 지연이 발생할 경우, 캐시를 이용하지 않고, 서버에 자원을 요청함으로써, 입출력 부하에 따른 캐싱 성능 저하를 방지할 수 있다.The present invention can detect the operation delay of the cache according to the input / output load by identifying the state of the storage. In addition, when a delay occurs in a resource cached in a cache, a resource is requested to a server without using a cache, thereby preventing a cache performance deterioration due to an input / output load.

그리고, 본 발명은 웹 브라우저 관련 자원을 캐시에서 로딩할 경우의 캐시 로딩 시간과, 네트워크의 서버로부터 로딩할 경우의 서버 로딩 시간을 측정하고, 캐시 로딩 시간과 서버 로딩 시간 중에서 짧은 시간을 가지는 대상에 웹 브라우저 관련 자원을 요청함으로써, 웹 브라우저 관련 자원 로딩에 필요한 시간을 최소화할 수 있다In addition, the present invention measures cache loading time when loading web browser related resources from cache and server loading time when loading from server of network, By requesting web browser related resources, you can minimize the time required to load web browser related resources

또한, 본 발명은 캐시와 서버에 동시에 웹 브라우저 관련 자원을 요청하고, 캐시로부터 수신한 웹 브라우저 관련 자원과 서버로부터 수신한 웹 브라우저 관련 자원 중에서 먼저 수신한 웹 브라우저 관련 자원으로 사이트 또는 페이지를 웹 브라우저에 표시함으로써, 입출력 부하를 측정하는 과정 없이 웹 브라우저 관련 자원 로딩에 필요한 시간을 최소화할 수 있다.
The present invention also relates to a method and system for requesting a web browser related resource to a cache and a server at the same time, and a web browser related resource received from a web browser related resource received from a cache and a web browser related resource received from a cache, It is possible to minimize the time required for loading resources related to the web browser without measuring the input / output load.

실시예에 따른 방법은 다양한 컴퓨터 수단을 통하여 수행될 수 있는 프로그램 명령 형태로 구현되어 컴퓨터 판독 가능 매체에 기록될 수 있다. 상기 컴퓨터 판독 가능 매체는 프로그램 명령, 데이터 파일, 데이터 구조 등을 단독으로 또는 조합하여 포함할 수 있다. 상기 매체에 기록되는 프로그램 명령은 실시예를 위하여 특별히 설계되고 구성된 것들이거나 컴퓨터 소프트웨어 당업자에게 공지되어 사용 가능한 것일 수도 있다. 컴퓨터 판독 가능 기록 매체의 예에는 하드 디스크, 플로피 디스크 및 자기 테이프와 같은 자기 매체(magnetic media), CD-ROM, DVD와 같은 광기록 매체(optical media), 플롭티컬 디스크(floptical disk)와 같은 자기-광 매체(magneto-optical media), 및 롬(ROM), 램(RAM), 플래시 메모리 등과 같은 프로그램 명령을 저장하고 수행하도록 특별히 구성된 하드웨어 장치가 포함된다. 프로그램 명령의 예에는 컴파일러에 의해 만들어지는 것과 같은 기계어 코드뿐만 아니라 인터프리터 등을 사용해서 컴퓨터에 의해서 실행될 수 있는 고급 언어 코드를 포함한다. 상기된 하드웨어 장치는 실시예의 동작을 수행하기 위해 하나 이상의 소프트웨어 모듈로서 작동하도록 구성될 수 있으며, 그 역도 마찬가지이다.The method according to an embodiment may be implemented in the form of a program command that can be executed through various computer means and recorded in a computer-readable medium. The computer-readable medium may include program instructions, data files, data structures, and the like, alone or in combination. The program instructions to be recorded on the medium may be those specially designed and configured for the embodiments or may be available to those skilled in the art of computer software. Examples of computer-readable media include magnetic media such as hard disks, floppy disks and magnetic tape; optical media such as CD-ROMs and DVDs; magnetic media such as floppy disks; Magneto-optical media, and hardware devices specifically configured to store and execute program instructions such as ROM, RAM, flash memory, and the like. Examples of program instructions include machine language code such as those produced by a compiler, as well as high-level language code that can be executed by a computer using an interpreter or the like. The hardware devices described above may be configured to operate as one or more software modules to perform the operations of the embodiments, and vice versa.

 

이상과 같이 실시예들이 비록 한정된 실시예와 도면에 의해 설명되었으나, 해당 기술분야에서 통상의 지식을 가진 자라면 상기의 기재로부터 다양한 수정 및 변형이 가능하다. 예를 들어, 설명된 기술들이 설명된 방법과 다른 순서로 수행되거나, 및/또는 설명된 시스템, 구조, 장치, 회로 등의 구성요소들이 설명된 방법과 다른 형태로 결합 또는 조합되거나, 다른 구성요소 또는 균등물에 의하여 대치되거나 치환되더라도 적절한 결과가 달성될 수 있다.
While the present invention has been particularly shown and described with reference to exemplary embodiments thereof, it is to be understood that the invention is not limited to the disclosed exemplary embodiments. For example, it is to be understood that the techniques described may be performed in a different order than the described methods, and / or that components of the described systems, structures, devices, circuits, Lt; / RTI > or equivalents, even if it is replaced or replaced.

그러므로, 본 발명의 범위는 설명된 실시예에 국한되어 정해져서는 아니 되며, 후술하는 특허청구범위뿐 아니라 이 특허청구범위와 균등한 것들에 의해 정해져야 한다.Therefore, the scope of the present invention should not be limited to the described embodiments, but should be determined by the equivalents of the claims, as well as the claims.

100: 캐싱 장치
110: 스토리지 상태 식별부
120: 자원 요청부
130: 캐시
220: 로딩 시간 측정부
230: 자원 요청부
310: 자원 요청부
330: 웹 브라우저 표시부
100: Caching device
110: Storage state identification unit
120: resource request unit
130: Cache
220: loading time measuring unit
230: resource request unit
310: resource request unit
330: Web browser display

Claims (27)

웹 브라우저 관련 자원을 캐싱하는 캐시;
입출력 부하에 따른 스토리지 상태를 식별하는 스토리지 상태 식별부; 및
상기 스토리지 상태에 기초하여 상기 캐시 및 네트워크의 서버 중 하나를 선택하여 웹 브라우저 관련 자원을 요청하는 자원 요청부
를 포함하고,
상기 스토리지 상태 식별부는,
상기 캐시로부터 수신한 상기 웹 브라우저 관련 자원의 로딩 시간을 측정하고, 상기 로딩 시간에 기초하여 상기 스토리지 상태를 식별하는 웹 브라우저를 위한 캐싱 장치.
A cache for caching web browser related resources;
A storage state identifying unit for identifying a storage state according to an input / output load; And
A resource requesting unit for selecting one of the cache and network servers based on the storage state and requesting a web browser related resource,
Lt; / RTI >
Wherein the storage state identifying unit comprises:
Measuring a loading time of the web browser related resource received from the cache, and identifying the storage state based on the loading time.
제1항에 있어서,
상기 자원 요청부는,
상기 스토리지 상태가 비지(busy) 상태인 경우, 상기 캐시를 통하지 않고 상기 서버에 상기 웹 브라우저 관련 자원을 요청하고,
상기 스토리지 상태가 유휴(idle) 상태인 경우, 상기 캐시에 웹 브라우저 관련 자원을 요청하는 웹 브라우저를 위한 캐싱 장치.
The method according to claim 1,
The resource requesting unit,
Requesting the web browser related resource to the server without going through the cache when the storage state is busy,
And requests a web browser related resource to the cache when the storage state is in an idle state.
삭제delete 제1항에 있어서,
상기 스토리지 상태 식별부는,
상기 로딩 시간이 임계 값 이상인 경우, 상기 스토리지 상태를 비지 상태로 식별하고,
상기 로딩 시간이 임계 값 미만인 경우, 상기 스토리지 상태를 유휴 상태로 식별하는 웹 브라우저를 위한 캐싱 장치.
The method according to claim 1,
Wherein the storage state identifying unit comprises:
Identifying the storage state as a busy state if the loading time is equal to or greater than a threshold value,
And if the loading time is less than a threshold value, identifies the storage state as idle.
웹 브라우저 관련 자원을 캐싱하는 캐시;
입출력 부하에 따른 스토리지 상태를 식별하는 스토리지 상태 식별부; 및
상기 스토리지 상태에 기초하여 상기 캐시 및 네트워크의 서버 중 하나를 선택하여 웹 브라우저 관련 자원을 요청하는 자원 요청부
를 포함하고,
상기 스토리지 상태 식별부는,
시간, 또는 페이지 수에 따른 주기로 상기 스토리지 상태를 식별하는 웹 브라우저를 위한 캐싱 장치.
A cache for caching web browser related resources;
A storage state identifying unit for identifying a storage state according to an input / output load; And
A resource requesting unit for selecting one of the cache and network servers based on the storage state and requesting a web browser related resource,
Lt; / RTI >
Wherein the storage state identifying unit comprises:
Time, or number of pages of the storage device.
웹 브라우저 관련 자원을 캐싱하는 캐시;
입출력 부하에 따른 스토리지 상태를 식별하는 스토리지 상태 식별부; 및
상기 스토리지 상태에 기초하여 상기 캐시 및 네트워크의 서버 중 하나를 선택하여 웹 브라우저 관련 자원을 요청하는 자원 요청부
를 포함하고,
상기 스토리지 상태 식별부는,
기 설정된 특정 페이지의 웹 브라우저 관련 자원이 요청될 경우, 상기 스토리지 상태를 식별하는 웹 브라우저를 위한 캐싱 장치.
A cache for caching web browser related resources;
A storage state identifying unit for identifying a storage state according to an input / output load; And
A resource requesting unit for selecting one of the cache and network servers based on the storage state and requesting a web browser related resource,
Lt; / RTI >
Wherein the storage state identifying unit comprises:
And a cache server for identifying a storage state of the web browser when a web browser related resource of a predetermined page is requested.
웹 브라우저 관련 자원을 캐싱하는 캐시;
하나의 웹 페이지를 구성하는 웹 브라우저 관련 자원 중 상기 캐시에서 히트(hit)된 제1 자원을 로딩하는 캐시 로딩 시간과 상기 웹 브라우저 관련 자원 중 상기 캐시에서 미스(miss)되어 네트워크의 서버로부터 로딩되는 제2 자원을 로딩하는 서버 로딩 시간을 측정하는 로딩 시간 측정부; 및
상기 캐시 로딩 시간 및 상기 서버 로딩 시간에 기초하여 상기 캐시 및 상기 서버 중 하나를 선택하여 추가의 웹 브라우저 관련 자원을 요청하는 자원 요청부
를 포함하는 웹 브라우저를 위한 캐싱 장치.
A cache for caching web browser related resources;
A cache loading time for loading a first resource hits in the cache among the web browser related resources constituting one web page and a cache loading time for loading the web browser related resources loaded from a server of the network A loading time measuring unit for measuring a server loading time for loading a second resource; And
A resource requesting unit for selecting one of the cache and the server based on the cache loading time and the server loading time,
And a caching device for a web browser.
제7항에 있어서,
상기 자원 요청부는,
상기 캐시 로딩 시간이 상기 서버 로딩 시간보다 짧은 경우, 상기 추가의 웹 브라우저 관련 정보를 상기 캐시에 요청하는 웹 브라우저를 위한 캐싱 장치.
8. The method of claim 7,
The resource requesting unit,
And if the cache loading time is shorter than the server loading time, requests the additional web browser related information to the cache.
제7항에 있어서,
상기 자원 요청부는,
상기 서버 로딩 시간이 상기 캐시 로딩 시간보다 짧은 경우, 상기 추가의 웹 브라우저 관련 정보를 상기 캐시를 통하지 않고 상기 서버에 요청하는 웹 브라우저를 위한 캐싱 장치.
8. The method of claim 7,
The resource requesting unit,
Requesting the additional web browser related information to the server without going through the cache when the server loading time is shorter than the cache loading time.
제7항에 있어서,
상기 로딩 시간 측정부는,
시간, 또는 페이지 수에 따른 주기로 상기 서버 로딩 시간과 상기 캐시 로딩 시간을 측정하는 웹 브라우저를 위한 캐싱 장치.
8. The method of claim 7,
Wherein the loading time measuring unit comprises:
Wherein the server loading time and the cache loading time are measured in a cycle corresponding to a time, a number of pages, or a number of pages.
제7항에 있어서,
상기 로딩 시간 측정부는,
기 설정된 특정 페이지의 웹 브라우저 관련 자원이 요청될 경우, 상기 서버 로딩 시간과 상기 캐시 로딩 시간을 측정하는 웹 브라우저를 위한 캐싱 장치.
8. The method of claim 7,
Wherein the loading time measuring unit comprises:
Wherein the cache loading time and the cache loading time are measured when a web browser related resource of a predetermined page is requested.
웹 브라우저 관련 자원을 캐싱하는 캐시;
상기 캐시와 네트워크의 서버에 동시에 웹 브라우저 관련 자원을 요청하는 자원 요청부; 및
상기 캐시로부터 수신한 웹 브라우저 관련 자원과 상기 서버로부터 수신한 웹 브라우저 관련 자원 중 먼저 수신한 웹 브라우저 관련 자원으로 사이트 또는 페이지를 웹 브라우저에 표시하는 웹 브라우저 표시부
를 포함하는 웹 브라우저를 위한 캐싱 장치.
A cache for caching web browser related resources;
A resource request unit for simultaneously requesting a web browser related resource to the cache and a server of the network; And
A web browser display unit for displaying a site or a page on a web browser using a web browser related resource received from the cache and a web browser related resource received from the server,
And a caching device for a web browser.
제12항에 있어서,
상기 웹 브라우저 표시부는,
웹 브라우저 관련 자원을 상기 캐시로부터 먼저 수신한 경우, 상기 캐시로부터 수신한 웹 브라우저 관련 자원으로 사이트 또는 페이지를 상기 웹 브라우저에 표시하는 동안 상기 서버로부터 수신한 웹 브라우저 관련 자원을 상기 캐시에 캐싱하는 웹 브라우저를 위한 캐싱 장치.
13. The method of claim 12,
The web browser display unit displays,
Related resource received from the server while displaying a site or page on the web browser with a resource related to the web browser received from the cache, A caching device for browsers.
제12항에 있어서,
상기 웹 브라우저 표시부는,
상기 웹 브라우저 관련 자원을 상기 서버로부터 먼저 수신한 경우, 상기 캐시로부터 수신한 웹 브라우저 관련 자원을 폐기하고, 상기 서버로부터 수신한 웹 브라우저 관련 자원을 상기 캐시에 캐싱하는 웹 브라우저를 위한 캐싱 장치.
13. The method of claim 12,
The web browser display unit displays,
Related resource received from the server, and for caching the web browser-related resource received from the server in the cache, when the web browser related resource is received from the server.
캐시, 스토리지 상태 식별부; 및 자원 요청부를 포함하는 웹 브라우저를 위한 캐싱 장치가 수행하는 웹 브라우저를 위한 캐싱 방법에 있어서,
상기 스토리지 상태 식별부가 입출력 부하에 따른 스토리지 상태를 식별하는 단계; 및
상기 자원 요청부가 상기 스토리지 상태에 기초하여 웹 브라우저 관련 자원을 캐싱하는 상기 캐시 및 네트워크의 서버 중 하나를 선택하여 웹 브라우저 관련 자원을 요청하는 단계
를 포함하고,
상기 스토리지 상태를 식별하는 단계는,
상기 스토리지 상태 식별부가 상기 캐시로부터 수신한 상기 웹 브라우저 관련 자원의 로딩 시간을 측정하고, 상기 로딩 시간에 기초하여 상기 스토리지 상태를 식별하는 웹 브라우저를 위한 캐싱 방법.
Cache, storage state identification; And a resource requesting unit, the caching method comprising the steps of:
Identifying a storage state according to an input / output load of the storage state identification unit; And
Wherein the resource requesting unit selects one of the cache and the network server for caching web browser related resources based on the storage status and requests a web browser related resource
Lt; / RTI >
Wherein identifying the storage state comprises:
Wherein the storage state identification unit measures a loading time of the web browser related resource received from the cache and identifies the storage state based on the loading time.
제15항에 있어서,
상기 자원을 요청하는 단계는,
상기 스토리지 상태가 비지(busy) 상태인 경우, 상기 자원 요청부가 상기 캐시를 통하지 않고 상기 서버에 상기 웹 브라우저 관련 자원을 요청하고,
상기 스토리지 상태가 유휴(idle) 상태인 경우, 상기 자원 요청부가 상기 캐시에 웹 브라우저 관련 자원을 요청하는 웹 브라우저를 위한 캐싱 방법.
16. The method of claim 15,
Wherein the requesting of the resource comprises:
Wherein the resource requesting unit requests the web browser related resource to the server without going through the cache when the storage state is busy,
Wherein the resource requesting unit requests a web browser related resource to the cache when the storage state is idle.
삭제delete 제15항에 있어서,
상기 스토리지 상태를 식별하는 단계는,
상기 로딩 시간이 임계 값 이상인 경우, 상기 스토리지 상태 식별부가 상기 스토리지 상태를 비지 상태로 식별하고,
상기 로딩 시간이 임계 값 미만인 경우, 상기 스토리지 상태 식별부가 상기 스토리지 상태를 유휴 상태로 식별하는 웹 브라우저를 위한 캐싱 방법.
16. The method of claim 15,
Wherein identifying the storage state comprises:
Wherein the storage state identification unit identifies the storage state as a busy state when the loading time is equal to or greater than a threshold value,
Wherein the storage state identifier identifies the storage state as idle if the loading time is less than a threshold value.
캐시, 스토리지 상태 식별부; 및 자원 요청부를 포함하는 웹 브라우저를 위한 캐싱 장치가 수행하는 웹 브라우저를 위한 캐싱 방법에 있어서,
상기 스토리지 상태 식별부가 입출력 부하에 따른 스토리지 상태를 식별하는 단계; 및
상기 자원 요청부가 상기 스토리지 상태에 기초하여 웹 브라우저 관련 자원을 캐싱하는 상기 캐시 및 네트워크의 서버 중 하나를 선택하여 웹 브라우저 관련 자원을 요청하는 단계
를 포함하고,
상기 스토리지 상태를 식별하는 단계는,
상기 스토리지 상태 식별부가 시간, 또는 페이지 수에 따른 주기로 상기 스토리지 상태를 식별하는 웹 브라우저를 위한 캐싱 방법.
Cache, storage state identification; And a resource requesting unit, the caching method comprising the steps of:
Identifying a storage state according to an input / output load of the storage state identification unit; And
Wherein the resource requesting unit selects one of the cache and the network server for caching web browser related resources based on the storage status and requests a web browser related resource
Lt; / RTI >
Wherein identifying the storage state comprises:
Wherein the storage state identifying unit identifies the storage state at a period of time, or a number of pages.
캐시, 스토리지 상태 식별부; 및 자원 요청부를 포함하는 웹 브라우저를 위한 캐싱 장치가 수행하는 웹 브라우저를 위한 캐싱 방법에 있어서,
상기 스토리지 상태 식별부가 입출력 부하에 따른 스토리지 상태를 식별하는 단계; 및
상기 자원 요청부가 상기 스토리지 상태에 기초하여 웹 브라우저 관련 자원을 캐싱하는 상기 캐시 및 네트워크의 서버 중 하나를 선택하여 웹 브라우저 관련 자원을 요청하는 단계
를 포함하고,
상기 스토리지 상태를 식별하는 단계는,
기 설정된 특정 페이지의 웹 브라우저 관련 자원이 요청될 경우, 상기 스토리지 상태 식별부가 상기 스토리지 상태를 식별하는 웹 브라우저를 위한 캐싱 방법.
Cache, storage state identification; And a resource requesting unit, the caching method comprising the steps of:
Identifying a storage state according to an input / output load of the storage state identification unit; And
Wherein the resource requesting unit selects one of the cache and the network server for caching web browser related resources based on the storage status and requests a web browser related resource
Lt; / RTI >
Wherein identifying the storage state comprises:
Wherein the storage status identifying unit identifies the storage status when a Web browser related resource of a predetermined page is requested.
캐시, 로딩 시간 측정부; 및 자원 요청부를 포함하는 웹 브라우저를 위한 캐싱 장치가 수행하는 웹 브라우저를 위한 캐싱 방법에 있어서,
상기 로딩 시간 측정부가 하나의 웹 페이지를 구성하는 웹 브라우저 관련 자원 중 웹 브라우저 관련 자원을 캐싱하는 상기 캐시에서 히트(hit)된 제1 자원을 로딩하는 캐시 로딩 시간과 상기 웹 브라우저 관련 자원 중 상기 캐시에서 미스(miss)되어 네트워크의 서버로부터 로딩되는 제2 자원을 로딩하는 서버 로딩 시간을 측정하는 단계; 및
상기 자원 요청부가 상기 캐시 로딩 시간 및 상기 서버 로딩 시간에 기초하여 상기 캐시 및 상기 서버 중 하나를 선택하여 추가의 웹 브라우저 관련 자원을 요청하는 단계
를 포함하는 웹 브라우저를 위한 캐싱 방법.
Cache, loading time measuring unit; And a resource requesting unit, the caching method comprising the steps of:
Wherein the loading time measurement unit includes a cache loading time for loading a first resource hit in the cache for caching web browser related resources among web browser related resources constituting one web page, Measuring a server loading time to load a second resource that is missed in the network and loaded from a server of the network; And
Wherein the resource requesting unit selects one of the cache and the server based on the cache loading time and the server loading time to request additional web browser related resources
Gt; a < / RTI > web browser.
제21항에 있어서,
상기 자원을 요청하는 단계는,
상기 캐시 로딩 시간이 상기 서버 로딩 시간보다 짧은 경우, 상기 자원 요청부가 상기 추가의 웹 브라우저 관련 정보를 상기 캐시에 요청하는 웹 브라우저를 위한 캐싱 방법.
22. The method of claim 21,
Wherein the requesting of the resource comprises:
And if the cache loading time is shorter than the server loading time, the resource requesting unit requests the additional web browser related information to the cache.
제21항에 있어서,
상기 자원을 요청하는 단계는,
상기 서버 로딩 시간이 상기 캐시 로딩 시간보다 짧은 경우, 상기 자원 요청부가 상기 추가의 웹 브라우저 관련 정보를 상기 캐시를 통하지 않고 상기 서버에 요청하는 웹 브라우저를 위한 캐싱 방법.
22. The method of claim 21,
Wherein the requesting of the resource comprises:
Wherein if the server loading time is shorter than the cache loading time, the resource requesting unit requests the additional web browser related information to the server without going through the cache.
캐시, 자원 요청부; 및 웹 브라우저 표시부를 포함하는 웹 브라우저를 위한 캐싱 장치가 수행하는 웹 브라우저를 위한 캐싱 방법에 있어서,
상기 자원 요청부가 웹 브라우저 관련 자원을 캐싱하는 상기 캐시와 네트워크의 서버에 동시에 웹 브라우저 관련 자원을 요청하는 단계; 및
상기 웹 브라우저 표시부가 상기 캐시로부터 수신한 웹 브라우저 관련 자원과 상기 서버로부터 수신한 웹 브라우저 관련 자원 중 먼저 수신한 웹 브라우저 관련 자원으로 사이트 또는 페이지를 웹 브라우저에 표시하는 단계
를 포함하는 웹 브라우저를 위한 캐싱 방법.
Cache, resource request part; And a web browser display unit, the method comprising the steps of:
Requesting a web browser related resource to the cache and the server of the network for caching web browser related resources at the same time; And
Displaying the site or page on the web browser using the web browser related resource received from the web browser related resource received from the cache and the web browser related resource received from the server,
Gt; a < / RTI > web browser.
제24항에 있어서,
상기 웹 브라우저에 표시하는 단계는,
웹 브라우저 관련 자원을 상기 캐시로부터 먼저 수신한 경우, 상기 웹 브라우저 표시부가 상기 캐시로부터 수신한 웹 브라우저 관련 자원으로 사이트 또는 페이지를 상기 웹 브라우저에 표시하는 동안 상기 서버로부터 수신한 웹 브라우저 관련 자원을 상기 캐시에 캐싱하는 웹 브라우저를 위한 캐싱 방법.
25. The method of claim 24,
Wherein the displaying on the web browser comprises:
Related resource received from the server while displaying the site or page on the web browser with the resource related to the web browser received from the cache, A caching method for a web browser that caches in a cache.
제24항에 있어서,
상기 웹 브라우저에 표시하는 단계는,
상기 웹 브라우저 관련 자원을 상기 서버로부터 먼저 수신한 경우, 상기 웹 브라우저 표시부가 상기 캐시로부터 수신한 웹 브라우저 관련 자원을 폐기하고, 상기 서버로부터 수신한 웹 브라우저 관련 자원을 상기 캐시에 캐싱하는 웹 브라우저를 위한 캐싱 방법.
25. The method of claim 24,
Wherein the displaying on the web browser comprises:
Wherein the web browser display unit discards the web browser related resource received from the cache and caches the web browser related resource received from the server in the cache when the web browser related resource is first received from the server For caching.
제15항, 제16항, 제18항 내지 제26항 중 어느 한 항의 방법을 실행하기 위한 프로그램이 기록된 컴퓨터에서 판독할 수 있는 기록 매체.A computer-readable recording medium on which a program for executing the method according to any one of claims 15, 16, 18 to 26 is recorded.
KR1020130080386A 2013-07-09 2013-07-09 Apparatus and method for caching web browser information based on load of storage KR101540847B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020130080386A KR101540847B1 (en) 2013-07-09 2013-07-09 Apparatus and method for caching web browser information based on load of storage

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020130080386A KR101540847B1 (en) 2013-07-09 2013-07-09 Apparatus and method for caching web browser information based on load of storage

Publications (2)

Publication Number Publication Date
KR20150006672A KR20150006672A (en) 2015-01-19
KR101540847B1 true KR101540847B1 (en) 2015-07-30

Family

ID=52569938

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020130080386A KR101540847B1 (en) 2013-07-09 2013-07-09 Apparatus and method for caching web browser information based on load of storage

Country Status (1)

Country Link
KR (1) KR101540847B1 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR102234610B1 (en) 2015-06-15 2021-03-31 에스케이텔레콤 주식회사 Receive data path scheduling method and apparatus using a plurality of network interface

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20020085996A (en) * 2001-05-10 2002-11-18 주식회사 메일북 Method of Providing a Web Page Using Client Cache Memory
JP2004504681A (en) * 2000-07-17 2004-02-12 エプリケーション ネットワークス リミテッド Caching static and dynamic content on cache-distributed networks saves WWW site bit rates and improves QoS
KR20090103552A (en) * 2008-03-28 2009-10-01 주식회사 아라기술 System for providing web page using contents cacheing and method thereof
KR20130048594A (en) * 2011-11-02 2013-05-10 삼성전자주식회사 Distributed storage system, apparatus and method for managing a distributed storage in consideration of delay elements

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004504681A (en) * 2000-07-17 2004-02-12 エプリケーション ネットワークス リミテッド Caching static and dynamic content on cache-distributed networks saves WWW site bit rates and improves QoS
KR20020085996A (en) * 2001-05-10 2002-11-18 주식회사 메일북 Method of Providing a Web Page Using Client Cache Memory
KR20090103552A (en) * 2008-03-28 2009-10-01 주식회사 아라기술 System for providing web page using contents cacheing and method thereof
KR20130048594A (en) * 2011-11-02 2013-05-10 삼성전자주식회사 Distributed storage system, apparatus and method for managing a distributed storage in consideration of delay elements

Also Published As

Publication number Publication date
KR20150006672A (en) 2015-01-19

Similar Documents

Publication Publication Date Title
KR101867809B1 (en) System and method for improving access to search results
KR102151457B1 (en) Method and apparatus for reducing page load time in a communication system
JP2015511347A5 (en)
CN107430551B (en) Data caching method, storage control device and storage equipment
JP5980430B2 (en) Method, apparatus, computer program product, and computer program for managing a data cache for a computer system (managing a data cache for a computer system)
CN108197160B (en) Picture loading method and device
US9804965B2 (en) Virtual machine host server apparatus and method for operating the same
US20170103024A1 (en) Information processing apparatus and cache control method
JP5272428B2 (en) Predictive cache method for caching information with high access frequency in advance, system thereof and program thereof
US9626296B2 (en) Prefetch list management in a computer system
KR102077495B1 (en) Method for accelerating the web server by predicting http requests and the web server enabling the method
KR101540847B1 (en) Apparatus and method for caching web browser information based on load of storage
KR20150045073A (en) Data Operating Method And System supporting the same
CN106911733B (en) Cloud proxy website access method and device
JP5224283B2 (en) Information processing system, information processing apparatus, information processing system control method, information processing apparatus control method, and program
CN110825603A (en) Page first loading time determining method and device, electronic equipment and storage medium
CN113760783B (en) Joint offset prefetching method and device, computing device and readable storage medium
US10055212B2 (en) Evolving streaming installation of software applications
KR101132220B1 (en) Method, system and computer-readable recording medium for providing web page using cache
CN113542326B (en) Data caching method and device of distributed system, server and storage medium
CN114218170A (en) File reading method and device
JP5500274B1 (en) Cache memory, cache memory search method, information processing apparatus, and program
CN107408075B (en) Virtualization aware prefetching
US11372776B2 (en) Method and apparatus for an efficient TLB lookup
CN116244216B (en) Cache control method, device, cache line structure, electronic equipment and storage medium

Legal Events

Date Code Title Description
E902 Notification of reason for refusal
E701 Decision to grant or registration of patent right
GRNT Written decision to grant
FPAY Annual fee payment

Payment date: 20180627

Year of fee payment: 4

FPAY Annual fee payment

Payment date: 20190603

Year of fee payment: 5