JP2007065785A - Network distributed processing system and method - Google Patents

Network distributed processing system and method Download PDF

Info

Publication number
JP2007065785A
JP2007065785A JP2005248193A JP2005248193A JP2007065785A JP 2007065785 A JP2007065785 A JP 2007065785A JP 2005248193 A JP2005248193 A JP 2005248193A JP 2005248193 A JP2005248193 A JP 2005248193A JP 2007065785 A JP2007065785 A JP 2007065785A
Authority
JP
Japan
Prior art keywords
information processing
job
network
information
distributed
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.)
Withdrawn
Application number
JP2005248193A
Other languages
Japanese (ja)
Inventor
Atsushi Matsumoto
敦 松本
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.)
Canon Inc
Original Assignee
Canon Inc
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 Canon Inc filed Critical Canon Inc
Priority to JP2005248193A priority Critical patent/JP2007065785A/en
Publication of JP2007065785A publication Critical patent/JP2007065785A/en
Withdrawn legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To provide a network distributed processing system and method by which either one of a plurality of apparatuses connected to a network can distributedly process the job to an offerable service suitably. <P>SOLUTION: In the network distributed processing system, the resources of a plurality of information processors connected on a network such as the Ethernet (R) are shared, and distribution processing is made executable. Each information processor stores information relating to an information processing function executable by each of a plurality of information processors by associating it with each information processor. When accepting a job executable by any information processing function, a certain information processor generates a job path to another information processor having an information processing function which is able to execute the job based on information relating to the stored information processing function, and requests the other information processor to execute the job. <P>COPYRIGHT: (C)2007,JPO&INPIT

Description

本発明は、インタフェースを介してホストコンピュータに接続される、プリンタ、コピー機等の複数機能を併せ持つ複合機能印刷装置にグリッドコンピューティングの負荷分散システムを適用させたネットワーク分散処理システム及び方法に関する。   The present invention relates to a network distributed processing system and method in which a load distribution system of grid computing is applied to a multi-function printing apparatus having a plurality of functions such as a printer and a copier connected to a host computer via an interface.

図1は、グリッドコンピューティングのアーキテクチャ例を説明するための図である。グリッドには数種類あるが、ここで説明するグリッドは、デスクトップグリッドと呼ばれる、デスクトップPC等のCPUの空き時間を利用してジョブを実行するタイプのものである。   FIG. 1 is a diagram for explaining an exemplary architecture of grid computing. Although there are several types of grids, the grid described here is a type called a desktop grid that executes a job by using a free time of a CPU such as a desktop PC.

図1において、クライアント(Client)1101は、ジョブを投入するユーザであり、その要求(ジョブ)はタスクマネージャ(Task Manager:以下「TM」と略す。)1102に渡され、ダイナミックジョブスケジューラ(Dynamic Job Scheduler:以下「DJS」と略す。)1103にその内容を伝える。   In FIG. 1, a client 1101 is a user who submits a job, and the request (job) is passed to a task manager (hereinafter abbreviated as “TM”) 1102, and a dynamic job scheduler (Dynamic Job) Scheduler: hereinafter abbreviated as “DJS”.)

DJS1103は、全体のリソース管理をしており、最適なリソースのブローカ(Broker)を選択してTM1102に通知する。尚、このリソースとは、ここではCPUの空き状態のことを言っている。   The DJS 1103 performs overall resource management, selects an optimal resource broker, and notifies the TM 1102 of the selected resource. Here, this resource means that the CPU is free.

ブローカは、リソースマネージャ(Resource Manager:以下「RM」と略す。)が吸い上げたリソースの情報をDJS1103に登録し、TM1102からの要求で最適なリソースにジョブを投入し、完了通知をTM1102に対して行う。   The broker registers the information of the resource that the resource manager (hereinafter abbreviated as “RM”) in the DJS 1103, submits a job to the optimal resource in response to a request from the TM 1102, and sends a completion notification to the TM 1102. Do.

TM1102は、DJS103が選択した最適なブローカにジョブを投入し、以後そのジョブの進行状況のモニタリングを実施し、完了通知をブローカから受けるとユーザにその結果を通知する。また、リソースに変化や異常があった場合(例えば、故障、他のジョブを受け付けた等)、RMはブローカに通知する。   The TM 1102 submits the job to the optimum broker selected by the DJS 103, monitors the progress of the job thereafter, and notifies the user of the result when a completion notification is received from the broker. Further, when there is a change or abnormality in the resource (for example, a failure or another job is received), the RM notifies the broker.

このような仕組みで最適な(通常は利用されていない)CPU等のリソースにジョブを配分することで、分散処理を可能にするのがデスクトップグリッドコンピューティングの実現形である。   The realization of desktop grid computing is that distributed processing is possible by allocating jobs to resources such as CPUs (which are not normally used) that are optimal in such a mechanism.

図2は、デスクトップグリッドコンピューティングの技術をネットワークプリンタのPDL処理に適用した場合の構成を説明するための図である。図1の説明では、グリッドを構成するそれぞれのモジュールが別個のものとして扱った。しかし、印刷装置にこれを適用する場合には、複数のモジュールが1つの機器の中に存在することが一般的になる。   FIG. 2 is a diagram for explaining a configuration when the technology of desktop grid computing is applied to PDL processing of a network printer. In the description of FIG. 1, each module constituting the grid is treated as a separate one. However, when this is applied to a printing apparatus, it is common that a plurality of modules exist in one device.

図2に示す例では、印刷指示(ジョブ投入)するクライアントPC1201がプリントジョブを投入し、TM、DJS機能をネットワークプリンタ1202に持たせ、ブローカ、RMをPC1(1203)、PC2(1204)、PC3(1205)が持つ。これにより、例えば、3台のPCを用いてのグリッドコンピューティングによる分散処理を適用した機器構成ができる。   In the example shown in FIG. 2, a client PC 1201 that issues a print instruction (job input) inputs a print job, and the network printer 1202 is provided with TM and DJS functions, and the broker and RM are PC1 (1203), PC2 (1204), and PC3. (1205) has. Thereby, for example, a device configuration to which distributed processing by grid computing using three PCs is applied can be achieved.

クライアントPC1201から投入されたジョブ(PDLの印刷ジョブデータ)は、ネットワークプリンタ1202のTM、DJSを経由して、PC1(1203)、PC2(1204)、PC3(1205)のリソースに分割される。また、この際に、PDLデータイメージ展開処理用のアプリケーションプログラムも同時にネットワークプリンタ1202から送信されるようにする。   A job (PDL print job data) input from the client PC 1201 is divided into resources of the PC 1 (1203), PC 2 (1204), and PC 3 (1205) via the TM and DJS of the network printer 1202. At this time, an application program for PDL data image expansion processing is also transmitted from the network printer 1202 at the same time.

そして、それぞれのPC1203〜1205でPDL画像形成を分散実行しできたイメージは、ネットワークプリンタ1202が収集して、最終的に出力するような処理をグリッドの機構を用いて実施する。   Then, the network printer 1202 collects and finally outputs an image for which PDL image formation has been distributed and executed by each of the PCs 1203 to 1205 using the grid mechanism.

尚、分散処理対象になるリソースは3台以上のPCであってもよいし、そのリソースにジョブ投入元のクライアントPCのリソースを含めても、或いは同じネットワーク上のネットワークプリンタのリソースを対象にして利用しても良い。
鹿嶋 浩、「グリッド・コンピューティングの商用システムへの適用性」、[online]、IBMプロフェッショナル論文。<URL:http://www-6.ibm.com/jp/provision/no36/pdf/36_ppr1.pdf>
Note that the resource to be distributed may be three or more PCs, the resource of the client PC that is the job submission source is included in the resource, or the resource of the network printer on the same network is targeted. May be used.
Hiroshi Kashima, “Applicability of Grid Computing to Commercial Systems”, [online], IBM professional paper. <URL: http://www-6.ibm.com/jp/provision/no36/pdf/36_ppr1.pdf>

近年のグリッド・コンピューティング(Grid computing)の技術を用いてコンピュータのCPUパワーを集め、高速処理を実現する研究はサイエンス系の研究において盛んであるが、未だ組み込み機器への適用は見られない。   Although research on the realization of high-speed processing by collecting computer CPU power using Grid computing technology in recent years has been active in science-related research, it has not yet been applied to embedded devices.

