KR20030016537A - Data cache flush method for data broadcasting receiver - Google Patents
Data cache flush method for data broadcasting receiver Download PDFInfo
- Publication number
- KR20030016537A KR20030016537A KR1020010050169A KR20010050169A KR20030016537A KR 20030016537 A KR20030016537 A KR 20030016537A KR 1020010050169 A KR1020010050169 A KR 1020010050169A KR 20010050169 A KR20010050169 A KR 20010050169A KR 20030016537 A KR20030016537 A KR 20030016537A
- Authority
- KR
- South Korea
- Prior art keywords
- data
- enhancement
- user
- deleted
- received
- Prior art date
Links
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N21/00—Selective content distribution, e.g. interactive television or video on demand [VOD]
- H04N21/40—Client devices specifically adapted for the reception of or interaction with content, e.g. set-top-box [STB]; Operations thereof
- H04N21/43—Processing of content or additional data, e.g. demultiplexing additional data from a digital video stream; Elementary client operations, e.g. monitoring of home network or synchronising decoder's clock; Client middleware
- H04N21/433—Content storage operation, e.g. storage operation in response to a pause request, caching operations
- H04N21/4331—Caching operations, e.g. of an advertisement for later insertion during playback
Landscapes
- Engineering & Computer Science (AREA)
- Multimedia (AREA)
- Signal Processing (AREA)
- Circuits Of Receivers In General (AREA)
- Two-Way Televisions, Distribution Of Moving Picture Or The Like (AREA)
Abstract
Description
본 발명은 데이터 방송 수신기에 관한 것으로서, 특히 수신된 데이터가 저장되는 데이터 방송 수신기의 로컬 캐쉬를 관리함에 있어, 현재 사용자의 데이터 방송 수신기 이용 상태를 참조하고, 인헨스먼트 단위로 캐쉬 플러쉬를 수행함으로써, 사용자가 필요로 하지 않는 데이터를 효율적으로 선택하여 제거할 수 있는 데이터 방송 수신기에서의 데이터 캐쉬 플러쉬 방법에 관한 것이다.The present invention relates to a data broadcast receiver, and in particular, in managing a local cache of a data broadcast receiver in which received data is stored, by referring to a current user's use status of a data broadcast receiver, and performing a cache flush on an enhancement basis. The present invention relates to a data cache flush method in a data broadcast receiver capable of efficiently selecting and removing data not required by a user.
향후, 디지털 방송이 활성화되면 사람들은 고화질, 고음질 서비스 뿐만 아니라, 데이터 방송으로 인해 보다 나은 질적인 서비스를 즐길 수 있게 된다. 데이터 방송은 지상파, 위성, 케이블 등의 전달 매체를 통하여 오디오/비디오 뿐만 아니라 수 많은 데이터를 방송하는 서비스이다. 이때, 오디오나 비디오는 드라이버를 통하여 바로 화면에 보여지지만, 데이터는 방송 수신기의 메모리에 일단 저장된 다음, 그 후 사용자의 적절한 요청이 있을 때 화면에 보여지게 된다. 따라서, 방송 수신기의 제한된 메모리에서 데이터를 무한히 사용할 수 없기 때문에 필연적으로 새로운 데이터가 올 때마다 예전의 데이터를 제거하여야 하는 캐쉬 플러쉬 메커니즘이 필요하게 된다.In the future, when digital broadcasting is activated, people will be able to enjoy higher quality and higher quality services as well as better quality services due to data broadcasting. Data broadcasting is a service that broadcasts numerous data as well as audio / video through transmission media such as terrestrial, satellite, and cable. At this time, the audio or video is directly displayed on the screen through the driver, but the data is stored in the memory of the broadcast receiver and then displayed on the screen at the appropriate request of the user. Therefore, since the data is not infinitely available in the limited memory of the broadcast receiver, a cache flush mechanism is required to remove old data whenever new data comes.
일반적으로 캐싱(cashing)은 컴퓨터 관련 용어로서 오버플로우(over flow)가 났을 때, 선입선출(FIFO:First In First Out) 방식이나, LRU(Least Recently Used)알고리즘에 기반을 둔 방식을 사용하는 것이 일반적이다.In general, cashing is a computer-related term that uses a method called First In First Out (FIFO) or based on the Least Recently Used (LRU) algorithm when overflow occurs. It is common.
여기서 선입선출 방식이란, 컴퓨터에서의 기억 장치와의 접근이나 데이터 처리, 정보 처리 등에 있어서 대기 시간이 있는 경우, 먼저 기억된 데이터 또는 먼저 온 명령을 먼저 꺼내거나 처리를 마치거나 하는 방식을 말한다. 이와 같은 방식은 캐시 플러쉬에도 적용되어 먼저 저장된 데이터를 먼저 삭제하게 되는 것이다.Here, the first-in, first-out method means a method in which the first stored data or the first instruction is first taken out or the processing is finished when there is a waiting time in access to the storage device, data processing, information processing, or the like in the computer. This method also applies to cache flushes, which deletes the stored data first.
그리고, LRU는 운영체계의 페이지 교체 알고리즘 중 하나로서, 기억장치 바깥으로 내보내야할 페이지를 선정할 때, 최근에 다른 어떤 페이지보다도 적게 사용된(읽혀지거나 기록되거나) 페이지를 고르는 알고리즘이다. 이와 같은 규칙은 캐시 플러쉬에도 적용될 수 있다. 이 규칙은, 일반적으로 가장 오랫동안 액세스되지 않았던 페이지는, 조만 간에도 액세스되지 않을 확률이 가장 크다는 시간적 집약성 (temporal locality)에 기반을 두고 있다.The LRU is one of the page replacement algorithms of an operating system, which selects pages that have been used (read or written) less recently than any other page when selecting pages to be exported out of storage. This same rule can be applied to cache flushing. This rule is based on the temporal locality that a page that has not been accessed in general is most likely not to be accessed anytime soon.
하지만, 디지털 텔레비전에서의 데이터는 사용자가 데이터를 보는 상황에 따라서 필요한 데이터가 달라질 수 있기 때문에, 좀 더 지능적인 로컬 캐쉬 플러쉬 처리방법이 필요하다. 예컨대, 사용자가 데이터 방송을 시청하고 있는지, 또는 어떠한 데이터를 현재 화면에 표시하고 있는지 등의 여러 상황에 따라, 삭제할 데이터를 선택해 줄 필요성이 발생된다.However, since data required in a digital television may vary depending on the situation in which the user views the data, a more intelligent local cache flush processing method is required. For example, there is a need to select data to be deleted according to various situations such as whether the user is watching data broadcasting or what data is currently displayed on the screen.
본 발명은 상기와 같은 여건을 감안하여 창출된 것으로서, 수신된 데이터가 저장되는 데이터 방송 수신기의 로컬 캐쉬를 관리함에 있어, 현재 사용자의 데이터 방송 수신기 이용 상태를 참조하고, 인헨스먼트 단위로 캐쉬 플러쉬를 수행함으로써, 사용자가 필요로 하지 않는 데이터를 효율적으로 선택하여 제거할 수 있는 데이터 방송 수신기에서의 데이터 캐쉬 플러쉬 방법을 제공함에 그 목적이 있다.The present invention was created in view of the above conditions, and in managing the local cache of the data broadcasting receiver in which the received data is stored, refer to the current user's data broadcasting receiver usage state, and flush the cache in increments. It is an object of the present invention to provide a data cache flushing method in a data broadcasting receiver capable of efficiently selecting and removing data not required by a user.
도 1은 일반적인 데이터 방송 수신기에서 수신되는 신호의 흐름을 개략적으로 나타낸 도면.1 is a view schematically showing the flow of a signal received at a general data broadcast receiver.
도 2는 일반적인 데이터 방송에서 전송되는 데이터의 단위인 인헨스먼트 묶음을 설명하는 도면.2 is a diagram illustrating an enhancement bundle which is a unit of data transmitted in a general data broadcast.
도 3은 본 발명에 따른 데이터 방송 수신기에서의 데이터 캐쉬 플러쉬 방법의 하나인 베이직 전략에 의한 캐쉬 플러쉬 정책을 나타낸 도면.3 is a diagram illustrating a cache flush policy according to a basic strategy, which is one of data cache flush methods in a data broadcast receiver according to the present invention.
도 4는 일반적인 데이터 방송 수신기에서, 데이터 방송의 화면 표시 여부에 따른 모드 구별을 나타낸 도면.4 is a diagram illustrating mode discrimination according to whether a data broadcast screen is displayed in a general data broadcast receiver.
도 5는 일반적인 데이터 방송 수신기에서, 데이터 서비스가 도착되었음을 알리는 아이콘의 화면 표시 여부에 따른 모드 구별을 나타낸 도면.FIG. 5 is a diagram illustrating mode discrimination according to whether a screen for displaying an icon indicating that a data service has been received is displayed in a general data broadcasting receiver.
도 6은 본 발명에 따른 데이터 방송 수신기에서의 데이터 캐쉬 플러쉬 방법의 하나인 컨디셔널 전략에 의하여, 방송 수신기의 각 모드 상태에 따라 수행되는 캐쉬 플러쉬 정책을 나타낸 도면.6 is a view illustrating a cache flush policy performed according to each mode state of a broadcast receiver according to a conditional strategy which is one of data cache flush methods in a data broadcast receiver according to the present invention.
도 7 내지 도 11은 본 발명에 따른 데이터 방송 수신기에서의 데이터 캐쉬 플러쉬 방법에 의하여, 방송 수신기의 각 모드 상태에 따라 캐쉬 플러쉬 처리 대상이 되는 인헨스먼트 묶음을 나타낸 도면.7 to 11 are diagrams of an enhancement bundle to be cache flushed according to each mode state of a broadcast receiver by a data cache flush method in a data broadcast receiver according to the present invention.
상기의 목적을 달성하기 위하여 본 발명에 따른 데이터 방송 수신기에서의 데이터 캐쉬 플러쉬 방법은, 데이터 방송 수신기의 로컬 캐쉬를 관리함에 있어, 사용자의 현재 데이터 서비스 이용 상태를 참조하여, 저장된 인헨스먼트에 대한 이용 가능성 정도를 판단하고, 이용 가능성이 작은 인헨스먼트 단위로 데이터를 삭제하는 점에 그 특징이 있다.In order to achieve the above object, a data cache flushing method in a data broadcasting receiver according to the present invention may be performed by referring to a current data service use state of a user in managing a local cache of the data broadcasting receiver. The feature is that the degree of availability is determined and data is deleted in increments of low availability.
여기서, 저장된 인헨스먼트에 대한 이용 가능성 정도를 판단함에 있어, 새로운 인헨스먼트(N+1) 데이터가 수신되면, (N-2)번째를 포함하여 그 이전의 인헨스먼트는 모두 필요 없는 데이터로 간주하여 삭제하는 점에 그 특징이 있다.Here, in determining the degree of availability for the stored enhancement, when new enhancement (N + 1) data is received, all of the previous enhancement including the (N-2) th is unnecessary. The feature is that it is considered to be deleted.
또한, 저장된 인헨스먼트에 대한 이용 가능성 정도를 판단함에 있어, 사용자가 데이터 서비스를 이용하고 있지 않은 경우이고, 새로운 인헨스먼트(N+1)가 수신되는 경우에 로컬 캐쉬의 데이터를 삭제하도록 설정되어, 새로운 인헨스먼트 (N+1)가 수신되면 저장되어 있는 현재 인헨스먼트(N)를 포함하여 그 이전의 인헨스먼트는 모두 필요 없는 데이터로 간주하여 삭제하는 점에 그 특징이 있다.In addition, in determining the degree of availability for the stored enhancement, when the user is not using a data service and a new enhancement (N + 1) is received, the local cache data is set to be deleted. When the new enhancement N + 1 is received, all of the previous enhancements including the current enhancement N stored therein are regarded as unnecessary data and deleted.
또한, 저장된 인헨스먼트에 대한 이용 가능성 정도를 판단함에 있어, 사용자가 데이터 서비스를 이용하고 있지 않은 경우이고, 오버플로우가 발생되는 경우에 로컬 캐쉬의 데이터를 삭제하도록 설정되어, 현재 인헨스먼트(N)가 수신됨에 따라 오버플로우가 발생되면 (N-1)번째 인헨스먼트를 포함하여 그 이전의 인헨스먼트는모두 필요 없는 데이터로 간주하여 삭제하는 점에 그 특징이 있다.In addition, in determining the degree of availability for the stored enhancement, when the user is not using the data service, and when an overflow occurs, the cache is set to delete the data of the local cache. When N) is received and overflow occurs, the previous enhancement, including the (N-1) th enhancement, is regarded as unnecessary data and is deleted.
또한, 저장된 인헨스먼트에 대한 이용 가능성 여부를 판단함에 있어, 사용자가 데이터 서비스를 이용하고 있는 경우이고, 새로운 인헨스먼트(N+1)가 수신되는 경우에 로컬 캐쉬의 데이터를 삭제하도록 설정되어, 새로운 인헨스먼트(N+1)가 수신되면 저장되어 있는 N번째 인헨스먼트를 포함하여 그 이전의 인헨스먼트 중에서 현재 사용자가 이용하고 있는 데이터 서비스를 제외한 모든 인헨스먼트는 모두 필요 없는 데이터로 간주하여 삭제하는 점에 그 특징이 있다.In addition, in determining whether the stored enhancement is available, the user is using a data service, and when a new enhancement N + 1 is received, the data of the local cache is deleted. When a new enhancement (N + 1) is received, all enhancements except the data service currently used by the user, including the stored Nth enhancement, are not needed. The feature is that it is considered to be deleted.
또한, 저장된 인헨스먼트에 대한 이용 가능성 여부를 판단함에 있어, 사용자가 데이터 서비스를 이용하고 있는 경우이고, 오버플로우가 발생되는 경우에 로컬 캐쉬의 데이터를 삭제하도록 설정되어, 사용자가 현재 수신되는 인헨스먼트 (N)에 대한 데이터 서비스를 이용하는 중에 오버플로우가 발생되면 (N-1)번째 인헨스먼트 데이터를 포함하여 그 이전의 인헨스먼트는 모두 필요 없는 데이터로 간주하여 삭제하는 점에 그 특징이 있다.In addition, in determining whether the stored enhancement is available, the user is using a data service, and when an overflow occurs, the data of the local cache is deleted so that the user is currently received. If an overflow occurs while using the data service for the health (N), all previous enhancements including the (N-1) th enhancement data are regarded as unnecessary data and deleted. There is this.
또한, 저장된 인헨스먼트에 대한 이용 가능성 여부를 판단함에 있어, 사용자가 데이터 서비스를 이용하고 있는 경우이고, 오버플로우가 발생되는 경우에 로컬 캐쉬의 데이터를 삭제하도록 설정되어, 사용자가 (N-1)번째 인헨스먼트에 대한 데이터 서비스를 이용하는 중에 새로운 인헨스먼트(N)가 수신되어 오버플로우가 발생되면 선입선출(FIFO) 방식에 의하여 데이터를 삭제하며, 그 데이터는 화일 단위로 삭제되는 점에 그 특징이 있다.Further, in determining whether the stored enhancement is available or not, the user is using a data service, and when an overflow occurs, the data of the local cache is deleted so that the user (N-1 If a new enhancement (N) is received and an overflow occurs while using the data service for the 1st enhancement, the data is deleted by first in, first out (FIFO) method, and the data is deleted in units of files. It has its features.
이와 같은 본 발명에 의하면, 수신된 데이터가 저장되는 데이터 방송 수신기의 로컬 캐쉬를 관리함에 있어, 현재 사용자의 데이터 방송 수신기 이용 상태를 참조하고, 인헨스먼트 단위로 캐쉬 플러쉬를 수행함으로써, 사용자가 필요로 하지 않는 데이터를 효율적으로 선택하여 제거할 수 있는 장점이 있다.According to the present invention, in managing the local cache of the data broadcast receiver in which the received data is stored, the user is required by referring to the current user's data broadcast receiver usage status and performing a cache flush on an increment basis. The advantage is that you can efficiently select and remove data that you do not use.
이하, 첨부된 도면을 참조하여 본 발명에 따른 실시 예를 상세히 설명한다.Hereinafter, exemplary embodiments of the present invention will be described in detail with reference to the accompanying drawings.
도 1은 일반적인 데이터 방송 수신기에서 수신되는 신호의 흐름을 개략적으로 나타낸 도면이다.1 is a diagram schematically illustrating the flow of a signal received by a general data broadcasting receiver.
도 1을 참조하여 일반적인 데이터 방송 수신기에서 수신되는 방송신호의 흐름을 설명하여 보기로 한다. 먼저, 데이터 방송 수신기의 튜너 모듈(tuner module)은 안테나(antenna)를 통하여 RF 방송 신호를 수신한다. 그리고, 디먹스(DeMUX)는 상기 튜너 모듈에서 수신된 트랜스포트 스트림(transport stream)으로부터 비디오, 오디오, 데이터 신호를 분리시킨다.A flow of a broadcast signal received by a general data broadcast receiver will be described with reference to FIG. 1. First, a tuner module of a data broadcast receiver receives an RF broadcast signal through an antenna. The demux separates the video, audio, and data signals from the transport stream received by the tuner module.
이에 따라, 상기 디먹스에서 분리된 비디오 신호는 디코더(Decoder)를 거쳐 프레임 버퍼(Frame Buffer)로 전송되며, 오디오 신호는 디코더를 거쳐 스피커를 통해 송출되고, 데이터는 로칼 캐쉬(Local Cache)에 저장된다. 여기서 C/A부 (Conditional Access Subsystem)는 사용자의 지불 상태에 대한 인증확인의 기능을 수행하며, 사용자의 지불 여부에 따라 방송신호의 표시를 결정해 주는 역할을 수행한다.Accordingly, the video signal separated from the demux is transmitted to a frame buffer through a decoder, an audio signal is transmitted through a speaker through a decoder, and data is stored in a local cache. do. In this case, the C / A unit performs a function of authenticating the payment of the user and determines the display of the broadcast signal according to whether the user pays.
한편, 도 2는 일반적인 데이터 방송에서 전송되는 데이터의 단위인 인헨스먼트(enhancement) 묶음을 설명하는 도면이다. 도 2에 나타낸 바와 같이, 한 채널을 통하여 데이터 방송이 전송되는 경우에, 시간의 흐름에 따라 소정의 데이터 묶음이전송된다. 이와 같은 데이터 묶음을 인헨스먼트라고 부르며, 이러한 인헨스먼트는 서로 관련있는 것들(예컨대, 동일 프로그램 내의 관련 정보)끼리 모여서 전송된다. 그리고, 이러한 인헨스먼트를 구분하는 기준은 데이터 방송 표준에 따라 결정된다.2 is a diagram illustrating an enhancement bundle, which is a unit of data transmitted in a general data broadcast. As shown in Fig. 2, when data broadcasting is transmitted through one channel, a predetermined data bundle is transmitted over time. Such a bundle of data is called an enhancement, and the enhancement is transmitted by gathering related things (eg, related information in the same program). The criteria for classifying such enhancements are determined according to data broadcasting standards.
본 발명에서는 로컬 캐쉬(Local Cache)를 플러쉬함에 있어, 관련 데이터들의 묶음인 인헨스먼트를 기본 단위로 하여 제거하는 것을 그 기본 개념으로 한다. 본 발명에서는 로컬 캐쉬에서 데이터를 제거하는 방법으로 베이직 전략(Basic Strategy), 컨디셔널 전략(Conditional Strategy) 및 피포 전략(FIFO Strategy)을 채택하였으며, 이러한 인헨스먼트를 기본 단위로 하는 캐쉬 플러쉬 정책(Cache Flush Policy)에 대하여 이하 상세히 살펴보기로 한다.In the present invention, in flushing the local cache, the basic concept is to remove the enhancement, which is a bundle of related data, as a basic unit. In the present invention, a basic strategy, a conditional strategy, and a FIFO strategy are adopted as a method of removing data from a local cache, and a cache flush policy based on such an enhancement ( Cache Flush Policy) will be described in detail below.
도 3은 본 발명에 따른 데이터 방송 수신기에서의 데이터 캐쉬 플러쉬 방법의 하나인 베이직 전략(Basic Strategy)에 의한 캐쉬 플러쉬 정책을 나타낸 도면이다.3 is a diagram illustrating a cache flush policy according to a basic strategy, which is one of data cache flush methods in a data broadcast receiver according to the present invention.
도 3에 나타낸 바와 같이, 베이직 전략에 의한 캐쉬 플러쉬 정책은, 현재의 인헨스먼트를 N번째라고 하면, 새로운 (N+1)번째 인헨스먼트의 데이터가 수신될 때, (N-2)번째의 인헨스먼트를 포함하여 그 이전의 데이터를 제거하는 방법이다. 이들 (N-2)번째 이전의 인헨스먼트 데이터는 시간상 의미가 없는 데이터라고 판단되기 때문이다.As shown in Fig. 3, the cache flush policy according to the basic strategy is, when the current enhancement is Nth, when the data of a new (N + 1) th enhancement is received, the (N-2) th It is a way to remove old data, including enhancements. This is because these (N-2) th enhancement data are judged to be meaningless in time.
한편, 컨디셔널 전략(Conditional Strategy)은 상기한 베이직 전략을 이용하여 데이터를 제거한 경우에도, 메모리의 용량이 부족한 경우에, 시스템의 상황에 따라서 (N-1)번째와 N번째의 인헨스먼트 데이터를 삭제하는 방법에 관한 것이다.On the other hand, even when the data is removed using the basic strategy described above, the conditional strategy has (N-1) th and Nth enhancement data depending on the situation of the system when the memory capacity is insufficient. It is about how to delete it.
이때, 컨디셔널 전략을 적용하여 캐쉬 플러쉬를 수행하는 경우에는 다음과 같은 세 가지 모드에 대한 고려를 통하여, 삭제할 인헨스먼트를 결정하게 된다.In this case, when the cache flush is performed by applying the conditional strategy, the enhancement to be deleted is determined by considering three modes as follows.
첫 번째 모드는 'TV 모드'로서, 'Normal' 상태와 'Enhanced' 상태 두 가지가 존재한다. 여기서, 'Normal' 상태란 오디오/비디오 신호만 화면에 표시되는 상태를 말하며, 'Enhanced' 상태란 오디오/비디오 신호와 함께 데이터까지도 함께 화면에 표시되는 상태를 말한다. 도 4는 이와 같은 'Normal' 상태와 'Enhanced' 상태를 각각 나타낸 도면이다.The first mode is 'TV mode', and there are two states, 'normal' and 'enhanced'. Here, the 'normal' state refers to a state in which only an audio / video signal is displayed on the screen, and the 'enhanced' state refers to a state in which data is displayed on the screen together with the audio / video signal. 4 is a diagram illustrating the 'normal' state and the 'enhanced' state, respectively.
두 번째 모드는 'Enhancement Icon 모드'로서, 'On' 상태와 'Off' 상태 두 가지가 존재한다. 여기서, 'On' 상태란 데이터 서비스가 왔다는 특정 표시(예컨대, 아이콘)가 화면에 표출되어 있는 상태를 말하며, 'Off' 상태란 새로운 데이터 서비스가 왔다는 특정 표시(예컨대, 아이콘)가 화면에 표시되지 않은 상태를 말한다. 도 5는 새로운 인헨스먼트 데이터가 도착되었음을 알리는 아이콘이 우측 상단에 표시된 경우를 나타낸 것으로서, 각 'TV 모드'에서 'Enhancement Icon 모드'가 'On'인 상태를 나타낸 것이다.The second mode is 'Enhancement Icon mode', and there are two states, 'On' and 'Off'. Here, the 'On' state refers to a state in which a specific indication (eg, an icon) indicating that a data service has been displayed on the screen, and the 'Off' state indicates a specific indication (eg, an icon) indicating that a new data service has arrived in the screen. State that is not. FIG. 5 illustrates a case in which an icon indicating that new enhancement data has been received is displayed on the upper right side, and shows a state in which the 'Enhancement Icon mode' is 'On' in each 'TV mode'.
세 번째 모드는 'Flush Reason 모드'로서, 'Normal' 상태와 'Overflow' 상태 두 가지가 존재한다. 여기서, 'Normal' 상태란 (N+1)번 째 인헨스먼트가 도착되었을 때 플러쉬가 수행되는 경우를 말하며, 'Overflow' 상태란 로컬 캐쉬에 더 이상 데이터를 저장할 공간이 없을 때 플러쉬가 수행되는 경우를 말한다.The third mode is 'Flush Reason mode'. There are two states, 'Normal' and 'Overflow'. Here, the 'Normal' state refers to the case where the flush is performed when the (N + 1) th arrival arrives. The 'Overflow' state means that the flush is performed when there is no more space to store data in the local cache. Say the case.
그러면, 이와 같은 'TV 모드', 'Enhancement Icon 모드' 및 'Flush Reason 모드'의 조합에 의해 발생되는 8가지 경우에 대하여, 캐쉬 플러쉬가 수행되는 과정을 살펴보기로 한다. 도 6은 본 발명에 따른 데이터 방송 수신기에서의 데이터 캐쉬 플러쉬 방법의 하나인 컨디셔널 전략에 의하여, 방송 수신기의 각 모드 상태에 따라 수행되는 캐쉬 플러쉬 정책을 나타낸 도면이다.Next, a description will be given of a process in which a cache flush is performed for eight cases generated by the combination of the TV mode, the enhancement icon mode, and the flush reason mode. 6 is a diagram illustrating a cache flush policy performed according to each mode state of a broadcast receiver according to a conditional strategy, which is one of data cache flush methods in a data broadcast receiver according to the present invention.
도 6에 도시된 경우 중에서, 1번 째('TV 모드:Normal', 'Flush Reason 모드:Normal', 'E-Icon 모드:Off') 및 2번 째('TV 모드:Normal', 'Flush Reason 모드:Normal', 'E-Icon 모드:On') 경우는 새로운 인헨스먼트가 도착되었으므로, 이전 인헨스먼트 데이터와 현재 인헨스먼트 데이터는 시간상으로 의미 없는 데이터이며, 사용자도 이들 데이터에 관심을 보이지 않고 있는 경우로 판단되는 경우이다. 따라서, 이러한 경우에는 도 7에 나타낸 바와 같이 (N-1)번째 인헨스먼트와 N번째 인헨스먼트를 모두 삭제함으로써, 캐쉬 메모리의 공간을 효과적으로 확보할 수 있게 된다.In the case shown in FIG. 6, the first ('TV mode: Normal', 'Flush Reason mode: Normal', 'E-Icon mode: Off') and the second ('TV mode: Normal', 'Flush' Reason mode: Normal ',' E-Icon mode: On ') Since the new enhancement has arrived, the previous and current enhancement data are meaningless in time, and the user is also interested in these data. It is a case where it is judged that is not shown. Therefore, in such a case, as shown in FIG. 7, by deleting both the (N-1) th enhancement and the Nth enhancement, it is possible to effectively secure the space of the cache memory.
즉, 도 6의 1번째 및 2번째 경우는, 'Flush Reason 모드'가 'Normal' 상태이므로, 새로운 인헨스먼트(N+1)가 도착되는 시점에 로컬 캐쉬에 대한 플러쉬가 수행되는 모드이다. 이때, 두 경우 모두 'TV 모드'가 'Normal'인 상태로서 도 7에 나타낸 바와 같이 화면에 데이터 방송이 표시되고 있지 않은 상태이다.That is, in the first and second cases of FIG. 6, since the 'Flush Reason mode' is 'Normal', the local cache is flushed when a new enhancement N + 1 arrives. At this time, in both cases, 'TV mode' is 'Normal', and as shown in FIG. 7, no data broadcast is displayed on the screen.
그리고, 1번째는 'E-Icon 모드'가 'Off'인 상태로서, 사용자가 데이터 방송 표시를 원치 않는 경우일 수도 있으며, 아이콘이 표시된 데이터 방송을 이미 시청한 경우에 해당된다. 또한, 2번째는 'E-Icon 모드'가 'On'인 상태로서, 도 7에 나타낸 바와 같이, 화면에 데이터 방송이 수신되었음을 알리는 아이콘이 표시되어 있으나, 사용자가 수신된 데이터를 시청할 의사가 없는 경우에 해당된다.In addition, the first is a state in which the 'E-Icon mode' is 'Off', which may be a case where the user does not want to display the data broadcast, or corresponds to a case where the user has already watched the data broadcast displaying the icon. In addition, the second is a state in which the 'E-Icon mode' is 'On', as shown in Fig. 7, the icon indicating that the data broadcast is received, but the user is not willing to watch the received data This is the case.
따라서, 이와 같은 경우에는 로컬 캐쉬에 저장되어 있는 (N-1)번째 인헨스먼트와 N번째 인헨스먼트를 필요 없는 데이터로 간주하여 모두 삭제하고, 로컬 캐쉬의 메모리를 확보하게 된다.Therefore, in such a case, the (N-1) th and Nth enhancements stored in the local cache are regarded as unnecessary data, and both are deleted and the memory of the local cache is secured.
그리고, 도 6에 도시된 경우 중에서, 3번째('TV 모드:Normal', 'Flush Reason 모드:Overflow', 'E-Icon 모드:Off') 및 4번째('TV 모드:Normal', 'Flush Reason 모드:Overflow', 'E-Icon 모드:On')의 경우에는, 현재 인헨스먼트(N)가 수신 중 또는 수신완료 상태이며, 이전 인헨스먼트(N-1) 데이터를 사용자가 보고 있지 않은 상태이므로, 도 8에 나타낸 바와 같이, (N-1) 인헨스먼트만을 로컬 캐쉬로부터 제거한다.6, the third ('TV mode: Normal', 'Flush Reason mode: Overflow', 'E-Icon mode: Off') and the fourth ('TV mode: Normal', 'Flush' Reason mode: Overflow ',' E-Icon mode: On '), the current enhancement (N) is being received or received and the user is not viewing the previous enhancement (N-1) data. Since it is not present, as shown in Fig. 8, only the (N-1) enhancement is removed from the local cache.
또한, 도 6에 도시된 경우 중에서, 7번째('TV 모드:Enhanced', 'Flush Reason 모드:Overflow', 'E-Icon 모드:Off')의 경우에는 현재 인헨스먼트(N)를 네비게이션(navigation)(데이터 방송이 화면에 표시되는 상태) 중이므로 이전 인헨스먼트(N-1) 데이터는 시간상 의미없는 데이터라고 판단할 수 있다. 따라서, 도 8에 나타낸 바와 같이, 이전 인헨스먼트(N-1) 데이터만을 로컬 캐쉬로부터 제거함으로써 메모리 공간을 확보하게 된다.In addition, in the case of the seventh ('TV mode: Enhanced', 'Flush Reason mode: Overflow', 'E-Icon mode: Off') in the case shown in FIG. navigation (the data broadcast is displayed on the screen), the previous enhancement (N-1) data can be determined to be meaningless data in time. Therefore, as shown in FIG. 8, memory space is secured by removing only the previous enhancement N-1 data from the local cache.
또한, 도 6에 도시된 경우 중에서, 5번째('TV 모드:Enhanced', 'Flush Reason 모드:Normal', 'E-Icon 모드:Off')의 경우에는, 현재 인헨스먼트(N)를 네비게이션 중인 상태에서 새로운 인헨스먼트(N+1) 데이터가 수신되는 경우이므로, 이전 인헨스먼트(N-1) 데이터는 시간상 의미없는 데이터로 판단할 수 있다. 이때, 현재 인헨스먼트(N) 데이터는 새로운 E-Icon이 화면에 표시된 뒤에도 사용자가 계속네비게이션할 가능성이 있으므로 제거하지 않도록 한다. 이에 따라, 도 9에 나타낸 바와 같이, 이전 인헨스먼트(N-1) 데이터만을 로컬 캐쉬로부터 제거함으로써 메모리 공간을 확보하게 된다.In the case shown in FIG. 6, in the fifth case ('TV mode: Enhanced', 'Flush Reason mode: Normal', 'E-Icon mode: Off'), the current enhancement N is navigated. Since new enhancement (N + 1) data is received in the active state, the previous enhancement (N-1) data may be determined as meaningless data in time. At this time, the current enhancement (N) data is not removed because the user may continue to navigate even after the new E-Icon is displayed on the screen. As a result, as shown in FIG. 9, memory space is secured by removing only the previous enhancement (N-1) data from the local cache.
또한, 도 6에 도시된 경우 중에서, 6번째('TV 모드:Enhanced', 'Flush Reason 모드:Normal', 'E-Icon 모드:On')의 경우는, 방송수신기가 이전 인헨스먼트 (N-1) 데이터를 네비게이션 중이고, 현재 인헨스먼트(N)는 수신완료 상태로 화면에 아이콘이 표시되어 있는 상태에서, 새로운 인헨스먼트(N+1) 데이터가 도착된 경우이다.Also, in the case of the sixth ('TV mode: Enhanced', 'Flush Reason mode: Normal', and 'E-Icon mode: On'), the broadcast receiver has a previous enhancement (N). -1) This is a case where data is being navigated and new enhancement (N + 1) data arrives while the current enhancement (N) is in a reception completion state and an icon is displayed on the screen.
이러한 경우에는, 사용자가 이전 인헨스먼트(N-1) 데이터를 계속 네비게이션 할 수도 있고, 새로 도착된 새로운 인헨스먼트(N+1) 서비스를 이용할 수도 있으므로, 도 10에 나타낸 바와 같이, 수신 완료 상태에서 사용자가 데이터 방송을 이용하고 있지 않는 현재 인헨스먼트(N) 데이터만을 삭제함으로써, 로컬 캐쉬의 메모리 공간을 확보하게 된다.In this case, since the user may continue to navigate the previous enhancement (N-1) data or use the newly arrived new enhancement (N + 1) service, as shown in FIG. 10, reception is completed. By deleting only the current enhancement (N) data in which the user is not using data broadcasting, the memory space of the local cache is secured.
한편, 도 6에 도시된 경우 중에서, 8번째('TV 모드:Enhanced', 'Flush Reason 모드:Overflow', 'E-Icon 모드:On')의 경우는, 이전 인헨스먼트(N-1) 데이터를 네비게이션 중에 현재 인헨스먼트(N)의 도착을 알리는 'E-Icon'이 나타낸 상태에서 로컬 캐쉬가 'Overflow'된 상태이다.On the other hand, in the case of the eighth ('TV mode: Enhanced', 'Flush Reason mode: Overflow', 'E-Icon mode: On') in the case shown in Figure 6, the previous enhancement (N-1) While the data is being navigated, the local cache is 'overflowed' with the 'E-Icon' indicating the arrival of the current enhancement N.
이러한 경우에는, 사용자가 계속 이전 인헨스먼트(N-1) 데이터를 네비게이션을 할 지, 'E-Icon'을 선택하여 새로 수신되는 인헨스먼트(N)에 대한 데이터 서비스를 이용할 지 여부를 알 수 없는 상황이다. 따라서, 도 11에 나타낸 바와 같이,이런 경우에는 인헨스먼트 단위로 로컬 캐쉬를 관리하지 않고, FIFO(First In First Out) 전략에 따라 시간적으로 가장 먼저 온 데이터를 삭제하는 방법을 이용하여 로컬 캐쉬의 메모리 공간을 확보한다. 따라서, 이때 삭제되는 단위는 인헨스먼트 단위가 아니라 각 데이터 자체(예컨대, 화일 단위)가 된다.In this case, the user can continue to navigate the previous enhancement (N-1) data or select 'E-Icon' to know whether to use the data service for the newly received enhancement (N). I can't. Accordingly, as shown in FIG. 11, in this case, the local cache may be deleted using a method of deleting the first data in time according to the FIFO (First In First Out) strategy without managing the local cache in increments. Free up memory space. Therefore, the unit deleted at this time is not an enhancement unit but each data itself (for example, a file unit).
한편, 상기의 설명에서는 우선 베이직 전략에 의하여 로컬 캐쉬를 플러쉬하고, 그래도 로컬 캐쉬의 메모리 공간이 부족한 경우에 컨디셔널 전략을 적용하여 로컬 캐쉬를 관리하는 방법에 대하여 설명하였다.On the other hand, in the above description, first, the local cache is flushed according to the basic strategy, and when the memory space of the local cache is still insufficient, the method of managing the local cache by applying the conditional strategy has been described.
그러나, 상기에서 설명한 바와 같이 베이직 전략, 컨디셔널 전략 및 피포 전략을 순차적으로 적용시킬 수도 있지만, 각각의 전략을 별도로 적용시킬 수도 있다. 즉, 베이직 전략의 적용 없이 컨디셔널 전략을 이용하여, 데이터 방송 수신기의 현재 상태로부터 현재 사용자가 필요로 하는 인헨스먼트에 대한 정보를 추출함으로써, 사용자가 필요로 하지 않는 인헨스먼트를 삭제하여 로컬 캐쉬의 공간을 확보할 수도 있다.However, as described above, the basic strategy, the conditional strategy, and the canopy strategy may be sequentially applied, but each strategy may be applied separately. That is, by using the conditional strategy without applying the basic strategy, the information on the enhancement required by the current user is extracted from the current state of the data broadcasting receiver, thereby deleting the enhancement that is not required by the user. You can also make room for the cache.
이상의 설명에서와 같이 본 발명에 따른 데이터 방송 수신기에서의 데이터 캐쉬 플러쉬 방법에 의하면, 수신된 데이터가 저장되는 데이터 방송 수신기의 로컬 캐쉬를 관리함에 있어, 현재 사용자의 데이터 방송 수신기 이용 상태를 참조하고, 인헨스먼트 단위로 캐쉬 플러쉬를 수행함으로써, 사용자가 필요로 하지 않는 데이터를 효율적으로 선택하여 제거할 수 있는 장점이 있다.As described above, according to the data cache flushing method of the data broadcasting receiver according to the present invention, in managing the local cache of the data broadcasting receiver in which the received data is stored, the current user's data broadcasting receiver using state is referred to, By performing cache flush in increments, there is an advantage in that data that is not needed by a user can be efficiently selected and removed.
또한, 본 발명에 따른 데이터 방송 수신기에서의 데이터 캐쉬 플러쉬 방법에의하면, 효율적인 데이터 관리로 인하여 방송 수신기의 로컬 캐쉬 메모리 용량을 줄임으로써, 제조 비용을 절감할 수 있는 장점이 있다.In addition, the data cache flush method in the data broadcast receiver according to the present invention has an advantage of reducing manufacturing cost by reducing the local cache memory capacity of the broadcast receiver due to efficient data management.
Claims (8)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1020010050169A KR20030016537A (en) | 2001-08-21 | 2001-08-21 | Data cache flush method for data broadcasting receiver |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1020010050169A KR20030016537A (en) | 2001-08-21 | 2001-08-21 | Data cache flush method for data broadcasting receiver |
Publications (1)
Publication Number | Publication Date |
---|---|
KR20030016537A true KR20030016537A (en) | 2003-03-03 |
Family
ID=27719929
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
KR1020010050169A KR20030016537A (en) | 2001-08-21 | 2001-08-21 | Data cache flush method for data broadcasting receiver |
Country Status (1)
Country | Link |
---|---|
KR (1) | KR20030016537A (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR100985332B1 (en) * | 2003-03-11 | 2010-10-04 | 엘지전자 주식회사 | digital broadcasting receiver and the operating method |
Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR19990008837A (en) * | 1997-07-04 | 1999-02-05 | 윤종용 | Graphic Data Downloading Method and Television Receiver |
KR19990056474A (en) * | 1997-12-29 | 1999-07-15 | 전주범 | Memory Management Method of Satellite Broadcast Receiver |
KR19990056475A (en) * | 1997-12-29 | 1999-07-15 | 전주범 | Memory control method of satellite broadcasting receiver |
KR20000037626A (en) * | 1998-12-01 | 2000-07-05 | 구자홍 | Method for displaying auxiliary information on display apparatus |
KR20000044771A (en) * | 1998-12-30 | 2000-07-15 | 전주범 | Method for updating epg information in digital television |
-
2001
- 2001-08-21 KR KR1020010050169A patent/KR20030016537A/en not_active Application Discontinuation
Patent Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR19990008837A (en) * | 1997-07-04 | 1999-02-05 | 윤종용 | Graphic Data Downloading Method and Television Receiver |
KR19990056474A (en) * | 1997-12-29 | 1999-07-15 | 전주범 | Memory Management Method of Satellite Broadcast Receiver |
KR19990056475A (en) * | 1997-12-29 | 1999-07-15 | 전주범 | Memory control method of satellite broadcasting receiver |
KR20000037626A (en) * | 1998-12-01 | 2000-07-05 | 구자홍 | Method for displaying auxiliary information on display apparatus |
KR20000044771A (en) * | 1998-12-30 | 2000-07-15 | 전주범 | Method for updating epg information in digital television |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR100985332B1 (en) * | 2003-03-11 | 2010-10-04 | 엘지전자 주식회사 | digital broadcasting receiver and the operating method |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US8528015B2 (en) | Resource sharing system of set-top boxes | |
KR100999768B1 (en) | Method for managing additional information in digital mutimedia broadcasting receiver | |
EP1265441B1 (en) | Broadcast video image recording apparatus | |
US20050044570A1 (en) | Caching data from multiple channels simultaneously | |
KR20020066196A (en) | Optimizing use of storage space in a video data recording system | |
US20070097272A1 (en) | Delay-less Channel Switching | |
JP4662628B2 (en) | Transmission system | |
CN1825938A (en) | Video apparatus and method for controlling the same | |
CN1183750C (en) | Method and device for controlling electronic program guide information display | |
KR101002838B1 (en) | An image display device and method for working contents of the same | |
JP4208434B2 (en) | Broadcast receiver, broadcast control method, computer-readable recording medium, and computer program | |
CN110381365A (en) | Video takes out frame method, device and electronic equipment | |
EP1203493A1 (en) | Service browser process and related system | |
JPH11102550A (en) | Broadcast information recorder | |
US20040075774A1 (en) | System and method for providing on-demand data information on a television display device using a radio tuner | |
KR20030016537A (en) | Data cache flush method for data broadcasting receiver | |
JP2009071710A (en) | Program recorder and preset condition processing method | |
EP1193970A2 (en) | Improvements to electronic programme guide | |
JP3592895B2 (en) | Broadcast receiver | |
KR20190132979A (en) | Method for operating broadcast receiving apparatus and broadcast receiving apparatus | |
KR100447298B1 (en) | Method for managing an electronic program guide in digital broadcast ing receiver | |
KR100854593B1 (en) | Method for controlling of data use of pvr | |
JP2004334779A (en) | Electronic device | |
KR102050831B1 (en) | Method for operating broadcast receiving apparatus and broadcast receiving apparatus | |
JP3623719B2 (en) | Method for generating program identifier for electronic program guide |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
N231 | Notification of change of applicant | ||
A201 | Request for examination | ||
E902 | Notification of reason for refusal | ||
E601 | Decision to refuse application |