JP2010211696A - メモリスワップ管理方法、装置およびプログラム - Google Patents
メモリスワップ管理方法、装置およびプログラム Download PDFInfo
- Publication number
- JP2010211696A JP2010211696A JP2009059420A JP2009059420A JP2010211696A JP 2010211696 A JP2010211696 A JP 2010211696A JP 2009059420 A JP2009059420 A JP 2009059420A JP 2009059420 A JP2009059420 A JP 2009059420A JP 2010211696 A JP2010211696 A JP 2010211696A
- Authority
- JP
- Japan
- Prior art keywords
- swap
- storage device
- job
- executed
- candidate
- 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
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F12/00—Accessing, addressing or allocating within memory systems or architectures
- G06F12/02—Addressing or allocation; Relocation
- G06F12/08—Addressing or allocation; Relocation in hierarchically structured memory systems, e.g. virtual memory systems
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F12/00—Accessing, addressing or allocating within memory systems or architectures
- G06F12/02—Addressing or allocation; Relocation
- G06F12/08—Addressing or allocation; Relocation in hierarchically structured memory systems, e.g. virtual memory systems
- G06F12/12—Replacement control
- G06F12/121—Replacement control using replacement algorithms
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Memory System Of A Hierarchy Structure (AREA)
- Memory System (AREA)
Abstract
【解決手段】実行待ちのジョブキューがある場合は、ジョブキュー500からジョブキューチェックテーブル1200を作成し、これと、DRAM38の実メモリに記憶されているプロセスの種類とに基づいてスワップアウト/イン候補のプロセスを決定する。実行待ちのジョブキューがない場合は、プロセス実行履歴テーブル600と、直前に実行されたプロセスの種類とに基づいてプロセス実行頻度テーブル1300を作成し、次に実行されるプロセスを予測すると共に、該予測に基づいてスワップアウト/イン候補のプロセスを決定する。上記決定に従って、スワップアウト候補を実メモリからスワップアウトし、それによって空いた実メモリの領域に、スワップイン候補をスワップインする。
【選択図】図9
Description
図1は、本発明の一実施の形態に係るメモリスワップ管理が適用される情報処理装置である画像入出力装置の構成を示すブロック図である。
図2は、コントローラ部110の詳細構成を示すブロック図である。
図3は、画像入出力装置1で実行されるプロセスのプロセス名と役割を表すテーブルを示す図である。このテーブル300に示されるプロセスの1つに「network process」がある。これは、ネットワークカードのドライバやTCP/IPプロトコルスタックのようにシステムに常駐するプロセスではなく、ファックスの送受信のためのアプリケーションプログラムである。
図6に、初期状態におけるプロセス実行履歴テーブルの一例を示す。このプロセス実行履歴テーブル600は、直前に動作していたプロセスと、その次に動作したプロセスの関係を示すテーブルである。すなわち、プロセスの実行実績を示す情報である。
プロセス実行履歴テーブル600に基づいて、次に実行される可能性が高いプロセスをスワップインするためには、スワップ処理したメモリ領域とプロセスを関連付けて管理する必要がある。
ステップS903またはステップS904でスワップ処理対象プロセスが決定されると、ステップS905に進む。ステップS905では、CPU33は、スワップ処理を実行する(スワップ処理工程)。これは、DRAM38内のスワップ対象プロセステーブル1301(図13(b)、(d)、図14(a)参照)およびプロセスメモリ管理テーブル800(図8(a)、図14(b)参照)を用いて実行される。
図10は、図9のステップS903で実行される、ジョブキュー500(図5)の内容からスワップ処理対象のプロセスを決定する処理(第1の決定方法)を示すフローチャートである。
図11は、図9のステップS904で実行される、プロセス実行履歴テーブル600からスワップ処理対象のプロセスを決定する処理(第2の決定方法)のフローチャートである。
実メモリにscan、imagingプロセスが存在し、直前にscanジョブが実行された状態を仮定する。この状態で、プロセス実行履歴テーブル600(図6、図7)を更新し、次に実行されるプロセスを予測して、スワップ処理をするようにしたことで、次のような効果を生じる。
Claims (8)
- 少なくとも1つのプロセスで成るジョブが実行される情報処理装置において、1次記憶装置と2次記憶装置とを用いて前記プロセスの仮想記憶を行うメモリスワップ管理方法であって、
前記情報処理装置における実行待ちのジョブが複数ある場合にそれらの予定実行順序を記憶する記憶工程と、
前記記憶工程により記憶されている前記実行待ちのジョブの予定実行順序と前記1次記憶装置に記憶されているプロセスの種類とに基づいて、スワップアウト候補のプロセスとスワップイン候補のプロセスとを決定する決定工程と、
前記決定工程による決定に従って、前記スワップアウト候補のプロセスを前記1次記憶装置から前記2次記憶装置にスワップアウトすると共に、それによって空いた前記1次記憶装置の領域に、前記スワップイン候補のプロセスを前記2次記憶装置からスワップインするスワップ処理工程とを有することを特徴とするメモリスワップ管理方法。 - 前記決定工程は、前記実行待ちのジョブのうち予定実行順序が最も遅いジョブを構成するプロセスを前記スワップアウト候補とすると共に、前記実行待ちのジョブのうち予定実行順序が最も早いジョブを構成するプロセスを前記スワップイン候補とすることを特徴とする請求項1記載のメモリスワップ管理方法。
- 前記決定工程は、前記実行待ちのジョブのうち予定実行順序が最も早いジョブを構成するプロセスが複数ある場合は、当該ジョブにおいて最も早く実行されるプロセスから順に優先的に前記スワップイン候補とすることを特徴とする請求項2記載のメモリスワップ管理方法。
- 少なくとも1つのプロセスで成るジョブが実行される情報処理装置において、1次記憶装置と2次記憶装置とを用いて前記プロセスの仮想記憶を行うメモリスワップ管理方法であって、
プロセスの実行実績を記録する記録工程と、
前記記録工程において記録されたプロセスの実行実績と、直前に実行されたプロセスの種類とに基づいて、次に実行される可能性を各プロセスについて予測する予測工程と、
前記予測工程により予測された可能性に基づいて、スワップアウト候補のプロセスとスワップイン候補のプロセスとを決定する決定工程と、
前記決定工程による決定に従って、前記スワップアウト候補のプロセスを前記1次記憶装置から前記2次記憶装置にスワップアウトすると共に、それによって空いた前記1次記憶装置の領域に、前記スワップイン候補のプロセスを前記2次記憶装置からスワップインするスワップ処理工程とを有することを特徴とするメモリスワップ管理方法。 - 前記記録工程は、前記実行実績として、プロセス毎に、当該プロセスの実行の直後に実行されたプロセスの各々の実行頻度を記録し、前記予測工程は、前記記録された実行頻度に基づいて、前記直前に実行されたプロセスの次にどのプロセスがどの程度の可能性で実行されるのかを各プロセスについて予測することを特徴とする請求項4記載のメモリスワップ管理方法。
- 少なくとも1つのプロセスで成るジョブが実行される情報処理装置において、1次記憶装置と2次記憶装置とを用いて前記プロセスの仮想記憶を行うメモリスワップ管理装置であって、
前記情報処理装置における実行待ちのジョブが複数ある場合にそれらの予定実行順序を記憶する記憶手段と、
前記記憶手段により記憶されている前記実行待ちのジョブの予定実行順序と前記1次記憶装置に記憶されているプロセスの種類とに基づいて、スワップアウト候補のプロセスとスワップイン候補のプロセスとを決定する決定手段と、
前記決定手段による決定に従って、前記スワップアウト候補のプロセスを前記1次記憶装置から前記2次記憶装置にスワップアウトすると共に、それによって空いた前記1次記憶装置の領域に、前記スワップイン候補のプロセスを前記2次記憶装置からスワップインするスワップ処理手段とを有することを特徴とするメモリスワップ管理装置。 - 少なくとも1つのプロセスで成るジョブが実行される情報処理装置において、1次記憶装置と2次記憶装置とを用いて前記プロセスの仮想記憶を行うメモリスワップ管理装置であって、
プロセスの実行実績を記録する記録手段と、
前記記録手段において記録されたプロセスの実行実績と、直前に実行されたプロセスの種類とに基づいて、次に実行される可能性を各プロセスについて予測する予測手段と、
前記予測手段により予測された可能性に基づいて、スワップアウト候補のプロセスとスワップイン候補のプロセスとを決定する決定手段と、
前記決定手段による決定に従って、前記スワップアウト候補のプロセスを前記1次記憶装置から前記2次記憶装置にスワップアウトすると共に、それによって空いた前記1次記憶装置の領域に、前記スワップイン候補のプロセスを前記2次記憶装置からスワップインするスワップ処理手段とを有することを特徴とするメモリスワップ管理装置。 - 請求項1〜5のいずれか1項に記載のメモリスワップ管理方法をコンピュータに実行させることを特徴とするプログラム。
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2009059420A JP5419500B2 (ja) | 2009-03-12 | 2009-03-12 | プログラムおよび情報処理装置 |
US12/722,241 US8595745B2 (en) | 2009-03-12 | 2010-03-11 | Job-process swapping between multiple storage devices based on the most recently executed type of a process and historical execution count among plural types of processes |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2009059420A JP5419500B2 (ja) | 2009-03-12 | 2009-03-12 | プログラムおよび情報処理装置 |
Publications (3)
Publication Number | Publication Date |
---|---|
JP2010211696A true JP2010211696A (ja) | 2010-09-24 |
JP2010211696A5 JP2010211696A5 (ja) | 2012-04-26 |
JP5419500B2 JP5419500B2 (ja) | 2014-02-19 |
Family
ID=42971749
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2009059420A Expired - Fee Related JP5419500B2 (ja) | 2009-03-12 | 2009-03-12 | プログラムおよび情報処理装置 |
Country Status (2)
Country | Link |
---|---|
US (1) | US8595745B2 (ja) |
JP (1) | JP5419500B2 (ja) |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2012059204A (ja) * | 2010-09-13 | 2012-03-22 | Nec Corp | 情報処理装置、情報処理方法およびコンピュータ・プログラム |
JP2013168025A (ja) * | 2012-02-15 | 2013-08-29 | Nec Corp | 情報処理装置、及び、情報処理方法 |
WO2020101211A1 (ko) * | 2018-11-14 | 2020-05-22 | 삼성전자주식회사 | 전자 장치 및 그 제어방법 |
Families Citing this family (84)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US8930631B2 (en) * | 2012-08-20 | 2015-01-06 | International Business Machines Corporation | Efficient management of computer memory using memory page associations and memory |
JP5977147B2 (ja) * | 2012-11-05 | 2016-08-24 | 株式会社ソニー・インタラクティブエンタテインメント | 情報処理装置および入力装置 |
JP2014224955A (ja) * | 2013-05-17 | 2014-12-04 | キヤノン株式会社 | 画像処理装置、画像処理装置の制御方法、及びプログラム |
US9724577B1 (en) * | 2014-01-24 | 2017-08-08 | Callaway Golf Company | Golf club head with adjustable weighting |
US9633233B2 (en) | 2014-05-07 | 2017-04-25 | Sandisk Technologies Llc | Method and computing device for encrypting data stored in swap memory |
US9928169B2 (en) | 2014-05-07 | 2018-03-27 | Sandisk Technologies Llc | Method and system for improving swap performance |
US9710198B2 (en) | 2014-05-07 | 2017-07-18 | Sandisk Technologies Llc | Method and computing device for controlling bandwidth of swap operations |
US9665296B2 (en) | 2014-05-07 | 2017-05-30 | Sandisk Technologies Llc | Method and computing device for using both volatile memory and non-volatile swap memory to pre-load a plurality of applications |
US9715402B2 (en) | 2014-09-30 | 2017-07-25 | Amazon Technologies, Inc. | Dynamic code deployment and versioning |
US9600312B2 (en) | 2014-09-30 | 2017-03-21 | Amazon Technologies, Inc. | Threading as a service |
US9323556B2 (en) | 2014-09-30 | 2016-04-26 | Amazon Technologies, Inc. | Programmatic event detection and message generation for requests to execute program code |
US9830193B1 (en) | 2014-09-30 | 2017-11-28 | Amazon Technologies, Inc. | Automatic management of low latency computational capacity |
US9146764B1 (en) | 2014-09-30 | 2015-09-29 | Amazon Technologies, Inc. | Processing event messages for user requests to execute program code |
US10048974B1 (en) | 2014-09-30 | 2018-08-14 | Amazon Technologies, Inc. | Message-based computation request scheduling |
US9678773B1 (en) | 2014-09-30 | 2017-06-13 | Amazon Technologies, Inc. | Low latency computational capacity provisioning |
US9537788B2 (en) | 2014-12-05 | 2017-01-03 | Amazon Technologies, Inc. | Automatic determination of resource sizing |
US9733967B2 (en) | 2015-02-04 | 2017-08-15 | Amazon Technologies, Inc. | Security protocols for low latency execution of program code |
US9588790B1 (en) | 2015-02-04 | 2017-03-07 | Amazon Technologies, Inc. | Stateful virtual compute system |
US9785476B2 (en) | 2015-04-08 | 2017-10-10 | Amazon Technologies, Inc. | Endpoint management system and virtual compute system |
US9930103B2 (en) | 2015-04-08 | 2018-03-27 | Amazon Technologies, Inc. | Endpoint management system providing an application programming interface proxy service |
US10042660B2 (en) | 2015-09-30 | 2018-08-07 | Amazon Technologies, Inc. | Management of periodic requests for compute capacity |
US9811434B1 (en) | 2015-12-16 | 2017-11-07 | Amazon Technologies, Inc. | Predictive management of on-demand code execution |
US10754701B1 (en) | 2015-12-16 | 2020-08-25 | Amazon Technologies, Inc. | Executing user-defined code in response to determining that resources expected to be utilized comply with resource restrictions |
US10013267B1 (en) | 2015-12-16 | 2018-07-03 | Amazon Technologies, Inc. | Pre-triggers for code execution environments |
US9910713B2 (en) | 2015-12-21 | 2018-03-06 | Amazon Technologies, Inc. | Code execution request routing |
US10067801B1 (en) | 2015-12-21 | 2018-09-04 | Amazon Technologies, Inc. | Acquisition and maintenance of compute capacity |
US10002026B1 (en) | 2015-12-21 | 2018-06-19 | Amazon Technologies, Inc. | Acquisition and maintenance of dedicated, reserved, and variable compute capacity |
US10162672B2 (en) | 2016-03-30 | 2018-12-25 | Amazon Technologies, Inc. | Generating data streams from pre-existing data sets |
US11132213B1 (en) | 2016-03-30 | 2021-09-28 | Amazon Technologies, Inc. | Dependency-based process of pre-existing data sets at an on demand code execution environment |
US10891145B2 (en) | 2016-03-30 | 2021-01-12 | Amazon Technologies, Inc. | Processing pre-existing data sets at an on demand code execution environment |
US10282229B2 (en) | 2016-06-28 | 2019-05-07 | Amazon Technologies, Inc. | Asynchronous task management in an on-demand network code execution environment |
US10102040B2 (en) | 2016-06-29 | 2018-10-16 | Amazon Technologies, Inc | Adjusting variable limit on concurrent code executions |
US10277708B2 (en) | 2016-06-30 | 2019-04-30 | Amazon Technologies, Inc. | On-demand network code execution with cross-account aliases |
US10203990B2 (en) | 2016-06-30 | 2019-02-12 | Amazon Technologies, Inc. | On-demand network code execution with cross-account aliases |
US10061613B1 (en) | 2016-09-23 | 2018-08-28 | Amazon Technologies, Inc. | Idempotent task execution in on-demand network code execution systems |
US10884787B1 (en) | 2016-09-23 | 2021-01-05 | Amazon Technologies, Inc. | Execution guarantees in an on-demand network code execution system |
US11119813B1 (en) | 2016-09-30 | 2021-09-14 | Amazon Technologies, Inc. | Mapreduce implementation using an on-demand network code execution system |
US10303492B1 (en) | 2017-12-13 | 2019-05-28 | Amazon Technologies, Inc. | Managing custom runtimes in an on-demand code execution system |
US10564946B1 (en) | 2017-12-13 | 2020-02-18 | Amazon Technologies, Inc. | Dependency handling in an on-demand network code execution system |
US10831898B1 (en) | 2018-02-05 | 2020-11-10 | Amazon Technologies, Inc. | Detecting privilege escalations in code including cross-service calls |
US10572375B1 (en) | 2018-02-05 | 2020-02-25 | Amazon Technologies, Inc. | Detecting parameter validity in code including cross-service calls |
US10353678B1 (en) | 2018-02-05 | 2019-07-16 | Amazon Technologies, Inc. | Detecting code characteristic alterations due to cross-service calls |
US10733085B1 (en) | 2018-02-05 | 2020-08-04 | Amazon Technologies, Inc. | Detecting impedance mismatches due to cross-service calls |
US10725752B1 (en) | 2018-02-13 | 2020-07-28 | Amazon Technologies, Inc. | Dependency handling in an on-demand network code execution system |
US10776091B1 (en) | 2018-02-26 | 2020-09-15 | Amazon Technologies, Inc. | Logging endpoint in an on-demand code execution system |
US10853115B2 (en) | 2018-06-25 | 2020-12-01 | Amazon Technologies, Inc. | Execution of auxiliary functions in an on-demand network code execution system |
US10649749B1 (en) | 2018-06-26 | 2020-05-12 | Amazon Technologies, Inc. | Cross-environment application of tracing information for improved code execution |
US11146569B1 (en) | 2018-06-28 | 2021-10-12 | Amazon Technologies, Inc. | Escalation-resistant secure network services using request-scoped authentication information |
US10949237B2 (en) | 2018-06-29 | 2021-03-16 | Amazon Technologies, Inc. | Operating system customization in an on-demand network code execution system |
US11099870B1 (en) | 2018-07-25 | 2021-08-24 | Amazon Technologies, Inc. | Reducing execution times in an on-demand network code execution system using saved machine states |
US11243953B2 (en) | 2018-09-27 | 2022-02-08 | Amazon Technologies, Inc. | Mapreduce implementation in an on-demand network code execution system and stream data processing system |
US11099917B2 (en) | 2018-09-27 | 2021-08-24 | Amazon Technologies, Inc. | Efficient state maintenance for execution environments in an on-demand code execution system |
US11943093B1 (en) | 2018-11-20 | 2024-03-26 | Amazon Technologies, Inc. | Network connection recovery after virtual machine transition in an on-demand network code execution system |
US10884812B2 (en) | 2018-12-13 | 2021-01-05 | Amazon Technologies, Inc. | Performance-based hardware emulation in an on-demand network code execution system |
US11010188B1 (en) | 2019-02-05 | 2021-05-18 | Amazon Technologies, Inc. | Simulated data object storage using on-demand computation of data objects |
US11861386B1 (en) | 2019-03-22 | 2024-01-02 | Amazon Technologies, Inc. | Application gateways in an on-demand network code execution system |
US11119809B1 (en) | 2019-06-20 | 2021-09-14 | Amazon Technologies, Inc. | Virtualization-based transaction handling in an on-demand network code execution system |
US11115404B2 (en) | 2019-06-28 | 2021-09-07 | Amazon Technologies, Inc. | Facilitating service connections in serverless code executions |
US11159528B2 (en) | 2019-06-28 | 2021-10-26 | Amazon Technologies, Inc. | Authentication to network-services using hosted authentication information |
US11190609B2 (en) | 2019-06-28 | 2021-11-30 | Amazon Technologies, Inc. | Connection pooling for scalable network services |
US10908927B1 (en) | 2019-09-27 | 2021-02-02 | Amazon Technologies, Inc. | On-demand execution of object filter code in output path of object storage service |
US11394761B1 (en) | 2019-09-27 | 2022-07-19 | Amazon Technologies, Inc. | Execution of user-submitted code on a stream of data |
US11416628B2 (en) | 2019-09-27 | 2022-08-16 | Amazon Technologies, Inc. | User-specific data manipulation system for object storage service based on user-submitted code |
US11023416B2 (en) | 2019-09-27 | 2021-06-01 | Amazon Technologies, Inc. | Data access control system for object storage service based on owner-defined code |
US11656892B1 (en) | 2019-09-27 | 2023-05-23 | Amazon Technologies, Inc. | Sequential execution of user-submitted code and native functions |
US11360948B2 (en) | 2019-09-27 | 2022-06-14 | Amazon Technologies, Inc. | Inserting owner-specified data processing pipelines into input/output path of object storage service |
US11023311B2 (en) | 2019-09-27 | 2021-06-01 | Amazon Technologies, Inc. | On-demand code execution in input path of data uploaded to storage service in multiple data portions |
US11106477B2 (en) | 2019-09-27 | 2021-08-31 | Amazon Technologies, Inc. | Execution of owner-specified code during input/output path to object storage service |
US11055112B2 (en) | 2019-09-27 | 2021-07-06 | Amazon Technologies, Inc. | Inserting executions of owner-specified code into input/output path of object storage service |
US11263220B2 (en) | 2019-09-27 | 2022-03-01 | Amazon Technologies, Inc. | On-demand execution of object transformation code in output path of object storage service |
US11550944B2 (en) | 2019-09-27 | 2023-01-10 | Amazon Technologies, Inc. | Code execution environment customization system for object storage service |
US10996961B2 (en) | 2019-09-27 | 2021-05-04 | Amazon Technologies, Inc. | On-demand indexing of data in input path of object storage service |
US11250007B1 (en) | 2019-09-27 | 2022-02-15 | Amazon Technologies, Inc. | On-demand execution of object combination code in output path of object storage service |
US11386230B2 (en) | 2019-09-27 | 2022-07-12 | Amazon Technologies, Inc. | On-demand code obfuscation of data in input path of object storage service |
US11119826B2 (en) | 2019-11-27 | 2021-09-14 | Amazon Technologies, Inc. | Serverless call distribution to implement spillover while avoiding cold starts |
US10942795B1 (en) | 2019-11-27 | 2021-03-09 | Amazon Technologies, Inc. | Serverless call distribution to utilize reserved capacity without inhibiting scaling |
US11714682B1 (en) | 2020-03-03 | 2023-08-01 | Amazon Technologies, Inc. | Reclaiming computing resources in an on-demand code execution system |
US11188391B1 (en) | 2020-03-11 | 2021-11-30 | Amazon Technologies, Inc. | Allocating resources to on-demand code executions under scarcity conditions |
US11775640B1 (en) | 2020-03-30 | 2023-10-03 | Amazon Technologies, Inc. | Resource utilization-based malicious task detection in an on-demand code execution system |
US11550713B1 (en) | 2020-11-25 | 2023-01-10 | Amazon Technologies, Inc. | Garbage collection in distributed systems using life cycled storage roots |
US11593270B1 (en) | 2020-11-25 | 2023-02-28 | Amazon Technologies, Inc. | Fast distributed caching using erasure coded object parts |
US11388210B1 (en) | 2021-06-30 | 2022-07-12 | Amazon Technologies, Inc. | Streaming analytics using a serverless compute system |
US11968280B1 (en) | 2021-11-24 | 2024-04-23 | Amazon Technologies, Inc. | Controlling ingestion of streaming data to serverless function executions |
US12015603B2 (en) | 2021-12-10 | 2024-06-18 | Amazon Technologies, Inc. | Multi-tenant mode for serverless code execution |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH03192446A (ja) * | 1989-12-22 | 1991-08-22 | Nec Corp | メモリ管理方式 |
JPH05274154A (ja) * | 1992-03-27 | 1993-10-22 | Mitsubishi Electric Corp | プログラムロード方法およびメモリバックアップ方法 |
JP2004227188A (ja) * | 2003-01-21 | 2004-08-12 | Fujitsu Ltd | ジョブスワップ方法、ジョブ管理装置、およびジョブ管理プログラム |
WO2008026142A1 (en) * | 2006-08-30 | 2008-03-06 | Koninklijke Philips Electronics N.V. | Dynamic cache partitioning |
Family Cites Families (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US4179737A (en) * | 1977-12-23 | 1979-12-18 | Burroughs Corporation | Means and methods for providing greater speed and flexibility of microinstruction sequencing |
JPH0588984A (ja) | 1991-09-26 | 1993-04-09 | Nec Corp | 仮想記憶システムにおけるスワツピング制御方式 |
CN1503949B (zh) * | 2001-04-19 | 2011-01-12 | 国际商业机器公司 | 服务器、计算机系统、对象管理方法、服务器控制方法 |
US7565340B2 (en) * | 2006-01-09 | 2009-07-21 | The State Of Oregon Acting By And Through The State Board Of Higher Education On Behalf Of Oregon State University | Methods for assisting computer users performing multiple tasks |
-
2009
- 2009-03-12 JP JP2009059420A patent/JP5419500B2/ja not_active Expired - Fee Related
-
2010
- 2010-03-11 US US12/722,241 patent/US8595745B2/en not_active Expired - Fee Related
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH03192446A (ja) * | 1989-12-22 | 1991-08-22 | Nec Corp | メモリ管理方式 |
JPH05274154A (ja) * | 1992-03-27 | 1993-10-22 | Mitsubishi Electric Corp | プログラムロード方法およびメモリバックアップ方法 |
JP2004227188A (ja) * | 2003-01-21 | 2004-08-12 | Fujitsu Ltd | ジョブスワップ方法、ジョブ管理装置、およびジョブ管理プログラム |
WO2008026142A1 (en) * | 2006-08-30 | 2008-03-06 | Koninklijke Philips Electronics N.V. | Dynamic cache partitioning |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2012059204A (ja) * | 2010-09-13 | 2012-03-22 | Nec Corp | 情報処理装置、情報処理方法およびコンピュータ・プログラム |
JP2013168025A (ja) * | 2012-02-15 | 2013-08-29 | Nec Corp | 情報処理装置、及び、情報処理方法 |
WO2020101211A1 (ko) * | 2018-11-14 | 2020-05-22 | 삼성전자주식회사 | 전자 장치 및 그 제어방법 |
Also Published As
Publication number | Publication date |
---|---|
US20110010722A1 (en) | 2011-01-13 |
US8595745B2 (en) | 2013-11-26 |
JP5419500B2 (ja) | 2014-02-19 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP5419500B2 (ja) | プログラムおよび情報処理装置 | |
JP5289153B2 (ja) | 情報処理装置及びその制御方法、並びにコンピュータプログラム | |
JP4795138B2 (ja) | 画像処理装置及びプログラム | |
US8514458B2 (en) | Image output apparatus and image output method | |
US20080246994A1 (en) | Image forming device, program, and recording medium | |
JPH09224135A (ja) | 画像処理装置 | |
JP2007287084A (ja) | 画像処理装置及びプログラム | |
JP4269926B2 (ja) | 画像処理装置及び画像処理方法 | |
JP2007001090A (ja) | 画像形成装置のデータバックアップシステム、画像形成装置及びデータバックアップ方法 | |
US8780384B2 (en) | Selection of job image data for storage on external memory and memory management techniques | |
US8582153B2 (en) | Image forming apparatus and method | |
JP5704318B2 (ja) | 画像形成方法および画像形成装置 | |
JP5414305B2 (ja) | 情報処理装置、仮想記憶管理方法及びプログラム | |
CN107544761B (zh) | 图像形成装置及信息处理方法 | |
JP4208080B2 (ja) | ネットワークプリンタ | |
JP6163937B2 (ja) | データ出力装置、画像形成装置、コンピュータープログラムおよびストレージ制御方法 | |
JP4958723B2 (ja) | 仮想記憶制御装置、仮想記憶制御方法、仮想記憶制御プログラム及び記録媒体 | |
JP5777333B2 (ja) | 画像処理装置、その制御方法及びプログラム | |
JP2020145582A (ja) | 情報処理装置、その制御方法、及びプログラム | |
JP2000259373A (ja) | ネットワークプリンタ及びネットワーク印刷システム | |
JP2005189972A (ja) | 画像処理装置 | |
JP2002196903A (ja) | 画像形成装置 | |
JPH07244727A (ja) | 画像処理装置 | |
JP2003127470A (ja) | 画像形成装置 | |
JP2001285600A (ja) | 画像処理装置と該画像処理装置の制御方法 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20120312 |
|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20120312 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20130730 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20130806 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20130926 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20131004 |
|
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20131022 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20131119 |
|
LAPS | Cancellation because of no payment of annual fees |