したがって、ネットワークに接続された複数台のマルチファンクションプリンタ(MFP)やシングルファンクションプリンタ(SFP)において、次のような場合がある。すなわち、ある1台のプリンタに投げられたジョブが過負荷であり、その他のプリンタには負荷がかかってない場合であっても、余ったリソースを活かすような設計がされておらず、分散させて処理を高速化することができない。また、他の機器で提供されているサービスをその機器以外では利用することができないため、利用したいサービスの提供されている機器を必ず選択(指定)して処理を行わせる必要があるという問題がある。   Therefore, there are the following cases in a plurality of multifunction printers (MFPs) and single function printers (SFPs) connected to the network. In other words, even if the job thrown to one printer is overloaded and the other printers are not loaded, it is not designed to take advantage of excess resources. Speeding up the process. In addition, since services provided by other devices cannot be used by other devices, there is a problem that it is necessary to select (specify) the device that provides the service you want to use and perform processing. is there.

本発明は、このような事情を考慮してなされたものであり、ネットワークに接続された複数の機器のいずれかが提供可能なサービスに対するジョブを好適に分散処理することができるネットワーク分散処理システム及び方法を提供することを目的とする。   The present invention has been made in view of such circumstances, and a network distributed processing system capable of suitably distributing a job for a service that can be provided by any of a plurality of devices connected to the network, and It aims to provide a method.

上記課題を解決するために、本発明は、ネットワーク上に接続された複数の情報処理装置が有するそれぞれの資源を共有し、分散処理を行うネットワーク分散処理システムであって、
各情報処理装置が、
前記複数の情報処理装置においてそれぞれ実行可能な情報処理機能に関する情報をそれぞれの情報処理装置と関連付けて格納する格納手段と、
いずれかの情報処理機能によって実行可能なジョブを受け付ける受付手段と、
前記ジョブを実行可能な情報処理機能が自装置にあるか否かを判断する判断手段と、
前記判断手段によって自装置にないと判断された場合、前記格納手段に格納されている情報処理機能に関する情報に基づいて、該ジョブを実行可能な情報処理機能を有する他の情報処理装置へのジョブパスを発生させ、該他の情報処理装置へ前記ジョブの実行を依頼する依頼手段と
を備えることを特徴とする。
In order to solve the above-described problem, the present invention is a network distributed processing system that shares each resource of a plurality of information processing devices connected on a network and performs distributed processing.
Each information processing device
Storage means for storing information relating to information processing functions executable in each of the plurality of information processing devices in association with the respective information processing devices;
Accepting means for accepting a job executable by any of the information processing functions;
Determining means for determining whether or not the apparatus has an information processing function capable of executing the job;
Job path to another information processing apparatus having an information processing function capable of executing the job based on information related to the information processing function stored in the storage means when the determination means determines that the apparatus is not present And requesting means for requesting the other information processing apparatus to execute the job.

また、本発明に係る上記ネットワーク分散処理システムは、前記各情報処理装置が、前記格納手段に格納された前記複数の情報処理装置においてそれぞれ実行可能な情報処理機能に関する情報を表示する表示手段をさらに備えることを特徴とする。   The network distributed processing system according to the present invention further includes display means for displaying information related to information processing functions that can be executed by each of the information processing apparatuses stored in the storage means. It is characterized by providing.

さらに、本発明に係る上記ネットワーク分散処理システムは、前記依頼手段が、前記ジョブを実行可能な複数の情報処理装置に対して該ジョブを分散処理させるためのジョブパスを発生させ、それぞれの情報処理装置に対して前記ジョブの分散処理の実行を依頼することを特徴とする。   Furthermore, in the network distributed processing system according to the present invention, the request unit generates a job path for distributing the job to a plurality of information processing apparatuses capable of executing the job, and each information processing apparatus Requesting execution of distributed processing of the job.

さらにまた、本発明に係る上記ネットワーク分散処理システムは、
前記各情報処理装置が、前記格納手段に格納された前記複数の情報処理装置においてそれぞれ実行可能な情報処理機能毎に準備された操作用画面を記憶する画面記憶手段をさらに備え、
前記表示手段が、前記格納手段に格納された前記複数の情報処理装置においてそれぞれ実行可能な情報処理機能に関する操作用画面を表示することを特徴とする。
Furthermore, the network distributed processing system according to the present invention includes:
Each of the information processing devices further includes a screen storage unit that stores an operation screen prepared for each information processing function that can be executed in each of the plurality of information processing devices stored in the storage unit,
The display means displays an operation screen related to an information processing function that can be executed by each of the plurality of information processing apparatuses stored in the storage means.

さらにまた、本発明に係る上記ネットワーク分散処理システムは、
前記各情報処理装置が、自装置で実行可能な情報処理機能の種類に応じた操作用画面を記憶する画面記憶手段をさらに備え、
前記表示手段が、前記格納手段に格納された前記複数の情報処理装置においてそれぞれ実行可能な情報処理機能に関する操作用画面をそれぞれの情報処理装置から取得して表示することを特徴とする。
Furthermore, the network distributed processing system according to the present invention includes:
Each of the information processing devices further includes screen storage means for storing an operation screen corresponding to the type of information processing function that can be executed by the own device,
The display means acquires operation screens related to information processing functions that can be executed in the plurality of information processing apparatuses stored in the storage means from each information processing apparatus and displays them.

さらにまた、本発明に係る上記ネットワーク分散処理システムは、
前記各情報処理装置が、前記ネットワークに新たに追加された情報処理装置から通知された該情報処理装置で実行可能な情報処理機能に関する情報を受信する受信手段と、
前記格納手段の内容に前記受信手段によって受信された新たに追加された前記情報処理装置で実行可能な情報処理機能に関する情報を該情報処理装置と関連付けて付加することにより該格納手段を更新する更新手段と、
前記新たな情報処理装置に更新された前記格納手段に格納された情報を前記新たに追加された情報処理装置に送信する送信手段とをさらに備え、
前記新たな情報処理手段は、
前記ネットワークに新たに追加された場合に、自装置で実行可能な情報処理機能に関する情報を前記複数の情報処理装置に通知する通知手段と、
前記複数の情報処理手段にいずれかから送信された前記更新手段によって更新された前記情報を記憶する記憶手段とを備える
ことを特徴とする。
Furthermore, the network distributed processing system according to the present invention includes:
Each of the information processing devices receives information related to an information processing function executable by the information processing device notified from the information processing device newly added to the network;
Update for updating the storage means by adding information related to the information processing function executable by the newly added information processing apparatus received by the receiving means to the contents of the storage means in association with the information processing apparatus Means,
A transmission means for transmitting information stored in the storage means updated to the new information processing apparatus to the newly added information processing apparatus;
The new information processing means includes:
A notification means for notifying the plurality of information processing devices of information related to information processing functions executable by the device when newly added to the network;
Storage means for storing the information updated by the update means transmitted from any of the plurality of information processing means.

さらにまた、本発明に係る上記ネットワーク分散処理システムは、
前記各情報処理装置が、
前記複数の情報処理装置のいずれかに新たな情報処理機能が追加された場合、前記新たな情報処理機能に関する情報を格納手段にさらに格納して該格納手段を更新する更新手段と、
更新された前記格納手段に格納された前記新たな情報処理機能に関する情報を他の情報処理装置に送信する送信手段と
をさらに備えることを特徴とする。
Furthermore, the network distributed processing system according to the present invention includes:
Each of the information processing devices
When a new information processing function is added to any of the plurality of information processing apparatuses, an update unit that further stores information on the new information processing function in a storage unit and updates the storage unit;
Transmission means for transmitting information relating to the new information processing function stored in the updated storage means to another information processing apparatus.

本発明によれば、ネットワークに接続された複数の機器のいずれかが提供可能なサービスに対するジョブを好適に分散処理することができる。   According to the present invention, a job for a service that can be provided by any of a plurality of devices connected to a network can be appropriately distributed.

以下、図面を参照して、本発明の一実施形態に係るネットワーク分散処理システムの構成及び動作について説明する。   Hereinafter, the configuration and operation of a network distributed processing system according to an embodiment of the present invention will be described with reference to the drawings.

<ネットワーク分散処理システムの概要>
本発明の一実施形態に係るネットワーク分散処理システムでは、マルチファンクションプリンタ(MFP)やシングルファンクションプリンタ(SFP)、イメージスキャナ等の各ネットワーク機器には、以下の機能が備わっている。すなわち、当該ネットワークに接続された各種機器がそれぞれ提供可能なサービスの一覧を機体毎に記憶しておくためのサービスデータベース(DB)を備えている。このようなサービスDBを持つ各ネットワーク機器は、ユーザからジョブが投入された場合、当該サービスDBを参照して、ジョブを分散処理することが可能となる。また、投入されたジョブが自身の持っていない機能であっても、あたかもその機能を保持しているかのように動作させることが可能となる。
<Overview of network distributed processing system>
In the network distributed processing system according to an embodiment of the present invention, each network device such as a multifunction printer (MFP), a single function printer (SFP), and an image scanner has the following functions. That is, a service database (DB) is provided for storing a list of services that can be provided by various devices connected to the network for each machine. Each network device having such a service DB can perform distributed processing of jobs with reference to the service DB when a job is input from a user. Further, even if the submitted job has a function that the job itself does not have, it can be operated as if it had the function.

したがって、本発明に係るネットワーク分散処理システムにおいては、1台1台の機器については、処理能力が低く、機能が少ないデバイスとして、低コストで導入可能である。しかし、その一方で、余ったリソースを十分に活用するように構成することで、各ネットワーク機器の処理能力は、自身の持つリソースを遥かに上回るように動作させることが可能である。また、どのネットワーク機器からも多くの機能を利用可能とするネットワーク分散処理システムが構築可能となる。   Therefore, in the network distributed processing system according to the present invention, each device can be introduced at low cost as a device with low processing capability and few functions. However, on the other hand, by configuring so that the surplus resources are fully utilized, the processing capability of each network device can be operated so as to far exceed its own resources. Also, a network distributed processing system that can use many functions from any network device can be constructed.

また、新しいネットワーク機器が接続すると、その新しいネットワーク機器は、提供可能なサービスを既に接続されている各ネットワーク機器に通知し、各ネットワーク機器のサービスDBは、その通知に応じて自身のサービスDBを更新するように構成する。   Further, when a new network device is connected, the new network device notifies each of the already connected network devices of a service that can be provided, and the service DB of each network device reports its service DB in response to the notification. Configure to update.

<第1の実施例>
第1の実施例では、グリッドコンピューティングの対象となる複数台のネットワーク機器であるMFP、SFP、及びスキャナは、相互接続可能なインタフェースを介してネットワークに接続されている。当該複数台のそれぞれのネットワークMFP、SFP、スキャナは、分散処理を依頼する管理ノードとしても動作可能であり、かつ分散処理を受信して処理を施し、その結果を返す処理ノードとしても動作可能であるとする。
<First embodiment>
In the first embodiment, MFPs, SFPs, and scanners, which are a plurality of network devices to be subjected to grid computing, are connected to a network via interconnectable interfaces. Each of the plurality of network MFPs, SFPs, and scanners can operate as a management node that requests distributed processing, and can also operate as a processing node that receives distributed processing, performs processing, and returns the result. Suppose there is.

以下、本実施例では、ネットワークMFPで構成される分散処理システムとして説明する。   Hereinafter, the present embodiment will be described as a distributed processing system including a network MFP.

[ネットワークMFPのハードウェア構成]
図3は、本発明の第1の実施例における複写機能を有するネットワークMFPの外観図である。図3において、画像入力デバイスであるスキャナ201は、原稿となる紙上の画像を照明し、CCDラインセンサ(図示せず)を走査することによって、ラスターイメージデータを生成する。
[Hardware configuration of network MFP]
FIG. 3 is an external view of a network MFP having a copy function in the first embodiment of the present invention. In FIG. 3, a scanner 201, which is an image input device, illuminates an image on paper as a document, and scans a CCD line sensor (not shown) to generate raster image data.

使用者が、原稿用紙を原稿フィーダ204のトレイ203にセットし、操作部202において読み取りの起動を指示すると、ネットワークプリンタのコントローラCPUがスキャナ201に指示を与える。そして、フィーダ203は原稿用紙を1枚ずつフィードし、スキャナ201は原稿画像の読み取り動作を行う。操作部202は、コピー動作時の設定指示や状態表示や、各種動作設定を指定をするためのユーザインタフェースである。   When the user sets original paper on the tray 203 of the original feeder 204 and instructs the start of reading in the operation unit 202, the controller CPU of the network printer gives an instruction to the scanner 201. The feeder 203 feeds original sheets one by one, and the scanner 201 performs an original image reading operation. The operation unit 202 is a user interface for specifying setting instructions, status display, and various operation settings during a copy operation.

また、画像出力デバイスであるプリンタエンジン103は、ラスターイメージデータを用紙上の印刷する部分である。その方式は、感光体ドラムや感光体ベルトを用いた電子写真方式、微少ノズルアレイからインクを吐出して用紙上に直接画像を印字するインクジェット方式等があるが、本実施例ではどの方式であっても構わない。尚、プリント動作は、コントローラCPUからの指示によって起動される。   The printer engine 103 as an image output device is a part that prints raster image data on paper. The methods include electrophotographic methods using a photosensitive drum and a photosensitive belt, and ink jet methods in which an ink is ejected from a minute nozzle array to directly print an image on a sheet. It doesn't matter. Note that the printing operation is activated by an instruction from the controller CPU.

プリンタエンジン103は、異なる用紙サイズ、又は異なる用紙向きを選択できるように複数の給紙段を持ち、それに対応した用紙カセット206、207、208が備わっている。また、排紙トレイ205は、印字し終わった用紙を受けるものである。   The printer engine 103 has a plurality of paper feed stages so that different paper sizes or different paper orientations can be selected, and is provided with paper cassettes 206, 207, 208 corresponding thereto. The paper discharge tray 205 receives paper that has been printed.

図4は、本発明の第1の実施例におけるネットワークプリンタの制御構成を示すブロック図である。図4において、プリンタコントローラ102は、画像入力デバイスであるスキャナ201や画像出力デバイスであるプリンタエンジン103と接続する。一方で、ホストインタフェース(I/F)308経由で、ホストコンピュータとの間で印刷データや画像情報やデバイス情報の入出力をする。   FIG. 4 is a block diagram showing the control configuration of the network printer in the first embodiment of the present invention. In FIG. 4, a printer controller 102 is connected to a scanner 201 as an image input device and a printer engine 103 as an image output device. On the other hand, print data, image information, and device information are input / output from / to the host computer via the host interface (I / F) 308.

CPU301は、システム全体を制御するコントローラである。RAM302は、CPU301が動作するために使用するシステムワークメモリである。また、RAM302は、画像データを一時記憶するための画像メモリでもある。ROM303は、ブートROMであり、システムのブートプログラムが格納されている。HDD304は、ハードディスクドライブであって、システムソフトウェアや画像データを格納する。   The CPU 301 is a controller that controls the entire system. A RAM 302 is a system work memory used for the CPU 301 to operate. The RAM 302 is also an image memory for temporarily storing image data. A ROM 303 is a boot ROM, and stores a system boot program. The HDD 304 is a hard disk drive and stores system software and image data.

操作部I/F306は、操作部(UI)202との間のインタフェースを司り、操作部202に表示する画像データを操作部202に対して出力する。また、使用者が操作部202を介して入力した情報を、CPU301に伝える役割を果たす。また操作部202からの入力された動作モード等の環境設定情報は不揮発性のメモリであるNVRAM316に記憶される。また、ホストインタフェース308は、ホストコンピュータ001に対して情報の入出力を行う。   The operation unit I / F 306 controls an interface with the operation unit (UI) 202 and outputs image data to be displayed on the operation unit 202 to the operation unit 202. Further, it plays a role of transmitting information input by the user via the operation unit 202 to the CPU 301. The environment setting information such as the operation mode input from the operation unit 202 is stored in the NVRAM 316 which is a nonvolatile memory. The host interface 308 inputs / outputs information to / from the host computer 001.

以上のデバイスが、プリンタコントローラ102内でシステムバス307上に配置される。   The above devices are arranged on the system bus 307 in the printer controller 102.

イメージバスインタフェース(Image Bus I/F)305は、システムバス307と画像データを高速で転送する画像バス309とを接続し、データ構造を変換するバスブリッジである。画像バス309には、以下のデバイスが配置される。   An image bus interface (Image Bus I / F) 305 is a bus bridge that connects a system bus 307 and an image bus 309 that transfers image data at high speed and converts a data structure. The following devices are arranged on the image bus 309.

まず、ラスターイメージプロセッサ(RIP)310は、ネットワークから送信されて来たPDLコードをビットマップイメージに展開する。デバイスI/F部311は、画像入出力デバイスであるスキャナ201やプリンタエンジン103とプリンタコントローラ102とを接続し、画像データの同期系/非同期系の変換を行う。   First, the raster image processor (RIP) 310 expands the PDL code transmitted from the network into a bitmap image. A device I / F unit 311 connects the scanner 201 and the printer engine 103, which are image input / output devices, and the printer controller 102, and performs synchronous / asynchronous conversion of image data.

スキャナ画像処理部312は、入力画像データに対し補正、加工、編集を行う。プリンタ画像処理部313は、プリント出力画像データに対して、プリンタの補正、解像度変換等を行う。画像回転部314は画像データの回転を行う。画像圧縮部315は、多値画像データに対してはJPEG圧縮新調処理を行い、2値画像画像データに対してはJBIG、MMR、MH等の圧縮伸張処理を行う。   The scanner image processing unit 312 corrects, processes, and edits input image data. A printer image processing unit 313 performs printer correction, resolution conversion, and the like on print output image data. The image rotation unit 314 rotates image data. The image compression unit 315 performs JPEG compression / new tone processing for multi-valued image data, and performs compression / decompression processing such as JBIG, MMR, and MH for binary image data.

また、FAX処理については、スキャナ画像処理部312を利用して、画像処理を施すことで実装されるように構成してもよい。或いは、図示しないが、FAX送受信用の回路を介して、FAX機能を実装するようなMFPも考えられる。   Further, the FAX processing may be implemented by performing image processing using the scanner image processing unit 312. Alternatively, although not shown, an MFP in which a FAX function is mounted via a FAX transmission / reception circuit is also conceivable.

また、このMFPは、ホストインタフェース(例えば、Ethernet(登録商標)等の相互通信可能なネットワークインタフェース)を介して別のMFPと接続される。   The MFP is connected to another MFP via a host interface (for example, a network interface such as Ethernet (registered trademark) that can communicate with each other).

そして、上述したようなMFPをグリッドのジョブスケジューラ、タスクマネージャとした場合(以下、ジョブを分割して、分散処理を別のネットワークプリンタに依頼するネットワークプリンタを「管理ノード」と呼ぶ。)、負荷分散対象にするグリッドの各リソースにする機器は、予め登録されている別のネットワーク機器の提供するサービスの内容を記憶したサービスデータベースをもとに、負荷分散処理を行うネットワークMFP(以下、「処理ノード」と呼ぶ。)を選択して負荷分散処理を行う。また、提供されるサービスは、ジョブを分割した分散処理だけではなく、FAX送信処理、ネットワーク画像配信処理等のデータ転送サービスであってもよい。   When the above-described MFP is a grid job scheduler or task manager (hereinafter, a network printer that divides jobs and requests distributed processing to another network printer is referred to as a “management node”). A device to be a resource of each grid to be distributed is a network MFP (hereinafter referred to as “processing”) that performs load distribution processing based on a service database that stores the contents of services provided by other network devices registered in advance. Select "node") to perform load distribution processing. Further, the provided service is not limited to distributed processing in which jobs are divided, but may be data transfer services such as FAX transmission processing and network image distribution processing.

図5は、本発明の第1の実施例におけるネットワーク分散処理を説明するための図である。以下では、図5に示す矢印によって、処理の過程を説明する。図5において、501、502、503は、ネットワークで接続された3台のMFP1、MFP2、MFP3であり、各MFPが持つサービスDBをそれぞれ504、505、506として図示する。また、機体毎に提供される分散処理サービスは、以下のように仮定する。
・機体ID1は、コピー画像処理。
・機体ID2は、プリント画像処理、FAX画像処理。
・機体ID3は、コピー画像処理、プリント画像処理、FAX画像処理、FAX送信処理。
FIG. 5 is a diagram for explaining network distribution processing in the first exemplary embodiment of the present invention. Hereinafter, the process of processing will be described with the arrows shown in FIG. In FIG. 5, reference numerals 501, 502, and 503 denote three MFPs 1, MFP 2, and MFP 3 connected via a network. Further, the distributed processing service provided for each aircraft is assumed as follows.
-Aircraft ID1 is copy image processing.
-Aircraft ID2 is print image processing and FAX image processing.
-Machine ID 3 is copy image processing, print image processing, FAX image processing, and FAX transmission processing.

本ネットワーク分散処理システムでは、上記の処理をそれぞれ分散処理可能な状態でサービスとして提供しており、各機体の持つサービスDB504、505、506には、上記処理が実行可能である旨が記載(記録)される。   In this network distributed processing system, the above processing is provided as a service in a state where it can be distributed, and the service DBs 504, 505, and 506 of each machine describe that the above processing can be executed (recorded). )

例えば、操作者が、MFP1(501)でFAX送信処理を行う場合を想定する。ここで、MFP1(501)は、上述した機能のうちのコピー機能しか実装されていない機体である。しかし、そのサービスDB504を参照すると、機体ID2と機体ID3でFAX用の処理を施すサービスが提供されていることが分かる。また、機体ID3では、FAX送信処理サービスも提供されている。   For example, it is assumed that the operator performs a FAX transmission process with the MFP 1 (501). Here, the MFP 1 (501) is a machine on which only the copy function among the functions described above is mounted. However, referring to the service DB 504, it can be seen that a service for performing FAX processing with the machine ID 2 and the machine ID 3 is provided. The machine ID 3 also provides a FAX transmission processing service.

そこで、MFP1(501)は、サービスDBを参照して、自分自身では保持していない機能(すなわち、ここではFAX送信処理)であっても、サービスが提供されている機能に応じて、あたかも実装されているように動作する。これは、MFP2(502)、MFP3(503)でも同様である。それぞれのサービスDBに記載された、それぞれの提供するサービスをあたかも自身が実装しているように動作させることで、どの機体もユーザからみると多機能なMFPとして使用可能なネットワーク分散処理システムが構築可能となる。   Therefore, the MFP 1 (501) refers to the service DB and implements it even if it is a function that is not held by itself (that is, FAX transmission processing here) according to the function for which the service is provided. Behaves as it is. The same applies to MFP2 (502) and MFP3 (503). A network distributed processing system that can be used as a multifunctional MFP from the user's point of view is built by operating the services provided in each service DB as if they were implemented. It becomes possible.

図6は、本発明の第1の実施例における図5に示すMFP1(501)の操作部の画面例を示す図である。MFP1(501)は、上述したようにコピー動作しか実装されていない。しかし、サービスDB504を参照して、FAX機能、プリント機能が使用可能であると判断し、操作者にその機能を提供可能な状態とするために操作画面を用意する。これは、サービスDBに応じて、予め用意しておいた操作画面を表示してもよいし、サービスに応じて、操作画面のオブジェクトを受信し、表示するように実装してもよい。   FIG. 6 is a diagram showing a screen example of the operation unit of the MFP 1 (501) shown in FIG. 5 in the first embodiment of the present invention. The MFP 1 (501) has only a copy operation as described above. However, with reference to the service DB 504, it is determined that the FAX function and the print function can be used, and an operation screen is prepared so that the function can be provided to the operator. This may display an operation screen prepared in advance according to the service DB, or may be implemented so as to receive and display an object on the operation screen according to the service.

図6に示す画面例において、601はFAX送信先番号指定部、602は画像モード指定部、603は解像度指定部、604はFAX処理を開始するためのスタートキーである。また、図6において、605はFAX機能操作画面表示タブであり、図6では、一例としてFAX機能操作画面が表示された場合を図示している。さらに、図6において、606はコピー機能操作画面表示タブであり、操作者がコピー機能を使用したい場合は、このタブを押下することで、コピー機能操作画面を表示することができる。   In the screen example shown in FIG. 6, reference numeral 601 denotes a FAX transmission destination number designation unit, 602 denotes an image mode designation unit, 603 denotes a resolution designation unit, and 604 denotes a start key for starting a FAX process. In FIG. 6, reference numeral 605 denotes a FAX function operation screen display tab. FIG. 6 shows a case where a FAX function operation screen is displayed as an example. Further, in FIG. 6, reference numeral 606 denotes a copy function operation screen display tab. When the operator wants to use the copy function, the copy function operation screen can be displayed by pressing this tab.

