JP7841819B2 - コンピュータ実装方法、コンピュータシステムおよびコンピュータプログラム(共有ライブラリをアンロードする際にランタイムリソースをクリーンアップするためにコンテナを使用すること) - Google Patents
コンピュータ実装方法、コンピュータシステムおよびコンピュータプログラム(共有ライブラリをアンロードする際にランタイムリソースをクリーンアップするためにコンテナを使用すること)Info
- Publication number
- JP7841819B2 JP7841819B2 JP2022150019A JP2022150019A JP7841819B2 JP 7841819 B2 JP7841819 B2 JP 7841819B2 JP 2022150019 A JP2022150019 A JP 2022150019A JP 2022150019 A JP2022150019 A JP 2022150019A JP 7841819 B2 JP7841819 B2 JP 7841819B2
- Authority
- JP
- Japan
- Prior art keywords
- library
- computer
- processor
- module
- loader
- 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.)
- Active
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/30—Creation or generation of source code
- G06F8/36—Software reuse
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/44—Arrangements for executing specific programs
- G06F9/445—Program loading or initiating
- G06F9/44521—Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/44—Arrangements for executing specific programs
- G06F9/445—Program loading or initiating
- G06F9/44557—Code layout in executable memory
- G06F9/44563—Sharing
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/44—Arrangements for executing specific programs
- G06F9/455—Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
- G06F9/45533—Hypervisors; Virtual machine monitors
- G06F9/45558—Hypervisor-specific management and integration aspects
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Stored Programmes (AREA)
Description
Claims (20)
- プロセッサを使用して、ローダライブラリにアクセスすることと、
前記プロセッサを使用して、前記ローダライブラリのモックバージョンを含むモックライブラリを生成することと、
前記プロセッサを使用して、前記ローダライブラリをコンテナ化することと、
前記プロセッサを使用して、前記ローダライブラリをアンロードすることと、を含む、コンピュータ実装方法。 - 前記ローダライブラリにアンロード信号を送信することをさらに含む、請求項1に記載のコンピュータ実装方法。
- 前記プロセッサは、ダイナミックリンク(dl)インターセプターモジュールを含む、請求項1に記載のコンピュータ実装方法。
- 前記プロセッサは、前記dlインターセプターモジュールに通信可能に結合されたスタック処理モジュールをさらに含む、請求項3に記載のコンピュータ実装方法。
- 前記プロセッサは、前記スタック処理モジュールに通信可能に結合されたマッピングスタブモジュールをさらに含む、請求項4に記載のコンピュータ実装方法。
- 前記マッピングスタブモジュールは、コンテナ化プラットフォームの一部であり、
前記モックライブラリは前記dlインターセプターモジュールに格納される、請求項5に記載のコンピュータ実装方法。 - dlclose命令は、前記ローダライブラリをアンロードするように前記プロセッサに指示するために使用される、請求項1に記載のコンピュータ実装方法。
- プロセッサに通信可能に結合されたメモリを含むコンピュータシステムであって、前記プロセッサは、
ローダライブラリにアクセスすることと、
前記ローダライブラリのモックバージョンを含むモックライブラリを生成することと、
前記ローダライブラリをコンテナ化することと、
前記ローダライブラリをアンロードすることと、を含むプロセッサ動作を実行するように構成される、コンピュータシステム。 - 前記プロセッサ動作は、前記ローダライブラリにアンロード信号を送信することをさらに含む、請求項8に記載のコンピュータシステム。
- 前記プロセッサは、ダイナミックリンク(dl)インターセプターモジュールを含む、請求項8に記載のコンピュータシステム。
- 前記プロセッサは、前記dlインターセプターモジュールに通信可能に結合されたスタック処理モジュールをさらに含む、請求項10に記載のコンピュータシステム。
- 前記プロセッサは、前記スタック処理モジュールに通信可能に結合されたマッピングスタブモジュールをさらに含む、請求項11に記載のコンピュータシステム。
- 前記マッピングスタブモジュールは、コンテナ化プラットフォームの一部であり、
前記モックライブラリは前記dlインターセプターモジュールに格納される、請求項12に記載のコンピュータシステム。 - 前記プロセッサ動作は、前記ローダライブラリをアンロードするように前記プロセッサに指示するdlclose命令を使用することを含む、請求項8に記載のコンピュータシステム。
- ライブラリをアンロードするためのコンピュータプログラムであって、前記コンピュータプログラムは、プロセッサ上で実行されると、前記プロセッサに、
ローダライブラリにアクセスすることと、
前記ローダライブラリのモックバージョンを含むモックライブラリを生成することと、
前記ローダライブラリをコンテナ化することと、
前記ローダライブラリをアンロードすることと、を実行させる、コンピュータプログラム。 - 前記プロセッサに、前記ローダライブラリにアンロード信号を送信することをさらに実行させる、請求項15に記載のコンピュータプログラム。
- 前記プロセッサは、ダイナミックリンク(dl)インターセプターモジュールを含む、請求項15に記載のコンピュータプログラム。
- 前記プロセッサは、前記dlインターセプターモジュールに通信可能に結合されたスタック処理モジュールをさらに含む、請求項17に記載のコンピュータプログラム。
- 前記プロセッサは、前記スタック処理モジュールに通信可能に結合されたマッピングスタブモジュールをさらに含み、
前記モックライブラリは前記dlインターセプターモジュールに格納される、請求項18に記載のコンピュータプログラム。 - dlclose命令は、前記ローダライブラリをアンロードするように前記プロセッサに指示するために使用される、請求項15に記載のコンピュータプログラム。
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US17/481,580 | 2021-09-22 | ||
| US17/481,580 US12020043B2 (en) | 2021-09-22 | 2021-09-22 | Using containers to clean runtime resources when unloading a shared library |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| JP2023046312A JP2023046312A (ja) | 2023-04-03 |
| JP7841819B2 true JP7841819B2 (ja) | 2026-04-07 |
Family
ID=85572744
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2022150019A Active JP7841819B2 (ja) | 2021-09-22 | 2022-09-21 | コンピュータ実装方法、コンピュータシステムおよびコンピュータプログラム(共有ライブラリをアンロードする際にランタイムリソースをクリーンアップするためにコンテナを使用すること) |
Country Status (3)
| Country | Link |
|---|---|
| US (1) | US12020043B2 (ja) |
| JP (1) | JP7841819B2 (ja) |
| CN (1) | CN115904528A (ja) |
Families Citing this family (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US12141592B1 (en) * | 2022-01-10 | 2024-11-12 | Meta Platforms, Inc. | Generating an application session call stack representing a unique identifier |
Citations (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2008017034A (ja) | 2006-07-04 | 2008-01-24 | Canon Inc | 自動モジュールアンロード装置、自動モジュールアンロード方法、プログラム、及び記録媒体 |
| JP2010244516A (ja) | 2009-04-03 | 2010-10-28 | Lsi Corp | ダイナミックライブラリを有するインターフェースを単純化するための方法 |
| JP2013105349A (ja) | 2011-11-15 | 2013-05-30 | Hitachi Ltd | 動的リンクライブラリの更新、実行方法 |
| US20230035594A1 (en) | 2021-08-02 | 2023-02-02 | Dell Products L.P. | Managing peripherals in a containerized environment |
Family Cites Families (13)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US7739312B2 (en) * | 2007-04-27 | 2010-06-15 | Network Appliance, Inc. | Data containerization for reducing unused space in a file system |
| KR20120014673A (ko) * | 2010-08-10 | 2012-02-20 | 주식회사 잉카인터넷 | 위장 동적연결라이브러리 삽입에 의한 프로세스 변조 검출방법 |
| CN102073520A (zh) * | 2010-12-30 | 2011-05-25 | 中国民航信息网络股份有限公司 | 一种c++应用程序版本动态管理系统和方法 |
| US8763018B2 (en) * | 2011-08-22 | 2014-06-24 | Solarflare Communications, Inc. | Modifying application behaviour |
| US10762204B2 (en) * | 2013-11-28 | 2020-09-01 | Blackberry Limited | Managing containerized applications |
| US9582623B2 (en) | 2014-02-12 | 2017-02-28 | Synopsys, Inc. | Dynamically loaded system-level simulation |
| US20160364222A1 (en) * | 2015-06-15 | 2016-12-15 | Unisys Corporation | Methods and systems for running modern applications in legacy software environments |
| US10409507B1 (en) * | 2016-10-31 | 2019-09-10 | Marvell International Ltd. | Methods and apparatus for implementing virtual dynamic library loading in embedded systems |
| US10445112B2 (en) | 2017-01-27 | 2019-10-15 | Software Ag | Inline dispatching function interface (IDFI), and associated system and/or method |
| US10564959B2 (en) * | 2017-03-14 | 2020-02-18 | Google Llc | Shared software libraries for computing devices |
| US10416990B2 (en) | 2018-02-05 | 2019-09-17 | Infosys Limited | System and method for seamlessly patching shared libraries in server environment |
| CN108762825B (zh) | 2018-04-20 | 2021-04-27 | 烽火通信科技股份有限公司 | 动态库重载的实现方法及系统 |
| US11307911B2 (en) * | 2020-05-29 | 2022-04-19 | Microsoft Technology Licensing, Llc | File upload modifications for client side applications |
-
2021
- 2021-09-22 US US17/481,580 patent/US12020043B2/en active Active
-
2022
- 2022-09-21 JP JP2022150019A patent/JP7841819B2/ja active Active
- 2022-09-22 CN CN202211156019.6A patent/CN115904528A/zh active Pending
Patent Citations (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2008017034A (ja) | 2006-07-04 | 2008-01-24 | Canon Inc | 自動モジュールアンロード装置、自動モジュールアンロード方法、プログラム、及び記録媒体 |
| JP2010244516A (ja) | 2009-04-03 | 2010-10-28 | Lsi Corp | ダイナミックライブラリを有するインターフェースを単純化するための方法 |
| JP2013105349A (ja) | 2011-11-15 | 2013-05-30 | Hitachi Ltd | 動的リンクライブラリの更新、実行方法 |
| US20230035594A1 (en) | 2021-08-02 | 2023-02-02 | Dell Products L.P. | Managing peripherals in a containerized environment |
Also Published As
| Publication number | Publication date |
|---|---|
| JP2023046312A (ja) | 2023-04-03 |
| CN115904528A (zh) | 2023-04-04 |
| US12020043B2 (en) | 2024-06-25 |
| US20230092747A1 (en) | 2023-03-23 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US11385892B1 (en) | Optimal software architecture recommendations by an application modernization service | |
| US10409654B2 (en) | Facilitating event-driven processing using unikernels | |
| US9405529B2 (en) | Designing and cross-configuring software | |
| US9104514B2 (en) | Automated deployment of applications with tenant-isolation requirements | |
| US9983898B2 (en) | Generating a deployment pattern for reuse in a networked computing environment | |
| Hardikar et al. | Containerization: Cloud computing based inspiration technology for adoption through docker and kubernetes | |
| JP7828693B2 (ja) | コンピュータ実装方法、システム、およびコンピュータプログラム(Kubernetesのリモートポッドにおける新しいコンテナストレージシステム) | |
| US10795646B2 (en) | Methods and systems that generate proxy objects that provide an interface to third-party executables | |
| US20130262923A1 (en) | Efficient application management in a cloud with failures | |
| AU2020426828B2 (en) | Reserving one or more security modules for secure guest | |
| US12050690B2 (en) | Run-time communications protocol parameter adjustment in containerized applications | |
| US11200041B1 (en) | Remote installation, customization and deployment of mainframe components | |
| US12293241B2 (en) | Automated generation of application programming interfaces for microservices | |
| US20180054359A1 (en) | Network attached reconfigurable computing device | |
| US11829741B2 (en) | Instantiated deployment of microservices | |
| US12093710B2 (en) | Integrated authentication for container-based environment | |
| JP7841819B2 (ja) | コンピュータ実装方法、コンピュータシステムおよびコンピュータプログラム(共有ライブラリをアンロードする際にランタイムリソースをクリーンアップするためにコンテナを使用すること) | |
| US11704165B2 (en) | Persistently available container services through resurrection of user jobs in new compute container instances designated as lead instances | |
| US11513782B1 (en) | Unrestricted to restricted computing framework | |
| US20190384653A1 (en) | Hybrid cloud with dynamic bridging between systems of record and systems of engagement | |
| US10761914B2 (en) | Replacing generated procedure calls with generated inter-process communication | |
| WO2023216776A1 (en) | Providing system services | |
| US20230086195A1 (en) | Efficient and extensive function groups with multi-instance function support for cloud based processing | |
| US11630804B1 (en) | Classifying and storing multiple layers of a file system | |
| US10678515B1 (en) | Simplifying and reusing visual programming graphs |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| RD16 | Notification of change of power of sub attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7436 Effective date: 20221222 |
|
| A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20250220 |
|
| A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20250929 |
|
| A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20251111 |
|
| A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20260204 |
|
| TRDD | Decision of grant or rejection written | ||
| A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20260310 |
|
| RD14 | Notification of resignation of power of sub attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7434 Effective date: 20260310 |
|
| A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20260324 |
|
| R150 | Certificate of patent or registration of utility model |
Ref document number: 7841819 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |