JP4846553B2 - Resume method, program, and information processing apparatus - Google Patents

Resume method, program, and information processing apparatus Download PDF

Info

Publication number
JP4846553B2
JP4846553B2 JP2006342563A JP2006342563A JP4846553B2 JP 4846553 B2 JP4846553 B2 JP 4846553B2 JP 2006342563 A JP2006342563 A JP 2006342563A JP 2006342563 A JP2006342563 A JP 2006342563A JP 4846553 B2 JP4846553 B2 JP 4846553B2
Authority
JP
Japan
Prior art keywords
suspend
information processing
processing apparatus
hibernation state
initialization
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.)
Expired - Fee Related
Application number
JP2006342563A
Other languages
Japanese (ja)
Other versions
JP2008152708A (en
Inventor
啓二郎 矢野
克樹 上床
啓介 安井
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Toshiba Corp
Original Assignee
Toshiba Corp
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 Toshiba Corp filed Critical Toshiba Corp
Priority to JP2006342563A priority Critical patent/JP4846553B2/en
Publication of JP2008152708A publication Critical patent/JP2008152708A/en
Application granted granted Critical
Publication of JP4846553B2 publication Critical patent/JP4846553B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Power Sources (AREA)
  • Stored Programmes (AREA)

Description

本発明は、情報処理装置のレジューム機能に関し、特にレジューム動作時のアプリケーションの扱いに関する。   The present invention relates to a resume function of an information processing apparatus, and particularly to handling of an application during a resume operation.

PC(Personal Computer)など、消費電力を抑えるためにレジューム(Resume)機能を搭載する機器が増えている。サスペンドまたはハイバネーション状態に移行するとバックアップ用の電源を除きPC本体の電源を停止することができる。そして使用する前には必要な情報を復元し、サスペンドまたはハイバネーションになった直前の状態から作業を再開することができる。   An increasing number of devices such as PCs (Personal Computers) are equipped with a Resume function to reduce power consumption. When the system enters the suspend or hibernation state, the PC main unit can be turned off except for the backup power supply. Then, before use, necessary information can be restored, and the work can be resumed from the state immediately before the suspension or hibernation.

近年の機器への搭載メモリ容量の増加やOS(Operating System)のコード量の増加もあり、この復元作業にかかる時間が増加する傾向にある。   With the recent increase in the memory capacity of devices and the increase in OS (Operating System) code amount, the time required for this restoration operation tends to increase.

このため、復帰時にはあらかじめ用意した、起動が完了した時点の各プログラムのメモリイメージをロードすることで、アプリケーションの起動開始から起動完了までの時間を短縮する発明が提案されている(特許文献1を参照)。
特開2005−284491号公報
For this reason, an invention has been proposed in which a memory image of each program that is prepared in advance at the time of start-up is loaded at the time of return to shorten the time from the start of application start-up to the start-up completion (see Patent Document 1). reference).
JP 2005-284491 A

レジューム機能は、使用中の状態を維持したまま暫時の不使用時間における省電力を実現する機能である。しかしながら、サスペンドまたはハイバネーションから使用中の状態に復帰するとき、デバイスの設定やメモリの使用状態を復元するのに多くの時間を要する。また、復帰後アプリケーションを、ハードウェア初期化を含む初期状態で再起動するとさらに多くの時間を要することとなる。   The resume function is a function for realizing power saving in a non-use time for a while while maintaining a state in use. However, when returning from the suspend or hibernation state to the in-use state, it takes a lot of time to restore the device settings and the memory use state. In addition, when the application after return is restarted in an initial state including hardware initialization, more time is required.

本発明は上記の事情に鑑みてなされたもので、サスペンドまたはハイバネーション状態から復帰するときに要する時間を短縮可能なレジューム方法、プログラムおよび情報処理装置の提供を目的とする。   The present invention has been made in view of the above circumstances, and an object of the present invention is to provide a resume method, a program, and an information processing apparatus that can reduce the time required for returning from a suspend or hibernation state.

本発明のレジューム方法は、
情報処理装置における、サスペンドまたはハイバネーション状態からの復帰時に、ハードウェアの初期化を伴うレジューム方法であって、前記情報処理装置がサスペンドまたはハイバネーション要求を受信した場合、起動中のアプリケーションを終了後、再び前記アプリケーションを起動し、起動した該アプリケーションは初期化処理のうち、ハードウェアの初期化処理を除く初期化処理を実行した後に起動処理を停止し、該アプリケーションの停止後、前記情報処理装置がサスペンドまたはハイバネーション状態に移行すると共に、前記情報処理装置がサスペンドまたはハイバネーション状態からの復帰要求を受信した場合、該情報処理装置はサスペンドまたはハイバネーション状態からの復帰処理を開始し、前記情報処理装置の復帰処理が完了した後、停止していた前記アプリケーションは、前記起動処理を再開して前記ハードウェアの初期化処理を開始す
ことを特徴とするレジューム方法。
The resume method of the present invention includes:
When the information processing apparatus resumes from the suspend or hibernation state, it is a resume method that involves hardware initialization.When the information processing apparatus receives a suspend or hibernation request, it terminates the running application and then resumes. The application is started, and the started application executes initialization processing excluding hardware initialization processing among the initialization processing, and then stops the startup processing. After the application is stopped, the information processing apparatus is suspended. or with shifts to the hibernation state, when the information processing apparatus receives a request for return from suspend or hibernation state, the information processing apparatus starts the return process from suspend or hibernation state, the return processing of the information processing apparatus After completion, the application that has been stopped, resuming wherein said activation process to resume you start the initialization of the hardware <br/>.

また別の態様のレジューム方法は、
情報処理装置における、サスペンドまたはハイバネーション状態からの復帰時にハードウェアの初期化を伴うレジューム方法であって、アプリケーションがサスペンドまたはハイバネーション要求を受信した場合、起動中の当該アプリケーションを終了後再起動し、該アプリケーションは初期化処理のうち、ハードウェアの初期化処理を除く初期化処理を実行した後に、前記情報処理装置に対しサスペンドまたはハイバネーション状態に移行するよう指示すると共に起動処理を停止し、該アプリケーションの停止後、前記情報処理装置がサスペンドまたはハイバネーション状態に移行すると共に、前記情報処理装置がサスペンドまたはハイバネーション状態からの復帰要求を受信した場合、該情報処理装置はサスペンドまたはハイバネーション状態からの復帰処理を開始し、前記情報処理装置の復帰処理が完了した後、停止していた前記アプリケーションは、前記起動処理を再開して前記ハードウェアの初期化処理を開始すことを特徴とするレジューム方法。
Another aspect of the resume method is as follows:
In the information processing apparatus, a resume method that involves hardware initialization when returning from a suspend or hibernation state.When an application receives a suspend or hibernation request, the application that is running is terminated and restarted. After executing the initialization process of the initialization process excluding the hardware initialization process, the application instructs the information processing apparatus to enter the suspend or hibernation state and stops the startup process. After the stop, when the information processing apparatus shifts to a suspend or hibernation state and the information processing apparatus receives a return request from the suspend or hibernation state, the information processing apparatus is suspended or hibernated. Start the returning process from the state, after the return process of the information processing apparatus is completed, the application that has been stopped, characterized in that the activation process the resume you start the initialization of the hardware Resume method.

また、これらのレジューム方法を実現するためのプログラムおよび情報処理装置が提供される。   In addition, a program and an information processing apparatus for implementing these resume methods are provided.

サスペンドまたはハイバネーション状態から復帰するときに要する時間を短縮可能なレジューム機能を実現する。   Realizes a resume function that can reduce the time required to return from the suspend or hibernation state.

図1は、本実施形態にかかる情報処理装置のブロック構成図の一例を示す図である。図1には、PC100、CPU101、メモリ102、入力装置103、表示装置104、HDD105、通信部106、LAN107、内部バス108および電源部109が示されている。   FIG. 1 is a diagram illustrating an example of a block configuration diagram of the information processing apparatus according to the present embodiment. FIG. 1 shows a PC 100, a CPU 101, a memory 102, an input device 103, a display device 104, an HDD 105, a communication unit 106, a LAN 107, an internal bus 108, and a power supply unit 109.

PC100は、レジューム機能を備えたノートPCである。ここでいうレジュームとは、PCの電源を切る直前の状態を保存し、次に電源を入れたときに電源を切る前の状態から作業を再開する機能を指す。レジューム機能には2つの実現方法が含まれる。一つは中断する際にメモリ上のデータを磁気ディスクなどに丸ごとコピーしてメモリの電源も切れるようにしたハイバネーションと、作業状態をメモリ上に保持したまま省電力モード状態とするサスペンドである。いずれの方法も、いちいちOSやアプリケーションソフトの終了や起動を行なう場合よりも時間や手間がかからず、消費電力も抑えることができる。好適にはこの機能をノードPCなどの持ち運びができる機器に応用すると、必要なときに使用をやめてすぐに携行できるうえ、使用するときでもすぐさま使用することができる。携行中など使用していないときにはバッテリーの消耗を抑えることもでき、機器の利便性を高めることができる。以降の説明ではレジューム機能のうち、ハイバネーションを例に説明するが、これに限定されるものではない。   The PC 100 is a notebook PC having a resume function. Resume here refers to a function that saves the state immediately before turning off the PC and resumes work from the state before turning off the power when the power is turned on next time. The resume function includes two implementation methods. One is hibernation in which the data on the memory is copied to a magnetic disk or the like when the interruption is performed so that the power of the memory is turned off. Each method takes less time and effort than the case of closing and starting the OS and application software one by one, and can reduce power consumption. Preferably, when this function is applied to a portable device such as a node PC, it can be used immediately after being stopped when needed, and can be used immediately even when used. When not in use, such as when carrying, battery consumption can be reduced, increasing the convenience of the device. In the following description, hibernation will be described as an example of the resume function, but the present invention is not limited to this.

CPU101は、PC100が内蔵するCPU(Central Processing Unit)である。PC100の全体の制御も司る。   The CPU 101 is a CPU (Central Processing Unit) built in the PC 100. It also controls the entire PC100.

メモリ102は、半導体メモリから構成されるメモリ装置である。通常は、CPU101が処理するプログラムや一時データが格納される。   The memory 102 is a memory device composed of a semiconductor memory. Normally, programs and temporary data processed by the CPU 101 are stored.

入力装置103は、たとえばキーボードやマウス、タッチパッドが考えられる。PC100に備えられており、コマンド等利用者の指示を入力するのに利用される。   The input device 103 may be a keyboard, a mouse, or a touch pad, for example. It is provided in the PC 100 and is used to input user instructions such as commands.

表示装置104は、たとえばPC100が内蔵するLCDディスプレイである。   The display device 104 is an LCD display built in the PC 100, for example.

HDD105は、PC100が内蔵する磁気ディスク装置である。CPU101が処理するプログラムはあらかじめHDD105に格納される。また、ハイバネーションする場合、HDD105にメモリ等のデータを保存する場所としても使用される。   The HDD 105 is a magnetic disk device built in the PC 100. A program to be processed by the CPU 101 is stored in the HDD 105 in advance. In the case of hibernation, it is also used as a place for storing data such as a memory in the HDD 105.

内部バス106は、PC100内の各構成ユニットを接続し、データの交換を行うためのバスである。各構成ユニットは内部バス106を介してデータの授受を実現する。   The internal bus 106 is a bus for connecting the constituent units in the PC 100 and exchanging data. Each component unit realizes data exchange via the internal bus 106.

電源部107は、PC100に内蔵する各構成部分に電力を供給する。また、必要に応じて構成部分毎に電力を供給したり遮断したりすることができる。たとえば、サスペンドに移行した時にはメモリ102に電力を供給したままにするが、他の構成部分の電力は遮断する場合が考えられる。 The power supply unit 107 supplies power to each component included in the PC 100. Moreover, electric power can be supplied or interrupted for each component as necessary. For example, it is conceivable that power is supplied to the memory 102 when the system is suspended, but the power of other components is cut off.

図2は、従来のレジューム機能の動作フローを示す図である。   FIG. 2 is a diagram showing an operation flow of the conventional resume function.

その機器の利用者がハイバネーションに移行しようとしたとき、まず起動中のアプリケーションの処理を終了する(ステップS01)。本実施形態のアプリケーションはレジューム動作の有無には関わりなく、機器の電源が落ちる場合にはハードウェアの初期化をすべきであって再度初期状態から起動させたいアプリケーションを想定している。たとえば組込み機器上で稼動するアプリケーションなど、その機器の立ち上げ時間は短縮したいが復帰の際には作業域のメモリやハードウェアの初期化が好ましい場合が考えられる。 When the user of the device tries to shift to hibernation, first, the processing of the running application is terminated (step S01). The application according to the present embodiment is assumed to be an application that should be initialized from the initial state when the power of the device is turned off, regardless of whether or not the resume operation is performed, and to be started again from the initial state. For example, there may be a case where it is desirable to shorten the startup time of the device, such as an application running on an embedded device, but it is preferable to initialize the memory and hardware in the work area when returning.

次にOSによるハイバネーション動作が開始され(ステップS02)、電源部109により機器の電源が遮断される(ステップS03)。 Next, the hibernation operation by the OS is started (step S02), and the power source 109 cuts off the power of the device (step S03).

利用者が使用を再開するためその機器の電源スイッチを操作する、あるいはキーボードを叩くなどの操作をトリガーとして電源部109から電源が供給されると(ステップS04)、最初に立ち上がったOSによってハイバネーション以前へ復帰するための処理が開始される(ステップS05)。   When power is supplied from the power supply unit 109 triggered by an operation such as a user operating a power switch of the device or hitting a keyboard to resume use (step S04), the OS that was first started up before hibernation A process for returning to (Step S05) is started.

OSは必要な復帰処理が終わったところで、先に終了したアプリケーションを起動する(ステップS06)。起動すると自身の稼動に必要なライブラリのロード、メモリ領域の初期化などを実行する。   When the necessary return processing is completed, the OS activates the previously terminated application (step S06). When it starts, it loads libraries necessary for its own operation and initializes memory areas.

次にアプリケーションは自身が稼動するのに必要なハードウェアの初期化処理を済ませ(ステップS07)、通常の処理を開始する(ステップS08)。   Next, the application finishes the hardware initialization process necessary for itself to operate (step S07), and starts normal processing (step S08).

図3は、本実施形態にかかるレジューム機能の動作フローの一例を示す図である。従来行われていたレジューム動作と比べてアプリケーションの動作が異なる。   FIG. 3 is a diagram illustrating an example of an operation flow of the resume function according to the present embodiment. The operation of the application is different from the conventional resume operation.

利用者がハイバネーションを指示すると、OSからこの指示を受けたアプリケーションは一旦終了し(ステップS11)、その後、そのアプリケーションを再起動する(ステップS12)。このときアプリケーションは自身の稼動に必要なライブラリのロード、メモリ領域の初期化などを実行後、ハードウェアの初期化処理の前で一旦処理を停止する。 When the user instructs hibernation, the application receiving this instruction from the OS is temporarily terminated (step S11), and then the application is restarted (step S12). At this time, the application loads a library necessary for its own operation, initializes a memory area, and the like, and then temporarily stops processing before hardware initialization processing.

次にOSによるハイバネーション動作が開始され(ステップS13)、電源部109により機器の電源が遮断される(ステップS14)。   Next, the hibernation operation by the OS is started (step S13), and the power source 109 cuts off the power of the device (step S14).

利用者が使用を再開するためその機器の電源スイッチを操作する、あるいはキーボードを叩くなどの操作をトリガーとして電源部109から電源が供給されると(ステップS15)、最初に立ち上がったOSによってハイバネーション以前へ復帰するための処理が開始される(ステップS16)。   When power is supplied from the power supply unit 109 triggered by an operation such as a user operating the power switch of the device or hitting the keyboard to resume use (step S15), it is before hibernation by the first booted OS. The process for returning to (Step S16) is started.

OSは必要な復帰処理が終わったところで、先に停止していたアプリケーションに処理の継続を指示することで、アプリケーションはハードウェアの初期化処理を開始する(ステップS17)。その後、アプリケーションは通常の処理を開始する(ステップS18)。   When the OS completes the necessary return processing, the application instructs the continuation of the processing to the previously stopped application, so that the application starts the hardware initialization processing (step S17). Thereafter, the application starts normal processing (step S18).

このとき、アプリケーションによるハードウェアの初期化(ステップS17)は、電源が落ちるとリセットされてしまうためレジューム後電源が供給されてからでなければならない。   At this time, the initialization of the hardware by the application (step S17) must be performed after the power is resumed since the reset is performed when the power is turned off.

このように構成すると、アプリケーションによるハードウェア初期化処理直前までのメモリ状態保存しておけるため復帰後の処理が軽減される。よって、ハイバネーション状態から復帰するときに要するアプリケーションの起動時間を短縮できる。   With this configuration, the memory state immediately before the hardware initialization process by the application can be saved, so that the process after the return is reduced. Therefore, it is possible to shorten the application activation time required for returning from the hibernation state.

図4は、本実施形態にかかるアプリケーションのレジューム動作フローの一例を示す図である。   FIG. 4 is a diagram illustrating an example of a resume operation flow of the application according to the present embodiment.

アプリケーションはハイバネーションの指示を受けたと判断すると(ステップS21でYes)、一旦終了して再起動する(ステップS22)。ハイバネーション指示は、アプリケーションが利用者からOSを介することで取得する。   If it is determined that the application has received a hibernation instruction (Yes in step S21), the application is temporarily terminated and restarted (step S22). The hibernation instruction is acquired by the application through the OS from the user.

再起動の後、自身の稼動に必要なライブラリのロード、メモリ領域の初期化などを実行後(ステップS23)、ハードウェアの初期化処理を残して一旦処理を停止する。   After restarting, after loading a library necessary for its own operation, initialization of a memory area, and the like (step S23), the processing is temporarily stopped while leaving the hardware initialization processing.

ハードウェアの初期化をのぞく必要な初期化が終わった場合、ハイバネーションに入る準備が完了したことをOSに通知する(ステップS24)。   When necessary initialization other than hardware initialization is completed, the OS is notified that preparation for entering hibernation is completed (step S24).

図5は、本実施系地にかかるOSのレジューム動作フローの一例を示す図である。   FIG. 5 is a diagram showing an example of a resume operation flow of the OS according to the present embodiment.

OSは利用者からハイバネーションの指示をうけたと判断すると(ステップS31でYes)、起動中のアプリケーションにハイバネーションを指示する(ステップS32)。この実施形態はOS側で利用者のハイバネーション要求を取得する場合である。変形例としてはアプリケーションが利用者のレジューム要求を受け取ることも考えられ、この場合にはアプリケーションからOSに対してハイバネーション指示があったことを通知することになる。いずれの場合であっても以降の処理フローおよび効果に違いは無い。   When the OS determines that a hibernation instruction has been received from the user (Yes in step S31), the OS instructs hibernation to the active application (step S32). This embodiment is a case where the OS side acquires a user's hibernation request. As a modification, the application may receive a user resume request. In this case, the application notifies the OS that there has been a hibernation instruction. In any case, there is no difference in the subsequent processing flow and effects.

次にアプリケーションのハイバネーション準備が完了したか否かを判断する(ステップS33)。アプリケーションがハイバネーション準備完了とならない間(No)、OSによるハイバネーション処理は待たされる。   Next, it is determined whether or not the application has been prepared for hibernation (step S33). While the application is not ready for hibernation (No), the hibernation process by the OS is awaited.

アプリケーションのハイバネーション準備が完了した場合(Yes)、OSはハイバネーション処理を再開する(ステップS34)。   When the application hibernation preparation is completed (Yes), the OS resumes the hibernation process (step S34).

図6は、本実施形態にかかるアプリケーションの復帰動作フローの一例を示す図である。   FIG. 6 is a diagram illustrating an example of a return operation flow of the application according to the present embodiment.

ハイバネーション状態となっていたアプリケーションは、OSによる復帰処理によりスケジュールされるようになると自動的に処理を再開する。このとき、OSが中途半端な状態のまま稼動するのを避けるため、OSの復帰処理が終わったか否かを判断する(ステップS42)。OSが復帰していない間は(No)、初期化処理についてはハイバネーション準備完了をOSに通知した時点の状態で待機し続ける。   The application that has been in the hibernation state automatically resumes processing when it is scheduled by the return processing by the OS. At this time, in order to avoid operating the OS in a halfway state, it is determined whether or not the OS recovery processing has been completed (step S42). While the OS has not recovered (No), the initialization process continues to wait in the state at the time when the OS is notified of the completion of hibernation preparation.

OSが復帰した場合(Yes)、アプリケーションはハードウェアの初期化を実行する(ステップS42)。その後、アプリケーションは通常の処理を開始する(ステップS43)。   When the OS is restored (Yes), the application executes hardware initialization (step S42). Thereafter, the application starts normal processing (step S43).

OSが復帰したか否かの判断に際しては、OS側からイベントを発行し、これを受けることで待機状態を終了させる方法が考えられる。   When determining whether or not the OS has returned, it is conceivable to issue an event from the OS side and end the standby state by receiving this event.

図7は、本実施形態にかかるOSの復帰動作フローの一例を示す図である。   FIG. 7 is a diagram illustrating an example of a return operation flow of the OS according to the present embodiment.

ハイバネーション状態から復帰したOSは、ハイバネーション前の状態へと復帰する(ステップS51)。その後、ハードウェア初期化処理直前で待機状態にあるアプリケーションに対し、初期化作業を継続しても良いことを通知する(ステップS52)。   The OS that has returned from the hibernation state returns to the state before hibernation (step S51). Thereafter, it notifies the application in the standby state immediately before the hardware initialization process that the initialization operation may be continued (step S52).

このように構成すると、アプリケーションによるハードウェア初期化処理直前までのメモリ状態を保存しておけるため復帰後の処理が軽減される。よって、ハイバネーションあるいはサスペンド状態から復帰するときに要するアプリケーションの起動時間を短縮できる。   With this configuration, since the memory state up to immediately before the hardware initialization process by the application can be saved, the process after the return is reduced. Therefore, it is possible to shorten the application startup time required for returning from the hibernation or suspend state.

なお、本発明は上記実施形態そのままに限定されるものではなく、実施段階ではその要旨を逸脱しない範囲で構成要素を変形して具体化できる。また、上記実施形態に開示されている複数の構成要素の適宜な組み合わせにより、種々の発明を形成できる。例えば、実施形態に示される全構成要素から幾つかの構成要素を削除してもよい。さらに、異なる実施形態にわたる構成要素を適宜組み合わせてもよい。   Note that the present invention is not limited to the above-described embodiment as it is, and can be embodied by modifying the constituent elements without departing from the scope of the invention in the implementation stage. In addition, various inventions can be formed by appropriately combining a plurality of components disclosed in the embodiment. For example, some components may be deleted from all the components shown in the embodiment. Furthermore, constituent elements over different embodiments may be appropriately combined.

本実施形態にかかる情報処理装置のブロック構成図の一例を示す図である。It is a figure which shows an example of the block block diagram of the information processing apparatus concerning this embodiment. 従来のレジューム機能の動作フローを示す図である。It is a figure which shows the operation | movement flow of the conventional resume function. 本実施形態にかかるレジューム機能の動作フローの一例を示す図である。It is a figure which shows an example of the operation | movement flow of the resume function concerning this embodiment. 本実施形態にかかるアプリケーションのレジューム動作フローの一例を示す図である。It is a figure which shows an example of the resume operation | movement flow of the application concerning this embodiment. 本実施系地にかかるOSのレジューム動作フローの一例を示す図である。It is a figure which shows an example of the resume operation | movement flow of OS concerning this implementation site. 本実施形態にかかるアプリケーションの復帰動作フローの一例を示す図である。It is a figure which shows an example of the return operation | movement flow of the application concerning this embodiment. 本実施形態にかかるOSの復帰動作フローの一例を示す図である。It is a figure which shows an example of the return operation | movement flow of OS concerning this embodiment.

符号の説明Explanation of symbols