操作者によって操作部で指定されたFAX処理は、MFP1(501)が、分散処理の管理ノードになり、MFP2(502)、MFP3(503)を処理ノードとすることで分散処理が実行される。MFP1(501)は、ユーザがドキュメントフィーダに原稿を設置し、操作部を介してFAX処理の各種指定がなされて、スタートキー押下によるジョブ投入するのを受けて、サービスDB504を参照する。そして、MFP1(501)は、機体ID2、機体ID3でFAX画像処理が可能であることと、機体ID3でFAX送信処理が可能なことを検知する。そして、機体ID2、機体ID3(すなわちMFP2(502)、MFP3(503))に当該FAX処理を依頼するようにする。そこで、MFP1(501)は、例えば、以下のようなジョブパスを発生する。   In the FAX process designated by the operator on the operation unit, the MFP 1 (501) becomes a management node for distributed processing, and the MFP 2 (502) and MFP 3 (503) are used as processing nodes. The MFP 1 (501) refers to the service DB 504 in response to a user placing a document on the document feeder, making various fax processing designations via the operation unit, and submitting a job by pressing the start key. Then, the MFP 1 (501) detects that FAX image processing is possible with the machine ID 2 and machine ID 3, and that FAX transmission processing is possible with the machine ID 3. Then, the machine ID 2 and machine ID 3 (that is, MFP 2 (502), MFP 3 (503)) are requested to perform the FAX processing. Therefore, for example, the MFP 1 (501) generates the following job path.

(1)MFP1(501)において、原稿をスキャナで読み取り画像データを生成する。   (1) In the MFP 1 (501), a document is read by a scanner and image data is generated.

(2)MFP2(502)、MFP3(503)に読み取り画像データを配信し、操作部で指定されたFAX画像処理の分散処理依頼を行う。ここでは、画像モード指定部602で、画像モードとして、文字を強調するための文字モードが指定されているため、エッジ強調処理を強めに、濃度を濃い目に処理することで、文字がきれいにでるような処理を施すことになる。また、解像度指定部603で、200×200dpiに指定されているため、解像度変換処理を施して200×200dpiを実現するように処理を施す。   (2) The read image data is distributed to the MFP 2 (502) and the MFP 3 (503), and a distributed processing request for FAX image processing designated by the operation unit is made. Here, since the character mode for emphasizing the character is designated as the image mode in the image mode designating unit 602, the character can be clearly displayed by processing the edge emphasis processing stronger and processing the eye with a higher density. Such processing is performed. Further, since the resolution designation unit 603 designates 200 × 200 dpi, a resolution conversion process is performed so as to realize 200 × 200 dpi.

(3)FAX処理の終わった処理後の画像データをMFP3(503)に送信し、また、FAX送信先番号指定部601で指定されたFAX番号をMFP3(503)に送信し、MFP3(503)にFAX送信処理依頼を行う。   (3) The processed image data after the FAX processing is transmitted to the MFP 3 (503), and the FAX number specified by the FAX transmission destination number specifying unit 601 is transmitted to the MFP 3 (503), and the MFP 3 (503) A FAX transmission processing request is made to

尚、上記(2)において、FAX画像処理可能な機体2台に分散処理依頼をするように記述したが、ネットワークに接続されたMFPでFAX画像処理可能な機体が2台以上存在する場合は、2台以上に分散処理依頼するように実施してもよい。また、1台に処理依頼をすることで実施してもよい。   In the above (2), it has been described that a request for distributed processing is sent to two machines capable of fax image processing. However, if there are two or more machines capable of fax image processing with an MFP connected to the network, You may implement so that a distributed processing request may be carried out to two or more. Moreover, you may implement by requesting a process to one unit.

本実施例では、機能を実装していないMFPに対して、いかにその機能を実施可能とするかについて記述してきた。ここで、機能は自身で実装している場合において、その処理を分散処理依頼することで、自身のもつ処理能力を上回る高速処理を行うように実装することも可能である。   In the present embodiment, it has been described how an MFP that does not have the function can be implemented. Here, in the case where the function is implemented by itself, it is also possible to implement so as to perform high-speed processing exceeding its own processing capability by requesting the processing to be distributed.

上述したように、サービスDBを持ち、分散処理可能な状態のMFPをネットワークに接続し、お互いに分散処理可能なサービスを提供する。これにより、1台1台の処理能力や機能が不十分な場合であっても、他のMFPが備える各種機能を使用することが可能となり、かつ、余った処理能力を十分に活用可能である。したがって、1台のコストを抑えられた低コストなシステムで、処理能力も高く、利便性の高いネットワーク分散処理システムが構築可能となる。   As described above, MFPs that have a service DB and are capable of distributed processing are connected to a network, and services that can be distributed to each other are provided. As a result, even if the processing capability and functions of each unit are insufficient, it is possible to use various functions of other MFPs, and the remaining processing capability can be fully utilized. . Therefore, it is possible to construct a network distributed processing system with a low cost, which has a reduced cost, a high processing capability, and a high convenience.

<第2の実施例>
前述した実施例に加えて、新たにMFPがネットワーク上に追加された際に、追加されたMFPの提供する分散処理機能、サービスを各MFPのサービスDBに追加、更新することで、より利便性の高いシステムを構築することが可能となる。
<Second embodiment>
In addition to the above-described embodiment, when a new MFP is added to the network, the distributed processing function and service provided by the added MFP are added to and updated in the service DB of each MFP, thereby improving convenience. It is possible to build a high system.

図7は、本発明の第2の実施例におけるネットワーク分散処理を説明するための図である。図7において、MFP1(501)、MFP2(502)、MFP3(503)、サービスDB504、505、506は、上記第1の実施例と同様のMFP及びサービスDBである。そして、701は、今回新たにネットワーク接続されるMFP4であり、702は、MFP4(701)に保持されるサービスDBである。   FIG. 7 is a diagram for explaining network distribution processing in the second exemplary embodiment of the present invention. In FIG. 7, MFP1 (501), MFP2 (502), MFP3 (503), and service DBs 504, 505, and 506 are the same MFP and service DB as in the first embodiment. Reference numeral 701 denotes an MFP 4 newly connected to the network this time, and reference numeral 702 denotes a service DB held in the MFP 4 (701).

MFP4(701)は、第1の実施例で説明したネットワークに接続すると、ネットワークに接続され、サービスDBを保持し、ネットワーク分散処理可能なデバイスを探索する。ここでは、MFP4(701)によって、MFP1(501)、MPF2(502)、MFP3(503)が検出される。   When the MFP 4 (701) is connected to the network described in the first embodiment, the MFP 4 (701) is connected to the network, holds the service DB, and searches for a device capable of network distributed processing. Here, MFP 1 (501), MPF 2 (502), and MFP 3 (503) are detected by MFP 4 (701).

ここで、MFP4(701)は、コピー画像処理、ネットワーク画像配信処理が、サービス提供可能なデバイスであるとする。ネットワーク画像配信処理は、例えば、スキャナで読み取った画像データをユーザの利用可能なフォーマット(JPEG等)に変換して、ファイルサーバ等のコンピュータやE−mailに添付して配信する機能である。   Here, it is assumed that the MFP 4 (701) is a device that can provide services for copy image processing and network image distribution processing. The network image distribution process is a function that converts image data read by a scanner into a format (JPEG or the like) that can be used by a user, and distributes the image data by attaching it to a computer such as a file server or E-mail.

そして、MFP4(701)は、検出されたMFP1(501)、MFP2(502)、MFP3(503)に対して、自身のデバイスにおいて、コピー画像処理とネットワーク画像配信処理がサービス提供可能であることを通知する。各MFPは、MFP4(701)が提供するサービスの通知を受け取ると、機体ID4として、当該機能を記憶し、それぞれのサービスDBを更新する。   Then, the MFP 4 (701) indicates that the copy image processing and network image distribution processing can be provided to the detected MFP 1 (501), MFP 2 (502), and MFP 3 (503) in its own device. Notice. Upon receiving notification of the service provided by the MFP 4 (701), each MFP stores the function as the machine ID 4, and updates each service DB.

MFP4(701)に対して、例えばMFP1(501)は、更新したサービスDBを送信する。尚、サービスDBを送信するMFPは、MFP1(501)でなくてもよく、MFP4(701)にサービスDB702が構築できるように送信されれば、どのMFPからの送信であってもよい。   For example, the MFP 1 (501) transmits the updated service DB to the MFP 4 (701). Note that the MFP that transmits the service DB may not be the MFP 1 (501), and any MFP may be used as long as the service DB 702 can be constructed in the MFP 4 (701).

