KR20140143775A - 캐시 관리 기법 - Google Patents
캐시 관리 기법 Download PDFInfo
- Publication number
- KR20140143775A KR20140143775A KR1020147027963A KR20147027963A KR20140143775A KR 20140143775 A KR20140143775 A KR 20140143775A KR 1020147027963 A KR1020147027963 A KR 1020147027963A KR 20147027963 A KR20147027963 A KR 20147027963A KR 20140143775 A KR20140143775 A KR 20140143775A
- Authority
- KR
- South Korea
- Prior art keywords
- data
- computer
- cache
- hash
- server computer
- Prior art date
- Legal status (The legal status 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 status listed.)
- Granted
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/22—Indexing; Data structures therefor; Storage structures
- G06F16/2228—Indexing structures
- G06F16/2255—Hash tables
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F15/00—Digital computers in general; Data processing equipment in general
- G06F15/16—Combinations of two or more digital computers each having at least an arithmetic unit, a program unit and a register, e.g. for a simultaneous processing of several programs
- G06F15/163—Interprocessor communication
- G06F15/167—Interprocessor communication using a common memory, e.g. mailbox
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/24—Querying
- G06F16/245—Query processing
- G06F16/2455—Query execution
- G06F16/24552—Database cache management
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Databases & Information Systems (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Data Mining & Analysis (AREA)
- Software Systems (AREA)
- Computational Linguistics (AREA)
- Computer Hardware Design (AREA)
- Information Transfer Between Computers (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
Description
도 2는 예시적인 실시예에 따라 통합된 캐시를 관리하는 방법의 측면을 나타내는 순서도.
도 3은 예시적인 실시예에 따라 통합된 캐시를 이용하여 데이터를 제공하는 방법의 측면을 나타내는 순서도.
도 4는 예시적인 실시예에 따라 캐시 서비스에 데이터를 업로드하기 위한 방법의 측면을 나타내는 순서도.
도 5는 본 명세서에 제시된 실시예의 측면을 구현할 수 있는 컴퓨팅 시스템에 대한 예시적인 컴퓨터 하드웨어 및 소프트웨어 아키텍처를 나타낸 컴퓨터 아키텍처 도면.
Claims (10)
- 컴퓨터로 구현되는 캐시 관리 방법으로서,
클라이언트 디바이스에서, 서버 컴퓨터에 저장된 데이터를 획득하라는 요청을 수신하는 동작과,
상기 클라이언트 디바이스에서 캐싱이 가능한지를 판정하는 동작과,
상기 클라이언트 디바이스에서 캐싱이 가능하지 않다는 판정에 응답하여 상기 서버 컴퓨터에게 상기 데이터를 요청하는 동작과,
상기 클라이언트 디바이스에서 캐싱이 가능하다는 판정에 응답하여 상기 서버 컴퓨터에게 상기 데이터에 상응하는 해시를 요청하는 동작을 포함하는
컴퓨터 구현되는 방법.
- 제 1 항에 있어서,
상기 서버 컴퓨터로부터 상기 해시가 수신되었는지를 판정하는 동작 -상기 요청된 해시 각각은 상기 요청된 데이터에 상응하는 고유의 데이터를 포함함- 과,
상기 해시가 수신되지 않았다는 판정에 응답하여 상기 서버 컴퓨터에게 상기 데이터를 요청하는 동작과,
상기 해시가 수신되었다는 판정에 응답하여 상기 캐시에 액세스하고, 상기 해시를 찾기 위해 상기 캐시를 검색하는 동작을 더 포함하는
컴퓨터 구현되는 방법.
- 제 1 항에 있어서,
상기 서버 컴퓨터로부터 상기 해시를 수신하는 동작과,
상기 해시를 찾기 위해 상기 캐시를 검색하는 동작과,
상기 캐시가 상기 해시를 저장하고 있지 않다는 판정에 응답하여 상기 데이터 및 상기 해시에 대한 요청을 생성하고, 상기 캐시 내에 상기 데이터 및 상기 해시를 저장하는 동작을 더 포함하는
컴퓨터 구현되는 방법.
- 제 1 항에 있어서,
상기 서버 컴퓨터로부터 상기 해시를 수신하는 동작과,
상기 해시를 찾기 위해 상기 캐시를 검색하는 동작과,
상기 캐시 내에서 상기 해시를 식별한 것에 응답하여 상기 캐시로부터 상기 데이터를 획득하는 동작을 포함하는
컴퓨터 구현되는 방법.
- 컴퓨터 판독가능한 명령어를 포함하는 컴퓨터 저장 매체로서,
상기 컴퓨터 판독가능한 명령어는 컴퓨터에 의해 실행되었을 때 상기 컴퓨터로 하여금,
서버 컴퓨터에 저장된 데이터를 획득하라는 요청을 수신하고,
상기 컴퓨터 및 상기 서버 컴퓨터에서 캐싱이 가능한지를 판정하고,
상기 컴퓨터 및 상기 서버 컴퓨터 중 하나 이상에서 캐싱이 가능하지 않다는 판정에 응답하여, 상기 서버 컴퓨터에게 상기 데이터를 요청하고,
상기 컴퓨터 및 상기 서버 컴퓨터에서 캐싱이 가능하다는 판정에 응답하여, 상기 서버 컴퓨터에게 상기 데이터에 상응하는 해시를 요청하고, 상기 해시를 찾기 위해 캐시를 검색하게 하는
컴퓨터 저장 매체.
- 제 5 항에 있어서,
상기 컴퓨터에 의해 실행되었을 때 상기 컴퓨터로 하여금,
상기 캐시가 상기 해시를 저장하고 있지 않다는 판정에 응답하여, 상기 서버 컴퓨터에 대해 상기 데이터에 대한 요청을 생성하고, 상기 데이터 및 상기 해시를 상기 캐시에 저장하게 하는
컴퓨터 판독가능한 명령어를 더 포함하는
컴퓨터 저장 매체.
- 제 6 항에 있어서,
상기 컴퓨터에 의해 실행되었을 때 상기 컴퓨터로 하여금,
상기 캐시 내에서 상기 해시를 식별한 것에 응답하여 상기 캐시로부터 상기 데이터를 획득하게 하는
컴퓨터 판독가능한 명령어를 더 포함하는
컴퓨터 저장 매체.
- 프로세서와,
컴퓨터 판독가능한 명령어를 구비하는 컴퓨터 저장 매체를 포함하되,
상기 컴퓨터 판독가능한 명령어는 컴퓨터에 의해 실행되었을 때 상기 컴퓨터로 하여금,
서버 컴퓨터에 저장된 데이터를 획득하라는 요청을 수신 -상기 데이터는 파일의 일부분에 상응하는 데이터 요소를 포함함- 하고,
상기 컴퓨터 및 상기 서버 컴퓨터에서 캐싱이 가능한지를 판정하고,
상기 컴퓨터 및 상기 서버 컴퓨터 중 하나 이상에서 캐싱이 가능하지 않다는 판정에 응답하여 상기 서버 컴퓨터에게 상기 데이터를 요청하고,
상기 컴퓨터 및 상기 서버 컴퓨터에서 캐싱이 가능하다는 판정에 응답하여, 상기 서버 컴퓨터에게 상기 요청된 데이터에 상응하는 해시를 요청하고, 상기 해시를 찾기 위해 상기 컴퓨터 및 클라이언트 피어에 의해 제공되는 분산된 캐시를 포함하는 캐시를 검색하게 하는
컴퓨터.
- 제 8 항에 있어서,
상기 컴퓨터 저장 매체는 상기 컴퓨터에 의해 실행되었을 때 상기 컴퓨터로 하여금,
상기 캐시가 상기 해시를 저장하고 있지 않다는 판정에 응답하여 상기 서버 컴퓨터에 대해 상기 데이터에 대한 요청을 생성하고, 상기 서버 컴퓨터로부터 상기 데이터를 수신하며, 상기 캐시 내에 상기 데이터 및 상기 해시를 저장하게 하고,
상기 캐시가 상기 해시를 저장하고 있다는 판정에 응답하여 상기 캐시로부터 상기 데이터를 획득하게 하는
컴퓨터 판독가능한 명령어를 더 포함하는
컴퓨터.
- 제 9 항에 있어서,
상기 컴퓨터 및 상기 클라이언트 피어는 브랜치 오피스(branch office)에 위치되고,
상기 서버 컴퓨터는 상기 브랜치 오피스로부터 원거리에 위치되며,
상기 캐시로부터 상기 데이터를 획득하는 것은 상기 클라이언트 피어로부터 상기 데이터를 획득하는 것을 포함하는
컴퓨터.
Applications Claiming Priority (3)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US13/439,873 | 2012-04-05 | ||
| US13/439,873 US10198462B2 (en) | 2012-04-05 | 2012-04-05 | Cache management |
| PCT/US2013/035048 WO2013152057A1 (en) | 2012-04-05 | 2013-04-03 | Cache management |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| KR20140143775A true KR20140143775A (ko) | 2014-12-17 |
| KR102098415B1 KR102098415B1 (ko) | 2020-04-07 |
Family
ID=48142964
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| KR1020147027963A Expired - Fee Related KR102098415B1 (ko) | 2012-04-05 | 2013-04-03 | 캐시 관리 기법 |
Country Status (6)
| Country | Link |
|---|---|
| US (2) | US10198462B2 (ko) |
| EP (1) | EP2834758A1 (ko) |
| JP (2) | JP2015514274A (ko) |
| KR (1) | KR102098415B1 (ko) |
| CN (2) | CN104221016A (ko) |
| WO (1) | WO2013152057A1 (ko) |
Families Citing this family (9)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US10015012B2 (en) * | 2013-07-03 | 2018-07-03 | Red Hat, Inc. | Precalculating hashes to support data distribution |
| US20150350369A1 (en) * | 2014-05-30 | 2015-12-03 | Qualcomm Incorporated | Method For Reducing Pre-Fetching Of Multimedia Streaming Data With Minimal Impact On Playback User Experience |
| CN106445403B (zh) * | 2015-08-11 | 2020-11-13 | 张一凡 | 针对海量数据成对存储的分布式存储方法和系统 |
| US10540136B2 (en) * | 2016-05-24 | 2020-01-21 | Dell Products, L.P. | Faster frame buffer rendering over a network |
| US10382552B2 (en) * | 2016-12-12 | 2019-08-13 | Verizon Patent And Licensing Inc. | User device ad-hoc distributed caching of content |
| US11023587B2 (en) * | 2018-06-03 | 2021-06-01 | Apple Inc. | External trust cache |
| JP7533001B2 (ja) * | 2020-08-07 | 2024-08-14 | 株式会社リコー | 情報処理装置、コンテンツ配信方法およびプログラム |
| JP7282114B2 (ja) * | 2021-02-12 | 2023-05-26 | 株式会社日立製作所 | ストレージ装置 |
| JP7327851B1 (ja) * | 2022-11-09 | 2023-08-16 | Tradfit株式会社 | 情報処理方法、プログラム及び情報処理装置 |
Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JPH10177510A (ja) * | 1996-12-18 | 1998-06-30 | Casio Comput Co Ltd | クライアント・サーバ・システム |
| US20060136485A1 (en) * | 2004-11-16 | 2006-06-22 | Peter Yared | Dynamic selection or modification of data management patterns |
| JP2009181344A (ja) * | 2008-01-30 | 2009-08-13 | Canon It Solutions Inc | 情報処理装置、描画命令生成装置、情報処理システム、情報処理装置の制御方法、描画命令生成装置の制御方法及びプログラム |
| US20090319473A1 (en) * | 2008-06-19 | 2009-12-24 | Microsoft Corporation | Method and system of using a local hosted cache and cryptographic hash functions to reduce network traffic |
| US20090327505A1 (en) * | 2008-06-27 | 2009-12-31 | Microsoft Corporation | Content Identification for Peer-to-Peer Content Retrieval |
Family Cites Families (29)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2001014209A (ja) | 1999-06-25 | 2001-01-19 | Sharp Corp | 情報中継装置および情報中継方法、ならびに情報中継プログラムを記録したコンピュータ読み取り可能な記録媒体 |
| US6772225B1 (en) | 1999-09-30 | 2004-08-03 | International Business Machines Corporation | Policy enabled web caching |
| US7043524B2 (en) * | 2000-11-06 | 2006-05-09 | Omnishift Technologies, Inc. | Network caching system for streamed applications |
| US7188145B2 (en) | 2001-01-12 | 2007-03-06 | Epicrealm Licensing Llc | Method and system for dynamic distributed data caching |
| JP2005501355A (ja) | 2001-08-27 | 2005-01-13 | コーニンクレッカ フィリップス エレクトロニクス エヌ ヴィ | キャッシュ方法 |
| US6871270B2 (en) * | 2001-12-03 | 2005-03-22 | Samsung Electronics Co., Ltd. | Device and method for minimizing puncturing-caused output delay |
| JP2003323381A (ja) | 2002-05-07 | 2003-11-14 | Fuji Photo Film Co Ltd | マルチメディアコンテンツ作成装置およびマルチメディアコンテンツ作成方法 |
| JP2004185263A (ja) | 2002-12-03 | 2004-07-02 | Oki Electric Ind Co Ltd | 分散協調型コンテンツ配信システム |
| US7769881B2 (en) | 2003-01-24 | 2010-08-03 | Hitachi, Ltd. | Method and apparatus for peer-to peer access |
| US7895338B2 (en) | 2003-03-18 | 2011-02-22 | Siemens Corporation | Meta-search web service-based architecture for peer-to-peer collaboration and voice-over-IP |
| US20050015471A1 (en) * | 2003-07-18 | 2005-01-20 | Zhang Pu Paul | Secure cluster configuration data set transfer protocol |
| US7600125B1 (en) * | 2004-12-23 | 2009-10-06 | Symantec Corporation | Hash-based data block processing with intermittently-connected systems |
| US7636767B2 (en) * | 2005-11-29 | 2009-12-22 | Cisco Technology, Inc. | Method and apparatus for reducing network traffic over low bandwidth links |
| US7529785B1 (en) * | 2006-02-28 | 2009-05-05 | Symantec Corporation | Efficient backups using dynamically shared storage pools in peer-to-peer networks |
| US8151323B2 (en) * | 2006-04-12 | 2012-04-03 | Citrix Systems, Inc. | Systems and methods for providing levels of access and action control via an SSL VPN appliance |
| US7526530B2 (en) | 2006-05-05 | 2009-04-28 | Adobe Systems Incorporated | System and method for cacheing web files |
| GB2440762B (en) | 2006-08-11 | 2011-11-02 | Cachelogic Ltd | Content distribution network |
| US7617322B2 (en) * | 2006-09-29 | 2009-11-10 | Microsoft Corporation | Secure peer-to-peer cache sharing |
| US8849793B2 (en) * | 2007-06-05 | 2014-09-30 | SafePeak Technologies Ltd. | Devices for providing distributable middleware data proxy between application servers and database servers |
| US20090144388A1 (en) * | 2007-11-08 | 2009-06-04 | Rna Networks, Inc. | Network with distributed shared memory |
| US8825758B2 (en) * | 2007-12-14 | 2014-09-02 | Microsoft Corporation | Collaborative authoring modes |
| US9065835B2 (en) | 2008-07-23 | 2015-06-23 | International Business Machines Corporation | Redirecting web content |
| US9286293B2 (en) * | 2008-07-30 | 2016-03-15 | Microsoft Technology Licensing, Llc | Populating and using caches in client-side caching |
| US8499120B2 (en) * | 2008-10-17 | 2013-07-30 | Seagate Technology Llc | User selectable caching management |
| US8601213B2 (en) * | 2008-11-03 | 2013-12-03 | Teradata Us, Inc. | System, method, and computer-readable medium for spool cache management |
| US8108620B2 (en) * | 2009-03-10 | 2012-01-31 | Hewlett-Packard Development Company, L.P. | Cooperative caching technique |
| US20120089700A1 (en) * | 2010-10-10 | 2012-04-12 | Contendo, Inc. | Proxy server configured for hierarchical caching and dynamic site acceleration and custom object and associated method |
| US8863204B2 (en) * | 2010-12-20 | 2014-10-14 | Comcast Cable Communications, Llc | Cache management in a video content distribution network |
| US8874697B2 (en) * | 2011-11-30 | 2014-10-28 | Red Hat, Inc. | Content download based on hashes |
-
2012
- 2012-04-05 US US13/439,873 patent/US10198462B2/en active Active
-
2013
- 2013-04-03 CN CN201380018941.1A patent/CN104221016A/zh active Pending
- 2013-04-03 CN CN202010046308.5A patent/CN111273863B/zh not_active Expired - Fee Related
- 2013-04-03 KR KR1020147027963A patent/KR102098415B1/ko not_active Expired - Fee Related
- 2013-04-03 JP JP2015504692A patent/JP2015514274A/ja active Pending
- 2013-04-03 EP EP13717644.2A patent/EP2834758A1/en not_active Ceased
- 2013-04-03 WO PCT/US2013/035048 patent/WO2013152057A1/en not_active Ceased
-
2017
- 2017-11-17 JP JP2017221774A patent/JP6506374B2/ja not_active Expired - Fee Related
-
2019
- 2019-01-25 US US16/258,123 patent/US11226944B2/en not_active Expired - Fee Related
Patent Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JPH10177510A (ja) * | 1996-12-18 | 1998-06-30 | Casio Comput Co Ltd | クライアント・サーバ・システム |
| US20060136485A1 (en) * | 2004-11-16 | 2006-06-22 | Peter Yared | Dynamic selection or modification of data management patterns |
| JP2009181344A (ja) * | 2008-01-30 | 2009-08-13 | Canon It Solutions Inc | 情報処理装置、描画命令生成装置、情報処理システム、情報処理装置の制御方法、描画命令生成装置の制御方法及びプログラム |
| US20090319473A1 (en) * | 2008-06-19 | 2009-12-24 | Microsoft Corporation | Method and system of using a local hosted cache and cryptographic hash functions to reduce network traffic |
| US20090327505A1 (en) * | 2008-06-27 | 2009-12-31 | Microsoft Corporation | Content Identification for Peer-to-Peer Content Retrieval |
Also Published As
| Publication number | Publication date |
|---|---|
| US20190155798A1 (en) | 2019-05-23 |
| CN111273863A (zh) | 2020-06-12 |
| WO2013152057A1 (en) | 2013-10-10 |
| JP6506374B2 (ja) | 2019-04-24 |
| US10198462B2 (en) | 2019-02-05 |
| CN111273863B (zh) | 2023-08-15 |
| CN104221016A (zh) | 2014-12-17 |
| KR102098415B1 (ko) | 2020-04-07 |
| JP2018049653A (ja) | 2018-03-29 |
| US11226944B2 (en) | 2022-01-18 |
| EP2834758A1 (en) | 2015-02-11 |
| JP2015514274A (ja) | 2015-05-18 |
| US20130268614A1 (en) | 2013-10-10 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| KR102098415B1 (ko) | 캐시 관리 기법 | |
| US9952753B2 (en) | Predictive caching and fetch priority | |
| JP6621543B2 (ja) | ハイブリッドアプリケーションの自動更新 | |
| US10242100B2 (en) | Managing cached data in a network environment | |
| US9740435B2 (en) | Methods for managing content stored in cloud-based storages | |
| US8762456B1 (en) | Generating prefetching profiles for prefetching data in a cloud based file system | |
| US9398090B2 (en) | Synchronized content library | |
| US20190245912A1 (en) | Optimizing internet data transfers using an intelligent router agent | |
| US8370385B2 (en) | Media collections service | |
| US20080270524A1 (en) | Distributing files over a computer network | |
| US9229740B1 (en) | Cache-assisted upload proxy | |
| US11645233B2 (en) | Distributed file cache | |
| CN107172070B (zh) | 资源访问处理方法及装置 | |
| US20120296871A1 (en) | File managing apparatus for processing an online storage service | |
| US7908391B1 (en) | Application streaming and network file system optimization via feature popularity | |
| US8316213B1 (en) | Management of object mapping information corresponding to a distributed storage system | |
| US8621182B1 (en) | Management of object mapping information corresponding to a distributed storage system | |
| US10002135B2 (en) | Simplifying the check-in of checked-out files in an ECM system | |
| KR20120013475A (ko) | 분산 파일 시스템에서 url정보를 이용한 데이터 관리 장치 및 그 방법 | |
| US10402373B1 (en) | Filesystem redirection | |
| US20150012745A1 (en) | Precalculating hashes to support data distribution | |
| CN105683920A (zh) | 文件的最新版本的即时流式传输 | |
| JP2017073081A (ja) | 情報処理システム、情報処理装置の制御方法、およびプログラム |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| PA0105 | International application |
St.27 status event code: A-0-1-A10-A15-nap-PA0105 |
|
| PG1501 | Laying open of application |
St.27 status event code: A-1-1-Q10-Q12-nap-PG1501 |
|
| N231 | Notification of change of applicant | ||
| PN2301 | Change of applicant |
St.27 status event code: A-3-3-R10-R13-asn-PN2301 St.27 status event code: A-3-3-R10-R11-asn-PN2301 |
|
| A201 | Request for examination | ||
| PA0201 | Request for examination |
St.27 status event code: A-1-2-D10-D11-exm-PA0201 |
|
| P22-X000 | Classification modified |
St.27 status event code: A-2-2-P10-P22-nap-X000 |
|
| D13-X000 | Search requested |
St.27 status event code: A-1-2-D10-D13-srh-X000 |
|
| D14-X000 | Search report completed |
St.27 status event code: A-1-2-D10-D14-srh-X000 |
|
| E902 | Notification of reason for refusal | ||
| PE0902 | Notice of grounds for rejection |
St.27 status event code: A-1-2-D10-D21-exm-PE0902 |
|
| P11-X000 | Amendment of application requested |
St.27 status event code: A-2-2-P10-P11-nap-X000 |
|
| P13-X000 | Application amended |
St.27 status event code: A-2-2-P10-P13-nap-X000 |
|
| E90F | Notification of reason for final refusal | ||
| PE0902 | Notice of grounds for rejection |
St.27 status event code: A-1-2-D10-D21-exm-PE0902 |
|
| P11-X000 | Amendment of application requested |
St.27 status event code: A-2-2-P10-P11-nap-X000 |
|
| P13-X000 | Application amended |
St.27 status event code: A-2-2-P10-P13-nap-X000 |
|
| E701 | Decision to grant or registration of patent right | ||
| PE0701 | Decision of registration |
St.27 status event code: A-1-2-D10-D22-exm-PE0701 |
|
| GRNT | Written decision to grant | ||
| PR0701 | Registration of establishment |
St.27 status event code: A-2-4-F10-F11-exm-PR0701 |
|
| PR1002 | Payment of registration fee |
St.27 status event code: A-2-2-U10-U12-oth-PR1002 Fee payment year number: 1 |
|
| PG1601 | Publication of registration |
St.27 status event code: A-4-4-Q10-Q13-nap-PG1601 |
|
| PR1001 | Payment of annual fee |
St.27 status event code: A-4-4-U10-U11-oth-PR1001 Fee payment year number: 4 |
|
| PR1001 | Payment of annual fee |
St.27 status event code: A-4-4-U10-U11-oth-PR1001 Fee payment year number: 5 |
|
| PC1903 | Unpaid annual fee |
St.27 status event code: A-4-4-U10-U13-oth-PC1903 Not in force date: 20250402 Payment event data comment text: Termination Category : DEFAULT_OF_REGISTRATION_FEE |
|
| H13 | Ip right lapsed |
Free format text: ST27 STATUS EVENT CODE: N-4-6-H10-H13-OTH-PC1903 (AS PROVIDED BY THE NATIONAL OFFICE); TERMINATION CATEGORY : DEFAULT_OF_REGISTRATION_FEE Effective date: 20250402 |
|
| PC1903 | Unpaid annual fee |
St.27 status event code: N-4-6-H10-H13-oth-PC1903 Ip right cessation event data comment text: Termination Category : DEFAULT_OF_REGISTRATION_FEE Not in force date: 20250402 |