100・・・PC、101・・・CPU、102・・・メモリ、103・・・入力装置、104・・・表示装置、105・・・HDD、106・・・内部バス、107・・・電源部 DESCRIPTION OF SYMBOLS 100 ... PC, 101 ... CPU, 102 ... Memory, 103 ... Input device, 104 ... Display device, 105 ... HDD, 106 ... Internal bus, 107 ... Power source Part

Claims (6)

情報処理装置における、サスペンドまたはハイバネーション状態からの復帰時に、ハードウェアの初期化を伴うレジューム方法であって、
前記情報処理装置がサスペンドまたはハイバネーション要求を受信した場合、起動中のアプリケーションを終了後、再び前記アプリケーションを起動し、
起動した該アプリケーションは初期化処理のうち、ハードウェアの初期化処理を除く初期化処理を実行した後に起動処理を停止し、
該アプリケーションの停止後、前記情報処理装置がサスペンドまたはハイバネーション状態に移行すると共に、
前記情報処理装置がサスペンドまたはハイバネーション状態からの復帰要求を受信した場合、該情報処理装置はサスペンドまたはハイバネーション状態からの復帰処理を開始し、前記情報処理装置の復帰処理が完了した後、停止していた前記アプリケーションは、前記起動処理を再開して前記ハードウェアの初期化処理を開始す
ことを特徴とするレジューム方法。
A resume method that involves hardware initialization when returning from a suspend or hibernation state in an information processing apparatus,
When the information processing apparatus receives a suspend or hibernation request, after ending the running application, start the application again,
The started application stops the startup process after executing the initialization process except the hardware initialization process among the initialization processes,
After the application is stopped, the information processing apparatus shifts to a suspend or hibernation state,
When the information processing apparatus receives a return request from the suspend or hibernation state, the information processing apparatus starts a return process from the suspend or hibernation state and stops after the information processing apparatus completes the return process. It said application, resume wherein said activation process you start the initialization processing of the hardware by restarting the <br/>.
情報処理装置における、サスペンドまたはハイバネーション状態からの復帰時にハードウェアの初期化を伴うレジューム方法であって、
アプリケーションがサスペンドまたはハイバネーション要求を受信した場合、起動中の当該アプリケーションを終了後再起動し、
該アプリケーションは初期化処理のうち、ハードウェアの初期化処理を除く初期化処理を実行した後に、前記情報処理装置に対しサスペンドまたはハイバネーション状態に移行するよう指示すると共に起動処理を停止し、
該アプリケーションの停止後、前記情報処理装置がサスペンドまたはハイバネーション状態に移行すると共に、
前記情報処理装置がサスペンドまたはハイバネーション状態からの復帰要求を受信した場合、該情報処理装置はサスペンドまたはハイバネーション状態からの復帰処理を開始し、前記情報処理装置の復帰処理が完了した後、停止していた前記アプリケーションは、前記起動処理を再開して前記ハードウェアの初期化処理を開始す
ことを特徴とするレジューム方法。
In the information processing apparatus, a resume method with hardware initialization when returning from a suspend or hibernation state,
If the application receives a suspend or hibernation request, it will restart the application after it is running,
The application performs initialization processing excluding hardware initialization processing among the initialization processing, and then instructs the information processing apparatus to shift to a suspend or hibernation state and stops the startup processing,
After the application is stopped, the information processing apparatus shifts to a suspend or hibernation state,
When the information processing apparatus receives a return request from the suspend or hibernation state, the information processing apparatus starts a return process from the suspend or hibernation state and stops after the information processing apparatus completes the return process. the application may resume wherein the resume the boot process you start the initialization of the hardware has.
情報処理装置で稼動する、サスペンドまたはハイバネーション状態からの復帰時にハードウェアの初期化を伴うプログラムであって、
前記情報処理装置からサスペンドまたはハイバネーション要求を受信した場合、起動中のアプリケーションを終後に再起動させるステップと、
前記アプリケーションが再び起動された場合、初期化処理のうちハードウェアの初期化処理を除く初期化処理を実行した後に起動処理を停止するステップと、
前記起動処理の停止後に、前記サスペンドまたはハイバネーション状態からの復帰要求を受信するステップと、
前記要求を受信した場合、前記情報処理装置が前記サスペンドまたはハイバネーション状態からの復帰処理を行うステップと、
前記復帰処理が完了した後、前記起動処理を再開して前記ハードウェアの初期化処理を開始すステップと
を有することを特徴とするプログラム。
A program that runs on an information processing device and that involves hardware initialization when returning from a suspend or hibernation state,
When receiving a suspend or hibernation request from the information processing apparatus, a step of restarting the running application after exit,
When the application is activated again, the step of stopping the activation process after executing the initialization process excluding the hardware initialization process among the initialization processes;
Receiving a return request from the suspend or hibernation state after stopping the activation process;
When receiving the request, the information processing apparatus performs a return process from the suspend or hibernation state; and
Wherein after the return process is completed, the program characterized by having a step you start the initialization processing of the hardware by restarting the activation process.
情報処理装置で稼動する、サスペンドまたはハイバネーション状態からの復帰時にハードウェアの初期化を伴うプログラムであって、
サスペンドまたはハイバネーション要求を受信した場合、終了後再起動するステップと、
初期化処理のうちハードウェアの初期化処理を除く初期化処理を実行した後に、前記情報処理装置に対しサスペンドまたはハイバネーション状態に移行するよう指示すると共に起動処理を停止するステップと、
前記情報処理装置がサスペンドまたはハイバネーション状態に移行した後で、前記情報処理装置がサスペンドまたはハイバネーション状態からの復帰処理を行った場合に、この復帰処理が完了した後、前記起動処理を再開して前記ハードウェアの初期化処理を開始すステップと
を有することを特徴とするプログラム。
A program that runs on an information processing device and that involves hardware initialization when returning from a suspend or hibernation state,
If a suspend or hibernation request is received, a step to restart after completion,
A step of instructing the information processing apparatus to shift to a suspend or hibernation state after executing an initialization process excluding a hardware initialization process in the initialization process, and stopping a startup process;
When the information processing apparatus performs a return process from the suspend or hibernation state after the information processing apparatus transitions to the suspend or hibernation state, the start process is resumed after the return process is completed. a program characterized by comprising the steps you start the initialization of hardware.
レジューム機能を備える情報処理装置であって、
前記情報処理装置で稼動するアプリケーションと、
サスペンドまたはハイバネーション要求を受信した場合、起動中の前記アプリケーションを終了後、再び該アプリケーションを起動する手段と、
サスペンドまたはハイバネーション状態に移行する手段と、
前記サスペンドまたはハイバネーション状態に移行後に、前記サスペンドまたはハイバネーション状態からの復帰要求を受信する手段と、
前記受付手段が、サスペンドまたはハイバネーション状態からの復帰要求を受信した場合、サスペンドまたはハイバネーション状態からの復帰処理を開始する手段と
を備え、
前記アプリケーションは、
起動後の初期化処理のうち、前記情報処理装置のハードウェアの初期化処理を除く初期化処理を実行した後に起動処理を停止する手段と、
前記情報処理装置がサスペンドまたはハイバネーション状態に移行した後で、前記情報処理装置が前記サスペンドまたはハイバネーション状態からの復帰処理を行った場合に、この復帰処理が完了した後、前記起動処理を再開して前記ハードウェアの初期化処理を開始す手段と
を備えることを特徴とする情報処理装置。
An information processing apparatus having a resume function,
An application running on the information processing apparatus;
Means for activating the application again after terminating the activated application when a suspend or hibernation request is received;
A means of transitioning to a suspend or hibernation state;
Means for receiving a return request from the suspend or hibernation state after transitioning to the suspend or hibernation state;
And a means for starting recovery processing from the suspend or hibernation state when the accepting means receives a return request from the suspend or hibernation state,
The application is
Means for stopping the startup process after executing the initialization process excluding the initialization process of the hardware of the information processing apparatus among the initialization processes after startup;
When the information processing apparatus performs a return process from the suspend or hibernation state after the information processing apparatus enters the suspend or hibernation state, the start process is resumed after the return process is completed. the information processing apparatus characterized by comprising: means you start the initialization processing of the hardware.
レジューム機能を備える情報処理装置であって、
前記情報処理装置で稼動するアプリケーションと、
サスペンドまたはハイバネーション要求を受信した場合、サスペンドまたはハイバネーション状態に移行する手段と、
前記サスペンドまたはハイバネーション状態に移行後に、前記サスペンドまたはハイバネーション状態からの復帰要求を受信する手段と、
前記受付手段が、サスペンドまたはハイバネーション状態からの復帰要求を受信した場合、サスペンドまたはハイバネーション状態からの復帰処理を開始する手段と
を備え、
前記アプリケーションは、
前記サスペンドまたはハイバネーション要求を受信した場合、終了後、再起動する手段と、
該再起動後の初期化処理のうち、前記情報処理装置のハードウェアの初期化処理を除く初期化処理を実行した後に、前記情報処理装置に対しサスペンドまたはハイバネーション状態に移行するよう指示すると共に起動処理を停止する手段と、
前記情報処理装置がサスペンドまたはハイバネーション状態に移行した後で、前記情報処理装置が前記サスペンドまたはハイバネーション状態からの復帰処理を行った場合に、この復帰処理が完了した後、前記起動処理を再開して前記ハードウェアの初期化処理を開始す手段と
を備えることを特徴とする情報処理装置。
An information processing apparatus having a resume function,
An application running on the information processing apparatus;
When a suspend or hibernation request is received, a means for transitioning to a suspend or hibernation state,
Means for receiving a return request from the suspend or hibernation state after transitioning to the suspend or hibernation state;
A means for starting the return processing from the suspend or hibernation state when the accepting means receives a return request from the suspend or hibernation state;
The application is
When receiving the suspend or hibernation request, after completion, and means for restarting,
After executing the initialization process after the restart, excluding the hardware initialization process of the information processing apparatus, the information processing apparatus is instructed to enter the suspend or hibernation state and started. Means for stopping the process;
When the information processing apparatus performs a return process from the suspend or hibernation state after the information processing apparatus enters the suspend or hibernation state, the start process is resumed after the return process is completed. the information processing apparatus characterized by comprising: means you start the initialization processing of the hardware.
JP2006342563A 2006-12-20 2006-12-20 Resume method, program, and information processing apparatus Expired - Fee Related JP4846553B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2006342563A JP4846553B2 (en) 2006-12-20 2006-12-20 Resume method, program, and information processing apparatus

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2006342563A JP4846553B2 (en) 2006-12-20 2006-12-20 Resume method, program, and information processing apparatus