以上の手順によって、MFP1(501)、MFP2(502)、MFP3(503)、MFP4(701)から構成されるネットワーク分散処理システムには、新たにネットワーク画像配信機能が追加される。また、第1の実施例でも図6に図示したように、FAX機能、コピー機能もサービスDBを参照することで機能可能であることから、図8に示すように、操作部の表示が更新される。   Through the above procedure, a network image distribution function is newly added to the network distributed processing system including the MFP 1 (501), MFP 2 (502), MFP 3 (503), and MFP 4 (701). Also in the first embodiment, as shown in FIG. 6, the FAX function and the copy function can also function by referring to the service DB, so the display on the operation unit is updated as shown in FIG. The

図8は、本発明の第2の実施例における図7に示すMFP1(501)の操作部の画面例を示す図である。図8で、801はネットワーク画像配信先指定部、802はプロトコル指定部、803は画像フォーマット指定部である。また、図8において、804はネットワーク画像配信処理を実施するためのスタートキーである。さらに、805はネットワーク画像配信機能の操作部表示を指定するためのタブであり、806、807は、それぞれ本実施例では図示されないが、FAX機能、コピー機能の操作部表示を指定するためのタブである。   FIG. 8 is a diagram showing a screen example of the operation unit of the MFP 1 (501) shown in FIG. 7 in the second embodiment of the present invention. In FIG. 8, reference numeral 801 denotes a network image delivery destination designation unit, 802 denotes a protocol designation unit, and 803 denotes an image format designation unit. In FIG. 8, reference numeral 804 denotes a start key for performing network image distribution processing. Further, reference numeral 805 denotes a tab for designating the operation unit display of the network image distribution function. Reference numerals 806 and 807 denote tabs for designating the operation unit display of the FAX function and the copy function, which are not shown in the present embodiment. It is.

尚、本実施例では、ネットワーク画像配信機能は、プロトコル指定でFTP(ファイルトランスファープロトコル)を指定しているが、Windows(登録商標)ネットワーク共有フォルダであってもよいし、E−mailサーバを経由した画像配信であってもよい。また、ネットワーク画像配信先指定部801で、ネットワーク画像配信先はIPアドレスとして記述しているが、プロトコルで指定可能な配信先指定であれば特に制限はない。   In this embodiment, the network image distribution function specifies FTP (file transfer protocol) by protocol specification, but may be a Windows (registered trademark) network shared folder or via an E-mail server. The image distribution may be performed. In the network image delivery destination designation unit 801, the network image delivery destination is described as an IP address. However, there is no particular limitation as long as the delivery destination can be designated by a protocol.

尚、ここで重要なことは、MFP4(701)を追加したことにより、それぞれのサービスDBが更新される。そして、全てのMFPで操作部表示も更新され、どのMFPからも使用可能な機能が増えて、利便性の増したネットワーク分散処理システムになっているということである。また、機能だけではなく、コピー画像処理の分散処理クライアント数も増えており、コピー画像処理の処理能力もネットワーク分散処理システム全体としては向上していることになる。   It is important to note that the service DB is updated by adding the MFP 4 (701). In addition, the display of the operation unit is updated in all the MFPs, and functions that can be used from any MFP are increased, and the network distributed processing system is improved in convenience. In addition to the functions, the number of distributed processing clients for copy image processing has increased, and the processing capacity for copy image processing has improved as a whole network distributed processing system.

次に、ネットワーク分散処理システムにおける処理能力が足りない場合(例えば、利用者が多くなったために、ネットワーク画像配信機能がMFP4(701)だけでは処理能力が足りなくなった場合)を想定する。この場合、MFP1(501)にネットワーク配信処理を追加するといったように、ネットワーク分散処理システムのいずれかのマシンに足りない処理機能を追加し、それぞれのサービスDBを更新するようにする。これにより、必要最小限の追加コストで、ユーザに利便性を損なうことなく、処理性能を向上することが可能である。   Next, a case is assumed where the processing capacity in the network distributed processing system is insufficient (for example, when the network image distribution function is insufficient for the MFP 4 (701) alone due to an increase in the number of users). In this case, a processing function that is insufficient in any of the machines in the network distributed processing system is added, such as adding a network distribution process to the MFP 1 (501), and each service DB is updated. As a result, the processing performance can be improved with a minimum additional cost without impairing convenience for the user.

<その他の実施例>
上述した実施例では、サービスDBを持ち、分散処理可能な状態のMFPをネットワークに接続して、互いに分散処理可能なサービスを提供した。これにより、1台1台の処理能力や機能が少なくても、どのMFPからも多くの機能が使用可能となり、かつ、余った処理能力を十分に活用可能なネットワーク分散処理システムを提供することを説明した。そして、これにより、1台のコストが抑制できる低コストなシステムで、結果としてシステム全体では処理能力が高く、利便性の高いネットワーク分散処理システムが構築可能となる。また、自身が実装していない機能であっても、サービスDBを参照して利用可能となる機能については、ユーザに操作可能な状態とするために、操作部の表示を実装した。これにより、どのデバイスからでも、分散処理サービスの提供されている機能が使用可能となる。
<Other examples>
In the above-described embodiment, a service DB is provided, and MFPs that can perform distributed processing are connected to a network to provide services that can be distributed to each other. As a result, it is possible to provide a network distributed processing system in which many functions can be used from any MFP even when the processing capacity and functions of each unit are small, and the surplus processing capacity can be fully utilized. explained. As a result, it is possible to construct a network distributed processing system which is a low-cost system capable of suppressing the cost of one unit, and as a result has high processing capacity and high convenience in the entire system. In addition, for functions that can be used by referring to the service DB even if the functions are not implemented by themselves, display of the operation unit is implemented in order to make the user operable. As a result, the functions provided by the distributed processing service can be used from any device.

以上、実施形態例を詳述したが、本発明は、例えば、システム、装置、方法、プログラム若しくは記憶媒体(記録媒体)等としての実施態様をとることが可能である。具体的には、複数の機器から構成されるシステムに適用しても良いし、また、一つの機器からなる装置に適用しても良い。   Although the embodiment has been described in detail above, the present invention can take an embodiment as a system, apparatus, method, program, storage medium (recording medium), or the like. Specifically, the present invention may be applied to a system composed of a plurality of devices, or may be applied to an apparatus composed of a single device.

尚、本発明は、前述した実施形態の機能を実現するソフトウェアのプログラム(実施形態では図に示すフローチャートに対応したプログラム)を、システムあるいは装置に直接あるいは遠隔から供給する。そして、そのシステムあるいは装置のコンピュータが該供給されたプログラムコードを読み出して実行することによっても達成される場合を含む。   In the present invention, a software program (in the embodiment, a program corresponding to the flowchart shown in the drawing) that realizes the functions of the above-described embodiments is directly or remotely supplied to a system or apparatus. In addition, this includes a case where the system or the computer of the apparatus is also achieved by reading and executing the supplied program code.

従って、本発明の機能処理をコンピュータで実現するために、該コンピュータにインストールされるプログラムコード自体も本発明を実現するものである。つまり、本発明は、本発明の機能処理を実現するためのコンピュータプログラム自体も含まれる。   Accordingly, since the functions of the present invention are implemented by computer, the program code installed in the computer also implements the present invention. In other words, the present invention includes a computer program itself for realizing the functional processing of the present invention.

その場合、プログラムの機能を有していれば、オブジェクトコード、インタプリタにより実行されるプログラム、OSに供給するスクリプトデータ等の形態であっても良い。   In that case, as long as it has the function of a program, it may be in the form of object code, a program executed by an interpreter, script data supplied to the OS, or the like.

プログラムを供給するための記録媒体としては、例えば、以下のようなものがある。フロッピー(登録商標)ディスク、ハードディスク、光ディスク、光磁気ディスク、MO、CD−ROM、CD−R、CD−RW、磁気テープ、不揮発性のメモリカード、ROM、DVD(DVD−ROM,DVD−R)。   Examples of the recording medium for supplying the program include the following. Floppy (registered trademark) disk, hard disk, optical disk, magneto-optical disk, MO, CD-ROM, CD-R, CD-RW, magnetic tape, nonvolatile memory card, ROM, DVD (DVD-ROM, DVD-R) .

