JP2012079171A - ジョブ実行システム、ジョブ実行装置及びプログラム - Google Patents
ジョブ実行システム、ジョブ実行装置及びプログラム Download PDFInfo
- Publication number
- JP2012079171A JP2012079171A JP2010225043A JP2010225043A JP2012079171A JP 2012079171 A JP2012079171 A JP 2012079171A JP 2010225043 A JP2010225043 A JP 2010225043A JP 2010225043 A JP2010225043 A JP 2010225043A JP 2012079171 A JP2012079171 A JP 2012079171A
- Authority
- JP
- Japan
- Prior art keywords
- service
- service processing
- execution
- job
- service providing
- 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
- 238000012545 processing Methods 0.000 claims abstract description 186
- 238000000034 method Methods 0.000 claims description 72
- 230000008569 process Effects 0.000 claims description 70
- 230000005540 biological transmission Effects 0.000 claims description 12
- 230000004913 activation Effects 0.000 claims description 10
- 230000006870 function Effects 0.000 abstract description 111
- 238000012544 monitoring process Methods 0.000 abstract description 12
- 238000010586 diagram Methods 0.000 description 13
- 238000012217 deletion Methods 0.000 description 10
- 230000037430 deletion Effects 0.000 description 10
- 238000004891 communication Methods 0.000 description 6
- 230000004044 response Effects 0.000 description 5
- 230000007246 mechanism Effects 0.000 description 2
- 238000012015 optical character recognition Methods 0.000 description 1
- 238000003825 pressing Methods 0.000 description 1
- 238000000926 separation method Methods 0.000 description 1
- 238000013519 translation Methods 0.000 description 1
Images
Classifications
-
- 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/46—Multiprogramming arrangements
- G06F9/50—Allocation of resources, e.g. of the central processing unit [CPU]
- G06F9/5005—Allocation of resources, e.g. of the central processing unit [CPU] to service a request
- G06F9/5027—Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals
- G06F9/505—Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals considering the load
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F2209/00—Indexing scheme relating to G06F9/00
- G06F2209/50—Indexing scheme relating to G06F9/50
- G06F2209/508—Monitor
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Facsimiles In General (AREA)
- Accessory Devices And Overall Control Thereof (AREA)
Abstract
【解決手段】画像形成装置10は、受け付けたジョブの実行時に監視サービスを起動することによって各サーバ50から当該サーバ50に搭載されているサービス処理機能及び当該サーバ50の稼動状況を表す指標データを含む稼働状況情報を取得する監視サービス実行部22と、ジョブの実行に利用されるサービス処理機能が搭載されたサーバ50の負荷が高いと判断したときに負荷の低いサーバ50に対して当該サービス処理機能の起動指示を出すサービス処理実行指示部23とを有し、サーバ50は、起動指示を受けたときに当該サービス処理機能が搭載されたサーバ50から当該サービス処理機能を取得し、その後に画像形成装置10から送られてきた実行指示に従い当該サービス処理を実行する。
【選択図】図4
Description
Claims (5)
- 要求されたジョブを実行するジョブ実行装置と、
ジョブの実行に必要なサービス処理機能を提供する複数のサービス提供装置と、
を有し、
前記ジョブ実行装置は、
ジョブの実行要求を受け付けるジョブ受付手段と、
ジョブの実行時に、前記サービス提供装置それぞれから、当該サービス提供装置に搭載されているサービス処理機能及び当該サービス提供装置の稼動状況を表す指標データを含む稼働状況情報を取得する取得手段と、
取得した稼動状況情報を参照することにより、ジョブの実行に利用するサービス処理機能が搭載された前記サービス提供装置における負荷が、高負荷と判定する判定基準を超えていた場合、低負荷と判定する判定基準を満たす前記サービス提供装置を選出する選出手段と、
前記選出手段により選出された前記サービス提供装置に対し、当該サービス処理の実行を指示する実行指示情報を送信する指示情報送信手段と、
を有し、
前記サービス提供装置は、前記指示情報送信手段から実行指示情報が送信されてきた場合、当該サービス処理を実行可能な環境設定を行ってから当該サービス処理を実行するサービス処理実行手段を有する、
ことを特徴とするジョブ実行システム。 - 前記指示情報送信手段は、当該サービス処理機能が搭載された前記サービス提供装置を特定する情報を含む起動指示情報を送信し、
前記サービス処理実行手段は、起動指示情報に含まれている前記サービス提供装置を特定する情報から特定される前記サービス提供装置からソフトウェアをダウンロードして、当該サービス処理を実行するための環境設定を行うことを特徴とする請求項1に記載のジョブ実行システム。 - 前記サービス処理実行手段は、当該サービス処理の実行後に、前記ソフトウェアを削除することを特徴とする請求項2に記載のジョブ実行システム。
- ジョブの実行要求を受け付けるジョブ受付手段と、
ジョブの実行時に、ジョブの実行に必要なサービス処理機能を提供するサービス提供装置それぞれから、当該サービス提供装置に搭載されているサービス処理機能及び当該サービス提供装置の稼動状況を表す指標データを含む稼働状況情報を取得する取得手段と、
取得した稼動状況情報を参照することにより、ジョブの実行に利用するサービス処理機能が搭載された前記サービス提供装置における負荷が、高負荷と判定する判定基準を超えていた場合、低負荷と判定する判定基準を満たす前記サービス提供装置を選出する選出手段と、
前記選出手段により選出された前記サービス提供装置に対し、当該サービス処理の実行を指示する実行指示情報を送信する指示情報送信手段と、
を有することを特徴とするジョブ実行装置。 - コンピュータを、
ジョブの実行要求を受け付けるジョブ受付手段、
ジョブの実行時に、ジョブの実行に必要なサービス処理機能を提供するサービス提供装置それぞれから、当該サービス提供装置に搭載されているサービス処理機能及び当該サービス提供装置の稼動状況を表す指標データを含む稼働状況情報を取得する取得手段、
取得した稼動状況情報を参照することにより、ジョブの実行に利用するサービス処理機能が搭載された前記サービス提供装置における負荷が、高負荷と判定する判定基準を超えていた場合、低負荷と判定する判定基準を満たす前記サービス提供装置を選出する選出手段、
前記選出手段により選出された前記サービス提供装置に対し、当該サービス処理の実行を指示する実行指示情報を送信する指示情報送信手段、
として機能させるためのプログラム。
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2010225043A JP5678556B2 (ja) | 2010-10-04 | 2010-10-04 | ジョブ実行システム、ジョブ実行装置及びプログラム |
US13/153,862 US8819692B2 (en) | 2010-10-04 | 2011-06-06 | Job executing system, job executing device and computer-readable medium |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2010225043A JP5678556B2 (ja) | 2010-10-04 | 2010-10-04 | ジョブ実行システム、ジョブ実行装置及びプログラム |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2012079171A true JP2012079171A (ja) | 2012-04-19 |
JP5678556B2 JP5678556B2 (ja) | 2015-03-04 |
Family
ID=45890944
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2010225043A Expired - Fee Related JP5678556B2 (ja) | 2010-10-04 | 2010-10-04 | ジョブ実行システム、ジョブ実行装置及びプログラム |
Country Status (2)
Country | Link |
---|---|
US (1) | US8819692B2 (ja) |
JP (1) | JP5678556B2 (ja) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2018151778A (ja) * | 2017-03-10 | 2018-09-27 | 株式会社リコー | 情報処理システム、画像処理装置、情報処理方法、及びプログラム |
WO2019130435A1 (ja) * | 2017-12-26 | 2019-07-04 | 株式会社ウフル | サイネージ評価システム、サイネージの効果の評価方法、及びプログラム |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN103049365B (zh) * | 2012-11-07 | 2015-09-23 | 北京宏德信智源信息技术有限公司 | 信息与应用资源运行状态监控及评价方法 |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2005117592A (ja) * | 2003-10-10 | 2005-04-28 | Murata Mach Ltd | ファクシミリ装置 |
JP2007306138A (ja) * | 2006-05-09 | 2007-11-22 | Ricoh Co Ltd | 文書配信装置、入力機器、文書配信プログラムを記録したコンピュータ読取可能な記録媒体および入力機器プログラムを記録したコンピュータ読取可能な記録媒体 |
JP2009054029A (ja) * | 2007-08-28 | 2009-03-12 | Ricoh Co Ltd | 画像処理装置、負荷分散システム及び負荷分散プログラム |
JP2009278467A (ja) * | 2008-05-15 | 2009-11-26 | Canon Inc | 画像処理方法、画像処理装置及び画像処理システム |
Family Cites Families (19)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5978560A (en) * | 1997-11-07 | 1999-11-02 | Xerox Corporation | Load balancing of distributed printing systems using enhanced printer attributes |
WO2002046867A2 (en) * | 2000-11-01 | 2002-06-13 | Flexiworld Technologies, Inc. | Controller and manager for device-to-device pervasive digital output |
JP4092068B2 (ja) * | 2000-11-10 | 2008-05-28 | 株式会社リコー | 印刷制御装置、印刷装置、印刷システムおよび印刷制御用記録媒体 |
US7265860B2 (en) * | 2001-01-11 | 2007-09-04 | Sharp Laboratories Of America, Inc. | Load balancing print jobs across multiple printing devices |
US20030090694A1 (en) * | 2001-11-13 | 2003-05-15 | Kennedy Kelli H. | Just-in-time printer discovery and driver installation system and method |
JP2003281007A (ja) | 2002-03-20 | 2003-10-03 | Fujitsu Ltd | 動的構成制御装置および動的構成制御方法 |
JP4029684B2 (ja) * | 2002-07-26 | 2008-01-09 | セイコーエプソン株式会社 | 印刷システム |
US7242496B2 (en) | 2003-10-10 | 2007-07-10 | Murata Kikai Kabushiki Kaisha | Facsimile machine and data conversion device |
TWI370979B (en) * | 2004-05-14 | 2012-08-21 | Ibm | Grid computing system, information processing unit, job execution request generation unit, control method, program, and recording medium |
JP4208769B2 (ja) | 2004-06-09 | 2009-01-14 | キヤノン株式会社 | 情報処理装置、並びに、その制御方法および情報処理方法 |
US20060050294A1 (en) * | 2004-09-08 | 2006-03-09 | Xerox Corporation | Method and system for managing the distribution of print job files among shared printers on a computer network |
JP2006309625A (ja) * | 2005-04-28 | 2006-11-09 | Konica Minolta Business Technologies Inc | 画像処理装置、画像処理方法、および画像処理プログラム |
CN101548574B (zh) * | 2006-11-16 | 2012-07-18 | 株式会社Ntt都科摩 | 通信控制装置和通信控制方法 |
US8819694B2 (en) * | 2007-12-20 | 2014-08-26 | Samsung Electronics Co., Ltd. | System and method for embedded load balancing in a multifunction peripheral (MFP) |
US8773689B2 (en) * | 2008-04-14 | 2014-07-08 | Xerox Corporation | Resubmission to alternate printers to help efficient printing and space planning |
US8270012B2 (en) * | 2008-07-09 | 2012-09-18 | Xerox Corporation | Economic model for printing with a peer network of printing devices |
JP5319237B2 (ja) * | 2008-10-28 | 2013-10-16 | キヤノン株式会社 | 印刷システム及びその制御方法 |
US8547575B2 (en) * | 2010-03-09 | 2013-10-01 | Ricoh Company, Ltd | Printer discovery within a web page |
JP5598229B2 (ja) * | 2010-10-01 | 2014-10-01 | 富士ゼロックス株式会社 | ジョブ分散処理システム、情報処理装置及びプログラム |
-
2010
- 2010-10-04 JP JP2010225043A patent/JP5678556B2/ja not_active Expired - Fee Related
-
2011
- 2011-06-06 US US13/153,862 patent/US8819692B2/en not_active Expired - Fee Related
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2005117592A (ja) * | 2003-10-10 | 2005-04-28 | Murata Mach Ltd | ファクシミリ装置 |
JP2007306138A (ja) * | 2006-05-09 | 2007-11-22 | Ricoh Co Ltd | 文書配信装置、入力機器、文書配信プログラムを記録したコンピュータ読取可能な記録媒体および入力機器プログラムを記録したコンピュータ読取可能な記録媒体 |
JP2009054029A (ja) * | 2007-08-28 | 2009-03-12 | Ricoh Co Ltd | 画像処理装置、負荷分散システム及び負荷分散プログラム |
JP2009278467A (ja) * | 2008-05-15 | 2009-11-26 | Canon Inc | 画像処理方法、画像処理装置及び画像処理システム |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2018151778A (ja) * | 2017-03-10 | 2018-09-27 | 株式会社リコー | 情報処理システム、画像処理装置、情報処理方法、及びプログラム |
WO2019130435A1 (ja) * | 2017-12-26 | 2019-07-04 | 株式会社ウフル | サイネージ評価システム、サイネージの効果の評価方法、及びプログラム |
Also Published As
Publication number | Publication date |
---|---|
US20120084786A1 (en) | 2012-04-05 |
US8819692B2 (en) | 2014-08-26 |
JP5678556B2 (ja) | 2015-03-04 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US8908220B2 (en) | Information processing system, print system, and method and computer-readable storage medium for controlling information processing system | |
JP5623139B2 (ja) | クラウドコンピューティングシステム、文書処理方法、及びコンピュータプログラム | |
US8570574B2 (en) | Processing system, control method, and storage medium therefor | |
US8610937B2 (en) | Printing system, printing apparatus, control method and program | |
JP6555892B2 (ja) | 画像形成装置及び画像形成装置による印刷制御方法 | |
JP2012083991A (ja) | ジョブ実行管理装置、ジョブ実行装置、ジョブ実行システム及びプログラム | |
US8665473B2 (en) | Printing system, control method, storage client apparatus, and web application server | |
JP5884400B2 (ja) | 印刷制御システム、印刷制御方法、情報処理装置、及び印刷制御プログラム | |
US20110310433A1 (en) | Print data delivery device, image forming apparatus and image forming system | |
JP6303571B2 (ja) | データ処理装置、データ処理システム、データ処理方法、及びプログラム | |
JP6039446B2 (ja) | Webサーバ装置、制御方法、そのプログラム。 | |
JP6274160B2 (ja) | 画像形成装置、画像形成装置の制御プログラム、および管理方法 | |
EP2913981B1 (en) | Image forming system, relay server, communication controlling method and non-transitory computer readable recording medium | |
JP6277726B2 (ja) | 情報処理システム、情報処理装置、情報処理方法、及びプログラム | |
JP2014172394A (ja) | 印刷装置、プログラム及び印刷システム | |
JP5678556B2 (ja) | ジョブ実行システム、ジョブ実行装置及びプログラム | |
US9405490B2 (en) | Electronic apparatus, management server, print system and method of controlling printing including determining a plurality of storages to store print data | |
JP2019016241A (ja) | 情報処理装置、情報処理システム及び情報処理プログラム | |
JP2005323351A (ja) | 分散画像処理システム、分散画像処理方法、その方法をコンピュータに実行させるプログラム | |
JP2007087130A (ja) | サーバ装置、サーバ装置の印刷処理方法、記憶媒体およびプログラム | |
JP2016045802A (ja) | 情報処理装置、負荷分散システム、負荷分散方法、及び、プログラム | |
JP6341016B2 (ja) | 画像形成システム、画像形成装置およびプログラム | |
JP6079914B2 (ja) | 印刷制御システム、印刷制御方法、情報処理装置、及び印刷制御プログラム | |
JP6115253B2 (ja) | プリントシステム、スプールサーバ、スプール方法、及びプログラム | |
JP6074923B2 (ja) | 情報処理装置、ネットワークシステム、動作情報取込方法及び動作情報取込プログラム |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20130917 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20140312 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20140408 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20140530 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20141104 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20141117 |
|
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: 20141209 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20141222 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 5678556 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
S533 | Written request for registration of change of name |
Free format text: JAPANESE INTERMEDIATE CODE: R313533 |
|
R350 | Written notification of registration of transfer |
Free format text: JAPANESE INTERMEDIATE CODE: R350 |
|
LAPS | Cancellation because of no payment of annual fees |