Publications (2)

Publication Number Publication Date
JP2008152708A JP2008152708A (en) 2008-07-03
JP4846553B2 true JP4846553B2 (en) 2011-12-28

Family

ID=39654786

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2006342563A Expired - Fee Related JP4846553B2 (en) 2006-12-20 2006-12-20 Resume method, program, and information processing apparatus

Country Status (1)

Country Link
JP (1) JP4846553B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2735965A2 (en) 2012-11-22 2014-05-28 Mitsubishi Electric Corporation Resume method and information processing device

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4910119B2 (en) * 2009-07-01 2012-04-04 テクトロニクス・インターナショナル・セールス・ゲーエムベーハー Measuring device control method
JP2015039058A (en) * 2010-07-30 2015-02-26 株式会社東芝 Electric device and start method
JP5378451B2 (en) * 2011-05-24 2013-12-25 レノボ・シンガポール・プライベート・リミテッド Method and computer for reducing start-up reliability and POST time
US9465427B2 (en) 2011-06-30 2016-10-11 International Business Machines Corporation Software-centric power management by indirectly determining that user is not actively using computer program running on computing device
JP5998902B2 (en) * 2012-12-12 2016-09-28 富士ゼロックス株式会社 Image forming apparatus, information processing apparatus, and program
WO2016098147A1 (en) * 2014-12-19 2016-06-23 三菱電機株式会社 Information processing device and boot control method

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000347772A (en) * 1999-06-07 2000-12-15 Toshiba Corp Power consumption reduction control method for processor to be used for portable information equipment
JP2005309495A (en) * 2004-04-16 2005-11-04 Eastman Kodak Co Electronic device, control method for electronic device, and control program for electronic device

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2735965A2 (en) 2012-11-22 2014-05-28 Mitsubishi Electric Corporation Resume method and information processing device

