JP2010277293A - コントローラーの制御方法およびコントローラー - Google Patents
コントローラーの制御方法およびコントローラー Download PDFInfo
- Publication number
- JP2010277293A JP2010277293A JP2009128441A JP2009128441A JP2010277293A JP 2010277293 A JP2010277293 A JP 2010277293A JP 2009128441 A JP2009128441 A JP 2009128441A JP 2009128441 A JP2009128441 A JP 2009128441A JP 2010277293 A JP2010277293 A JP 2010277293A
- Authority
- JP
- Japan
- Prior art keywords
- request
- device driver
- initialization
- processing
- application
- 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; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/07—Responding to the occurrence of a fault, e.g. fault tolerance
- G06F11/14—Error detection or correction of the data by redundancy in operation
- G06F11/1402—Saving, restoring, recovering or retrying
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/07—Responding to the occurrence of a fault, e.g. fault tolerance
- G06F11/0703—Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation
- G06F11/0706—Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation the processing taking place on a specific hardware platform or in a specific software environment
- G06F11/0715—Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation the processing taking place on a specific hardware platform or in a specific software environment in a system implementing multitasking
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/07—Responding to the occurrence of a fault, e.g. fault tolerance
- G06F11/0703—Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation
- G06F11/0793—Remedial or corrective actions
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR 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/4401—Bootstrapping
- G06F9/4411—Configuring for operating with peripheral devices; Loading of device drivers
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Quality & Reliability (AREA)
- Software Systems (AREA)
- Computer Security & Cryptography (AREA)
- Stored Programmes (AREA)
Abstract
【解決手段】アプリケーション1から処理要求を受信するステップと、受信した処理要求が初期化要求の場合、その要求がアプリケーション1起動後の最初の初期化要求か否かを判別するステップと、最初の初期化要求である場合、当該要求をデバイスドライバー3へ送信するステップと、デバイスドライバー3の初期化処理後の状態を示す初期化設定情報を記憶するステップと、デバイスドライバー3の状態を検出するステップと、デバイスドライバー3でエラーが発生した場合、その状態に基づく復帰処理をするステップと、デバイスドライバー3が復帰した場合、デバイスドライバー3の状態を、初期化設定情報に基づく状態に設定するための要求を行うステップと、を備える。
【選択図】図3
Description
一方、アプリケーションの処理フローが複雑になることを避けるため一括処理等を行うようにし、エラーが発生した場合は、そのエラーの原因やデバイスドライバーの状態を無視し、常にデバイスドライバーを完全に初期化するというエラー処理を行う場合がある。しかしながら、一般的にデバイスドライバーの初期化処理には時間がかかるため、エラー処理として毎回初期化処理を行うことによりデバイスドライバーの処理パフォーマンスの低下を招くという問題がある。
また、コントローラー側で、最初の初期化処理後のデバイスドライバーの状態(初期化設定情報)を記憶しておき、デバイスドライバーがエラーから復帰した後、この初期化設定情報に基づいてデバイスドライバーの状態を初期化処理後と同等の状態にすることができる。これにより、通信やインスタンスの初期化など長時間を要する初期化処理を不要とすることができ、例えば、エラー処理で初期化処理を行うようなアプリケーションに本発明のコントローラーを導入することで処理パフォーマンスを向上することができる。
Claims (7)
- アプリケーションとデバイスドライバーとの間に介在し、前記アプリケーションからの処理要求を前記デバイスドライバーに転送すると共に、前記デバイスドライバーからの前記処理要求に対する応答を前記アプリケーションに転送するためのソフトウェアモジュールであるコントローラーの制御方法であって、
前記アプリケーションから前記処理要求を受信する処理要求受信ステップと、
受信した前記処理要求が初期化要求である場合、当該初期化要求が前記アプリケーションの起動後における最初の初期化要求か否かを判別する初期化要求判別ステップと、
前記初期化要求判別ステップにおける判別の結果、前記初期化要求が前記最初の初期化要求である場合、前記デバイスドライバーへ当該最初の初期化要求を送信する初期化要求送信ステップと、
前記最初の初期化要求に基づく前記デバイスドライバーの初期化処理後の状態を示す初期化設定情報を前記デバイスドライバーから取得し、当該初期化設定情報を記憶する初期化設定情報記憶ステップと、
前記デバイスドライバーの状態を検出する状態検出ステップと、
前記状態検出ステップにおいて、前記デバイスドライバーでエラーが発生したことを検出した場合、当該デバイスドライバーの状態に基づく復帰処理を実行する復帰処理ステップと、
前記復帰処理により前記デバイスドライバーがエラーから復帰した場合、前記デバイスドライバーの状態を、記憶した前記初期化設定情報に基づく状態に設定するための要求を前記デバイスドライバーに送信する初期化設定要求ステップと、を備えたことを特徴とするコントローラーの制御方法。 - 前記初期化要求判別ステップにおける判別の結果、受信した前記初期化要求が前記最初の初期化要求ではない場合、当該初期化要求を前記デバイスドライバーに送信せず、前記デバイスドライバーの状態に応じて、前記アプリケーションに前記初期化要求に対する応答を返すことを特徴とする請求項1に記載のコントローラーの制御方法。
- アプリケーションとデバイスドライバーとの間に介在し、前記アプリケーションからの処理要求を前記デバイスドライバーに転送すると共に、前記デバイスドライバーからの前記処理要求に対する応答を前記アプリケーションに転送するためのソフトウェアモジュールであるコントローラーであって、
前記アプリケーションから前記処理要求を受信する処理要求受信手段と、
受信した前記処理要求が初期化要求である場合、当該初期化要求が前記アプリケーションの起動後における最初の初期化要求か否かを判別する初期化要求判別手段と、
前記初期化要求判別手段における判別の結果、前記初期化要求が前記最初の初期化要求である場合、前記デバイスドライバーへ当該最初の初期化要求を送信する初期化要求処理手段と、
前記最初の初期化要求に基づく前記デバイスドライバーの初期化処理後の状態を示す初期化設定情報を前記デバイスドライバーから取得する初期化設定情報取得手段と、
取得した前記初期化設定情報を記憶する初期化設定情報記憶手段と、
前記デバイスドライバーの状態を検出する状態検出手段と、
前記状態検出手段において、前記デバイスドライバーでエラーが発生したことを検出した場合、当該デバイスドライバーの状態に基づく復帰処理を実行する復帰処理手段と、
前記復帰処理により前記デバイスドライバーがエラーから復帰した場合、前記デバイスドライバーの状態を、記憶した前記初期化設定情報に基づく状態に設定するための要求を前記デバイスドライバーに送信する初期化設定要求手段と、を備えたことを特徴とするコントローラー。 - 前記初期化要求処理手段は、
前記初期化要求判別手段における判別の結果、受信した前記初期化要求が前記最初の初期化要求ではない場合、当該初期化要求を前記デバイスドライバーに送信せず、前記デバイスドライバーの状態に応じて、前記アプリケーションに前記初期化要求に対する応答を返すことを特徴とする請求項3に記載のコントローラー。 - 前記コントローラーの入出力インターフェイスは、前記デバイスドライバーの入出力インターフェイスと同一の仕様、および前記デバイスドライバーの入出力インターフェイスを拡張した仕様のいずれかであることを特徴とする請求項3または4に記載のコントローラー。
- 前記処理要求は、複数の処理要求をまとめて定義したものであることを特徴とする請求項3ないし5のいずれかに記載のコントローラー。
- 前記複数の処理要求は、マークアップ言語で定義されていることを特徴とする請求項6に記載のコントローラー。
Priority Applications (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2009128441A JP5229112B2 (ja) | 2009-05-28 | 2009-05-28 | コントローラーの制御方法およびコントローラー |
US12/789,392 US8468392B2 (en) | 2009-05-28 | 2010-05-27 | Controller and control method for a controller |
US13/888,285 US8726096B2 (en) | 2009-05-28 | 2013-05-06 | Controller and control method for a controller |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2009128441A JP5229112B2 (ja) | 2009-05-28 | 2009-05-28 | コントローラーの制御方法およびコントローラー |
Related Child Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2013056523A Division JP5516782B2 (ja) | 2013-03-19 | 2013-03-19 | コントローラーの制御方法およびコントローラー |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2010277293A true JP2010277293A (ja) | 2010-12-09 |
JP5229112B2 JP5229112B2 (ja) | 2013-07-03 |
Family
ID=43221646
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2009128441A Active JP5229112B2 (ja) | 2009-05-28 | 2009-05-28 | コントローラーの制御方法およびコントローラー |
Country Status (2)
Country | Link |
---|---|
US (2) | US8468392B2 (ja) |
JP (1) | JP5229112B2 (ja) |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR101491290B1 (ko) | 2013-07-31 | 2015-02-11 | 한양대학교 산학협력단 | 시그널을 사용한 디바이스 드라이버 오류 진단 방법 |
JP2015079283A (ja) * | 2013-10-15 | 2015-04-23 | コニカミノルタ株式会社 | デバイスドライバ、情報処理装置および出力設定変換方法 |
JP2016126533A (ja) * | 2014-12-29 | 2016-07-11 | コニカミノルタ株式会社 | 情報送信装置、情報送信方法、および情報送信プログラム |
Families Citing this family (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US8874981B2 (en) * | 2010-05-12 | 2014-10-28 | Mediatek Inc. | Method of creating target storage layout table referenced for partitioning storage space of storage device and related electronic device and machine-readable medium |
TW201214263A (en) * | 2010-09-29 | 2012-04-01 | Hon Hai Prec Ind Co Ltd | System and method for adding widget on Android |
US9519600B2 (en) | 2011-03-04 | 2016-12-13 | Microsoft Technology Licensing, Llc | Driver shimming |
US9003363B2 (en) * | 2011-03-21 | 2015-04-07 | Microsoft Technology Licensing, Llc | Device flags |
CN106445510B (zh) * | 2016-09-09 | 2019-11-15 | 广州视睿电子科技有限公司 | 一种应用程序的控制方法与装置 |
CN109254531B (zh) * | 2017-11-29 | 2021-10-22 | 辽宁石油化工大学 | 具有时滞和干扰的多阶段间歇过程的最优成本控制方法 |
Citations (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH0869430A (ja) * | 1994-08-29 | 1996-03-12 | Nippon Telegr & Teleph Corp <Ntt> | 入出力装置制御システムおよびその構成の変更処理方法 |
JPH08185287A (ja) * | 1994-12-28 | 1996-07-16 | Pfu Ltd | プリンタ・システム |
JPH11184657A (ja) * | 1997-12-25 | 1999-07-09 | Fuji Xerox Co Ltd | 印刷システム及びそのデータ処理方法 |
JP2004070964A (ja) * | 2002-08-08 | 2004-03-04 | Samsung Electronics Co Ltd | デバイスドライバ制御共通化方法 |
JP2005108082A (ja) * | 2003-10-01 | 2005-04-21 | Okuma Corp | デバイスドライバのインターフェース方法 |
JP2006209430A (ja) * | 2005-01-27 | 2006-08-10 | Konica Minolta Business Technologies Inc | 仮想プリンタドライバ、および仮想プリンタドライバプログラム |
JP2010257040A (ja) * | 2009-04-22 | 2010-11-11 | Brother Ind Ltd | プログラム、およびコンピュータ |
Family Cites Families (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP3051043B2 (ja) | 1995-03-31 | 2000-06-12 | 東芝テック株式会社 | データ処理装置 |
JPH11265267A (ja) | 1998-03-17 | 1999-09-28 | Canon Inc | データ処理装置およびデータ処理装置のドライバ切替方法およびコンピュータが読み出し可能なプログラムを格納した記憶媒体 |
US6889380B1 (en) * | 2000-06-30 | 2005-05-03 | Intel Corporation | Delaying loading of host-side drivers for cluster resources to avoid communication failures |
JP4120469B2 (ja) | 2003-05-22 | 2008-07-16 | セイコーエプソン株式会社 | Posシステムの印刷制御装置、イメージデータの登録方法、及びイメージデータの初期化方法 |
US7844956B2 (en) * | 2004-11-24 | 2010-11-30 | Rojer Alan S | Object-oriented processing of markup |
US7673174B2 (en) * | 2005-04-06 | 2010-03-02 | University Of Washington | Recovering device drivers |
US7428602B2 (en) * | 2005-11-29 | 2008-09-23 | International Business Machines Corporation | Method for executing initialization code to configure connected devices and executing segments of configuration code from a failed segment |
US20120167122A1 (en) * | 2010-12-27 | 2012-06-28 | Nokia Corporation | Method and apparatus for pre-initializing application rendering processes |
-
2009
- 2009-05-28 JP JP2009128441A patent/JP5229112B2/ja active Active
-
2010
- 2010-05-27 US US12/789,392 patent/US8468392B2/en active Active
-
2013
- 2013-05-06 US US13/888,285 patent/US8726096B2/en not_active Expired - Fee Related
Patent Citations (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH0869430A (ja) * | 1994-08-29 | 1996-03-12 | Nippon Telegr & Teleph Corp <Ntt> | 入出力装置制御システムおよびその構成の変更処理方法 |
JPH08185287A (ja) * | 1994-12-28 | 1996-07-16 | Pfu Ltd | プリンタ・システム |
JPH11184657A (ja) * | 1997-12-25 | 1999-07-09 | Fuji Xerox Co Ltd | 印刷システム及びそのデータ処理方法 |
JP2004070964A (ja) * | 2002-08-08 | 2004-03-04 | Samsung Electronics Co Ltd | デバイスドライバ制御共通化方法 |
JP2005108082A (ja) * | 2003-10-01 | 2005-04-21 | Okuma Corp | デバイスドライバのインターフェース方法 |
JP2006209430A (ja) * | 2005-01-27 | 2006-08-10 | Konica Minolta Business Technologies Inc | 仮想プリンタドライバ、および仮想プリンタドライバプログラム |
JP2010257040A (ja) * | 2009-04-22 | 2010-11-11 | Brother Ind Ltd | プログラム、およびコンピュータ |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR101491290B1 (ko) | 2013-07-31 | 2015-02-11 | 한양대학교 산학협력단 | 시그널을 사용한 디바이스 드라이버 오류 진단 방법 |
JP2015079283A (ja) * | 2013-10-15 | 2015-04-23 | コニカミノルタ株式会社 | デバイスドライバ、情報処理装置および出力設定変換方法 |
JP2016126533A (ja) * | 2014-12-29 | 2016-07-11 | コニカミノルタ株式会社 | 情報送信装置、情報送信方法、および情報送信プログラム |
Also Published As
Publication number | Publication date |
---|---|
US20100306584A1 (en) | 2010-12-02 |
US8726096B2 (en) | 2014-05-13 |
US8468392B2 (en) | 2013-06-18 |
US20130246844A1 (en) | 2013-09-19 |
JP5229112B2 (ja) | 2013-07-03 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP5229112B2 (ja) | コントローラーの制御方法およびコントローラー | |
US11256539B2 (en) | Task processing method, apparatus, and system based on distributed system | |
US9983791B2 (en) | System management controller and method of configuration file backup and recovery | |
US9152492B2 (en) | Performing recovery of a headless computer | |
US8677177B2 (en) | Apparatus, a recovery method and a program thereof | |
RU2614569C2 (ru) | Стойка с функцией автоматического восстановления и способ автоматического восстановления для этой стойки | |
CN104395879A (zh) | 在运行具有握手的客户端界面时的自动更新 | |
JP4646859B2 (ja) | Usb機器、およびusb接続システム | |
US9432545B2 (en) | Information processing apparatus, method of controlling the same, and storage medium for controlling transition to a sleep mode and setting of an interrupt setting in accordance with reception of data | |
JP2002157137A (ja) | 通信機能を備えたプログラム更新システム | |
JP2006235992A (ja) | プリンタのファームウェア書き替えシステムおよびファームウェア書き替え方法並びにプリンタ | |
JP5954353B2 (ja) | コントローラーの制御方法 | |
CN107678891B (zh) | 一种存储系统的双控方法、装置及可读存储介质 | |
JP5516782B2 (ja) | コントローラーの制御方法およびコントローラー | |
JP5674730B2 (ja) | データカードとホストとの間の通信異常、及びデータカードの異常の回復のための方法 | |
JP2006106914A (ja) | ファームウェアで動作する処理装置およびファームウェア更新方法 | |
CN114237722A (zh) | 一种系统的启动方法、装置、设备及工程车辆 | |
JP6221972B2 (ja) | ファームウェアの更新システムおよび更新制御方法 | |
JP2014107839A (ja) | 画像形成装置、表示画面制御方法及び表示画面制御プログラム | |
JP2009521025A (ja) | コンピュータに補助ユニットをインストールする方法 | |
JP2006235909A (ja) | 入出力実行時間監視方法 | |
KR102433435B1 (ko) | 랜섬웨어 피해 복원을 위한 p2p 디스크 복원 방법 및 장치 | |
JP7131084B2 (ja) | コンピュータプログラム、及び、制御方法 | |
JP2017049874A (ja) | 情報処理装置、情報処理システム、制御方法、および制御プログラム | |
KR101108679B1 (ko) | 자가진단 및 복원기능을 갖는 초음파 진단 방법 및 시스템 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20120309 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20130206 |
|
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: 20130219 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20130304 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20160329 Year of fee payment: 3 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 5229112 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
S531 | Written request for registration of change of domicile |
Free format text: JAPANESE INTERMEDIATE CODE: R313531 |
|
R350 | Written notification of registration of transfer |
Free format text: JAPANESE INTERMEDIATE CODE: R350 |