その他、プログラムの供給方法としては、クライアントコンピュータのブラウザを用いてインターネットのホームページからハードディスク等の記録媒体にダウンロードすることによっても供給できる。すなわち、ホームページに接続し、該ホームページから本発明のコンピュータプログラムそのもの、もしくは圧縮され自動インストール機能を含むファイルをダウンロードする。また、本発明のプログラムを構成するプログラムコードを複数のファイルに分割し、それぞれのファイルを異なるホームページからダウンロードすることによっても実現可能である。つまり、本発明の機能処理をコンピュータで実現するためのプログラムファイルを複数のユーザに対してダウンロードさせるWWWサーバも、本発明に含まれるものである。   As another program supply method, the program can be supplied by downloading it from a homepage on the Internet to a recording medium such as a hard disk using a browser of a client computer. That is, it connects to a homepage and downloads the computer program itself of the present invention or a compressed file including an automatic installation function from the homepage. It can also be realized by dividing the program code constituting the program of the present invention into a plurality of files and downloading each file from a different homepage. That is, a WWW server that allows a plurality of users to download a program file for realizing the functional processing of the present invention on a computer is also included in the present invention.

また、本発明のプログラムを暗号化してCD−ROM等の記憶媒体に格納してユーザに配布する。そして、所定の条件をクリアしたユーザに対し、インターネットを介してホームページから暗号化を解く鍵情報をダウンロードさせる。そして、その鍵情報を使用することにより暗号化されたプログラムを実行してコンピュータにインストールさせて実現することも可能である。   Further, the program of the present invention is encrypted, stored in a storage medium such as a CD-ROM, and distributed to users. Then, the user who has cleared the predetermined condition is allowed to download key information for decryption from the homepage via the Internet. It is also possible to execute the encrypted program by using the key information and install the program on a computer.

また、コンピュータが、読み出したプログラムを実行することによって、前述した実施形態の機能が実現される。その他にも、そのプログラムの指示に基づき、コンピュータ上で稼動しているOSなどが、実際の処理の一部または全部を行い、その処理によっても前述した実施形態の機能が実現され得る。   Further, the functions of the above-described embodiments are realized by the computer executing the read program. In addition, the function of the above-described embodiment can be realized by an OS running on the computer based on an instruction of the program and performing part or all of the actual processing.

さらに、記録媒体から読み出されたプログラムが、コンピュータに挿入された機能拡張ボードやコンピュータに接続された機能拡張ユニットに備わるメモリに書き込まれた後にも前述した実施形態の機能が実現される。すなわち、そのプログラムの指示に基づき、その機能拡張ボードや機能拡張ユニットに備わるCPUなどが実際の処理の一部または全部を行うことによっても前述した実施形態の機能が実現される。   Further, the functions of the above-described embodiments are realized even after the program read from the recording medium is written in a memory provided in a function expansion board inserted into the computer or a function expansion unit connected to the computer. That is, the functions of the above-described embodiments are realized by performing a part or all of the actual processing by the CPU or the like provided in the function expansion board or function expansion unit based on the instructions of the program.

グリッドコンピューティングのアーキテクチャ例を説明するための図である。It is a figure for demonstrating the example of an architecture of grid computing. デスクトップグリッドコンピューティングの技術をネットワークプリンタのPDL処理に適用した場合の構成を説明するための図である。FIG. 3 is a diagram for explaining a configuration when a technique of desktop grid computing is applied to PDL processing of a network printer. 本発明の第1の実施例における複写機能を有するネットワークMFPの外観図である。1 is an external view of a network MFP having a copy function according to a first embodiment of the present invention. 本発明の第1の実施例におけるネットワークプリンタの制御構成を示すブロック図である。It is a block diagram which shows the control structure of the network printer in 1st Example of this invention. 本発明の第1の実施例におけるネットワーク分散処理を説明するための図である。It is a figure for demonstrating the network distribution process in 1st Example of this invention. 本発明の第1の実施例における図5に示すMFP1(501)の操作部の画面例を示す図である。6 is a diagram showing a screen example of an operation unit of the MFP 1 (501) shown in FIG. 5 in the first embodiment of the present invention. FIG. 本発明の第2の実施例におけるネットワーク分散処理を説明するための図である。It is a figure for demonstrating the network distribution process in 2nd Example of this invention. 本発明の第2の実施例における図7に示すMFP1(501)の操作部の画面例を示す図である。FIG. 10 is a diagram illustrating a screen example of an operation unit of the MFP 1 (501) illustrated in FIG. 7 in the second embodiment of the present invention.

符号の説明Explanation of symbols

501 MFP1
502 MFP2
503 MFP3
504、505、506 サービスデータベース(DB)
501 MFP1
502 MFP2
503 MFP3
504, 505, 506 Service database (DB)

Claims (9)