Also Published As

Publication number Publication date
JP2008152708A (en) 2008-07-03

Similar Documents

Publication Publication Date Title
JP4846553B2 (en) Resume method, program, and information processing apparatus
US7386746B2 (en) Information processing apparatus, method of starting up the same, and startup program of the same
JP3777136B2 (en) Computer device, data dead copy method, program, and computer device operating method
US7188239B2 (en) Apparatus with a standby mode, program and control method for an apparatus with a standby mode
JP4544246B2 (en) Control device and method, program, and recording medium
US8898495B2 (en) Method and apparatus for switching an operating system by determining whether a boot-up mode is a general mode or a switch mode
US20100106952A1 (en) Apparatus, method and program product for initiating computer system operation
JP2006079468A (en) Information processor and power source control method
JP2008090436A (en) Information processor and system state control method
JP2015102889A (en) Method for updating firmware, electronic device, computer and computer program
US7240189B2 (en) Fast resume to normal operation of a computer in a power saving mode
JP5061438B2 (en) Information processing apparatus, activation method, and activation program
KR100994723B1 (en) selective suspend resume method of reducing initial driving time in system, and computer readable medium thereof
JP2006099704A (en) Information processor and startup control method
JP2004021603A (en) Electronic apparatus and suspending/resuming method
JP2006260407A (en) Information processing device
JP4359646B1 (en) Information processing device, external storage device, and control method
WO2012126345A1 (en) Computer startup method, startup apparatus, state transition method, and state transition apparatus
JP2007087269A (en) Software update system, update method and program
JP2003044284A (en) Activation method for computer system and program for activation
JP2010157017A (en) Method for controlling information processor
JP2009080821A (en) Information processor and method of controlling power supply
JP2010079579A (en) Resume method and information processing apparatus
JP2005128615A (en) Information processing apparatus, power saving method for apparatus, power saving program, and recording medium with program recorded thereon
JP5764114B2 (en) Method for resuming portable computer from power saving state, power state control method, and portable computer

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20091021

RD02 Notification of acceptance of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7422

Effective date: 20091021

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A821

Effective date: 20091021

RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20100630

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20110531

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20110801

RD02 Notification of acceptance of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7422

Effective date: 20110801

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: 20110920

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20111012

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20141021

Year of fee payment: 3

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20141021

Year of fee payment: 3

LAPS Cancellation because of no payment of annual fees