ネットワーク上に接続された複数の情報処理装置が有するそれぞれの資源を共有し、分散処理を行うネットワーク分散処理システムであって、
各情報処理装置が、
前記複数の情報処理装置においてそれぞれ実行可能な情報処理機能に関する情報をそれぞれの情報処理装置と関連付けて格納する格納手段と、
いずれかの情報処理機能によって実行可能なジョブを受け付ける受付手段と、
前記ジョブを実行可能な情報処理機能が自装置にあるか否かを判断する判断手段と、
前記判断手段によって自装置にないと判断された場合、前記格納手段に格納されている情報処理機能に関する情報に基づいて、該ジョブを実行可能な情報処理機能を有する他の情報処理装置へのジョブパスを発生させ、該他の情報処理装置へ前記ジョブの実行を依頼する依頼手段と
を備えることを特徴とするネットワーク分散処理システム。
A network distributed processing system that shares each resource of a plurality of information processing devices connected on a network and performs distributed processing,
Each information processing device
Storage means for storing information relating to information processing functions executable in each of the plurality of information processing devices in association with the respective information processing devices;
Accepting means for accepting a job executable by any of the information processing functions;
Determining means for determining whether or not the apparatus has an information processing function capable of executing the job;
Job path to another information processing apparatus having an information processing function capable of executing the job based on information related to the information processing function stored in the storage means when the determination means determines that the apparatus is not present And a requesting means for requesting the execution of the job to the other information processing apparatus.
前記各情報処理装置が、前記格納手段に格納された前記複数の情報処理装置においてそれぞれ実行可能な情報処理機能に関する情報を表示する表示手段をさらに備えることを特徴とする請求項1に記載のネットワーク分散処理システム。   2. The network according to claim 1, further comprising: a display unit configured to display information related to an information processing function that can be executed by each of the plurality of information processing apparatuses stored in the storage unit. Distributed processing system. 前記依頼手段が、前記ジョブを実行可能な複数の情報処理装置に対して該ジョブを分散処理させるためのジョブパスを発生させ、それぞれの情報処理装置に対して前記ジョブの分散処理の実行を依頼することを特徴とする請求項1又は2に記載のネットワーク分散処理システム。   The request unit generates a job path for distributing the job to a plurality of information processing apparatuses capable of executing the job, and requests each information processing apparatus to execute the distributed processing of the job. The network distributed processing system according to claim 1, wherein the network is distributed. 前記各情報処理装置が、前記格納手段に格納された前記複数の情報処理装置においてそれぞれ実行可能な情報処理機能毎に準備された操作用画面を記憶する画面記憶手段をさらに備え、
前記表示手段が、前記格納手段に格納された前記複数の情報処理装置においてそれぞれ実行可能な情報処理機能に関する操作用画面を表示することを特徴とする請求項2に記載のネットワーク分散処理システム。
Each of the information processing devices further includes a screen storage unit that stores an operation screen prepared for each information processing function that can be executed in each of the plurality of information processing devices stored in the storage unit,
The network distributed processing system according to claim 2, wherein the display unit displays an operation screen related to an information processing function that can be executed by each of the plurality of information processing apparatuses stored in the storage unit.
前記各情報処理装置が、自装置で実行可能な情報処理機能の種類に応じた操作用画面を記憶する画面記憶手段をさらに備え、
前記表示手段が、前記格納手段に格納された前記複数の情報処理装置においてそれぞれ実行可能な情報処理機能に関する操作用画面をそれぞれの情報処理装置から取得して表示することを特徴とする請求項2に記載のネットワーク分散処理システム。
Each of the information processing devices further includes screen storage means for storing an operation screen corresponding to the type of information processing function that can be executed by the own device,
The display means acquires and displays an operation screen related to an information processing function that can be executed by each of the plurality of information processing apparatuses stored in the storage means from each information processing apparatus. Distributed network processing system described in 1.
前記各情報処理装置が、前記ネットワークに新たに追加された情報処理装置から通知された該情報処理装置で実行可能な情報処理機能に関する情報を受信する受信手段と、
前記格納手段の内容に前記受信手段によって受信された新たに追加された前記情報処理装置で実行可能な情報処理機能に関する情報を該情報処理装置と関連付けて付加することにより該格納手段を更新する更新手段と、
前記新たな情報処理装置に更新された前記格納手段に格納された情報を前記新たに追加された情報処理装置に送信する送信手段とをさらに備え、
前記新たな情報処理手段は、
前記ネットワークに新たに追加された場合に、自装置で実行可能な情報処理機能に関する情報を前記複数の情報処理装置に通知する通知手段と、
前記複数の情報処理手段にいずれかから送信された前記更新手段によって更新された前記情報を記憶する記憶手段とを備える
ことを特徴とする請求項1から5までのいずれか1項に記載のネットワーク分散処理システム。
Each of the information processing devices receives information related to an information processing function executable by the information processing device notified from the information processing device newly added to the network;
Update for updating the storage means by adding information related to the information processing function executable by the newly added information processing apparatus received by the receiving means to the contents of the storage means in association with the information processing apparatus Means,
A transmission means for transmitting information stored in the storage means updated to the new information processing apparatus to the newly added information processing apparatus;
The new information processing means includes:
A notification means for notifying the plurality of information processing devices of information related to information processing functions executable by the device when newly added to the network;
6. The network according to claim 1, further comprising storage means for storing the information updated by the update means transmitted from any of the plurality of information processing means. Distributed processing system.
前記各情報処理装置が、
前記複数の情報処理装置のいずれかに新たな情報処理機能が追加された場合、前記新たな情報処理機能に関する情報を格納手段にさらに格納して該格納手段を更新する更新手段と、
更新された前記格納手段に格納された前記新たな情報処理機能に関する情報を他の情報処理装置に送信する送信手段と
をさらに備えることを特徴とする請求項1から6までのいずれか1項に記載のネットワーク分散処理システム。
Each of the information processing devices
When a new information processing function is added to any of the plurality of information processing apparatuses, an update unit that further stores information on the new information processing function in a storage unit and updates the storage unit;
The transmission device according to any one of claims 1 to 6, further comprising: a transmission unit configured to transmit information on the new information processing function stored in the updated storage unit to another information processing apparatus. The network distributed processing system described.
ネットワーク上に接続された複数の情報処理装置が有するそれぞれの資源を共有し、分散処理を行うネットワーク分散処理システムにおけるネットワーク分散処理方法であって、
前記複数の情報処理装置においてそれぞれ実行可能な情報処理機能に関する情報をそれぞれの情報処理装置と関連付けて格納する格納手段を備えるいずれかの情報処理機能によって実行可能なジョブを情報処理装置が受け付ける受付工程と、
前記ジョブを実行可能な情報処理機能が前記ジョブを受け付けた装置内にあるか否かを判断する判断工程と、
前記判断工程によって自装置にないと判断された場合、前記格納手段に格納されている情報処理機能に関する情報に基づいて、該ジョブを実行可能な情報処理機能を有する他の情報処理装置へのジョブパスを発生させ、該他の情報処理装置へ前記ジョブの実行を依頼する依頼工程と
を有することを特徴とするネットワーク分散処理方法。
A network distributed processing method in a network distributed processing system that shares each resource of a plurality of information processing apparatuses connected on a network and performs distributed processing,
A reception step in which the information processing apparatus receives a job that can be executed by any one of the information processing functions, including a storage unit that stores information related to the information processing function that can be executed in each of the plurality of information processing apparatuses in association with each information processing apparatus When,
A determination step of determining whether an information processing function capable of executing the job is in the apparatus that has received the job;
Job path to another information processing apparatus having an information processing function capable of executing the job based on information related to the information processing function stored in the storage means when it is determined by the determination step that the apparatus is not present And a requesting step for requesting execution of the job to the other information processing apparatus.
ネットワーク上に接続された複数の情報処理装置が有するそれぞれの資源を共有し、分散処理を行うネットワーク分散処理システムにおいて、
それぞれの情報処理装置に、
前記複数の情報処理装置においてそれぞれ実行可能な情報処理機能に関する情報をそれぞれの情報処理装置と関連付けて格納手段に格納する格納手順と、
いずれかの情報処理機能によって実行可能なジョブを受け付ける受付手順と、
前記ジョブを実行可能な情報処理機能が自装置にあるか否かを判断する判断手順と、
前記判断手順によって自装置にないと判断された場合、前記格納手段に格納されている情報処理機能に関する情報に基づいて、該ジョブを実行可能な情報処理機能を有する他の情報処理装置へのジョブパスを発生させ、該他の情報処理装置へ前記ジョブの実行を依頼する依頼手順と
を実行させるためのプログラム。
In a network distributed processing system that shares each resource of a plurality of information processing apparatuses connected on a network and performs distributed processing,
Each information processing device
A storage procedure for storing information relating to information processing functions executable in each of the plurality of information processing devices in association with each information processing device;
An acceptance procedure for accepting a job that can be executed by any of the information processing functions;
A determination procedure for determining whether or not the apparatus has an information processing function capable of executing the job;
Job path to another information processing apparatus having an information processing function capable of executing the job based on information related to the information processing function stored in the storage means when it is determined by the determination procedure that the apparatus is not present And a request procedure for requesting the other information processing apparatus to execute the job.
JP2005248193A 2005-08-29 2005-08-29 Network distributed processing system and method Withdrawn JP2007065785A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2005248193A JP2007065785A (en) 2005-08-29 2005-08-29 Network distributed processing system and method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2005248193A JP2007065785A (en) 2005-08-29 2005-08-29 Network distributed processing system and method

Publications (1)

Publication Number Publication Date
JP2007065785A true JP2007065785A (en) 2007-03-15

Family

ID=37927959

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2005248193A Withdrawn JP2007065785A (en) 2005-08-29 2005-08-29 Network distributed processing system and method

Country Status (1)

Country Link
JP (1) JP2007065785A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2008136364A1 (en) * 2007-04-26 2008-11-13 Olympus Corporation Parallel computation processing system and parallel computation processing method
JP2011008419A (en) * 2009-06-24 2011-01-13 Nec System Technologies Ltd Distributed information processing system and control method, as well as computer program

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2008136364A1 (en) * 2007-04-26 2008-11-13 Olympus Corporation Parallel computation processing system and parallel computation processing method
JP2011008419A (en) * 2009-06-24 2011-01-13 Nec System Technologies Ltd Distributed information processing system and control method, as well as computer program

Similar Documents

Publication Publication Date Title
US7872769B2 (en) Divided job scheduler
US8139243B2 (en) Information processing apparatus, control method, and computer-readable medium for distributed processing of print jobs
US20120092689A1 (en) Information processing apparatus, method for controlling the same, and storage medium
US8112520B2 (en) Method of assigning service and information processing apparatus for implementing the method
US7209259B2 (en) Image processing apparatus that has function of executing rewrite of firmware, image processing method, and program
US7835022B2 (en) Grid computing system, and job allocation method in grid computing system
US7826080B2 (en) Print system, print method, information processing apparatus and method of controlling the information processing apparatus
US20120069391A1 (en) Printing apparatus, printing system, and method of controlling printing apparatus
JP2006109459A (en) Print supporting apparatus, print processing apparatus, document processing system, method of controlling print supporting apparatus, print support control program, and computer readable recording medium
US20060224660A1 (en) Image processing apparatus and control method for image processing apparatus
JP2006318123A (en) Log information management device, log information generation device, document management system, log information management method, log information transmission method and program
US8127178B2 (en) Image forming apparatus, method of controlling image forming apparatus, program, and storage medium
JP5127414B2 (en) Service providing apparatus, control method therefor, and computer program
JP2007065785A (en) Network distributed processing system and method
JP5195194B2 (en) Image processing apparatus and image processing system
JP2007042099A (en) Billing data holding method, billing data restoring method, billing data restoring system, image-processing device activity data holding method, and billing data holding system
JP2006048273A (en) Image processing system
JP2004276318A (en) Image forming apparatus
JP6074923B2 (en) Information processing apparatus, network system, operation information capturing method, and operation information capturing program
JP2008242700A (en) Print management device, print management system and print management program
JP2008137278A (en) Image forming apparatus, method and program for controlling image processing, and image processing apparatus
JP2006163543A (en) Image processing system
JP2006048271A (en) Image processing system using grid computing
JP2006164173A (en) Image forming apparatus
JP2006246181A (en) Image-processing system

Legal Events

Date Code Title Description
A300 Withdrawal of application because of no request for examination

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20081104