JP2009146244A - File distribution system, file distribution method, program and recording medium - Google Patents
File distribution system, file distribution method, program and recording medium Download PDFInfo
- Publication number
- JP2009146244A JP2009146244A JP2007324192A JP2007324192A JP2009146244A JP 2009146244 A JP2009146244 A JP 2009146244A JP 2007324192 A JP2007324192 A JP 2007324192A JP 2007324192 A JP2007324192 A JP 2007324192A JP 2009146244 A JP2009146244 A JP 2009146244A
- Authority
- JP
- Japan
- Prior art keywords
- job
- local system
- workflow
- plug
- distribution
- 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.)
- Pending
Links
Images
Landscapes
- Information Transfer Between Computers (AREA)
Abstract
Description
本発明は、他の処理装置と共同して処理負荷を分散するファイル配信システム、ファイル配信方法、プログラムおよび記録媒体に関する。 The present invention relates to a file distribution system, a file distribution method, a program, and a recording medium that distribute processing loads in cooperation with other processing apparatuses.
近年、画像処理装置(以下、MFPとして参照する。)は、複写機能、ファクシミリ機能、OCR機能、プリンタ機能など複数の機能を提供する。MFPは、多機能を提供するため、UNIX(登録商標)、LINUX(登録商標)などのオペレーティングシステム(以下、OSとして参照する。)により制御される複数のアプリケーションプログラムを実行する。また、MFPは、ローカルエリアネットワーク(LAN)や、インターネットなどからなるネットワークに接続され、SMTP、HTTPなどのデータ転送プロトコルを使用してファイルを送受信することも可能とされている。 In recent years, an image processing apparatus (hereinafter referred to as an MFP) provides a plurality of functions such as a copying function, a facsimile function, an OCR function, and a printer function. The MFP executes a plurality of application programs controlled by an operating system (hereinafter referred to as an OS) such as UNIX (registered trademark) or LINUX (registered trademark) in order to provide multiple functions. Further, the MFP is connected to a network such as a local area network (LAN) or the Internet, and can send and receive files using a data transfer protocol such as SMTP and HTTP.
したがって、近年のMFPは、単に画像処理を行うばかりではなく、ファイルを配信することが可能であるため、複数のMFPがネットワークに接続された場合、ファイル配信システムを構成するものとして捉えることもできる。以下、ファイル配信システムを、各種のデータやプログラムなど、情報処理装置が処理可能なファイルを指定された方法で読込んで処理を実行し、ネットワークを介して他のシステムに送信する複数のローカルシステムからなるシステムとして定義する。 Therefore, recent MFPs can not only perform image processing but also distribute files. Therefore, when a plurality of MFPs are connected to a network, they can be regarded as constituting a file distribution system. . Hereinafter, the file distribution system reads a file that can be processed by the information processing apparatus, such as various data and programs, by a designated method, executes the process, and transmits it to a plurality of local systems via a network. Is defined as a system.
上述したファイル配信システムが、複数のジョブがシーケンスとなってユーザの要求に対応するワークフローを処理する場合について説明する。ワークフローは、(1)MFPといったローカルシステムでスキャンし、TIFFファイルとされた画像データ(TIFFフォーマット)を、BMPファイルへとフォーマット変換し、(2)BMPファイルを使用してOCR処理を行い、(3)OCR処理の結果を電子メールで配信するワークフローの場合を例として説明する。なお、ワークフローは、ワークフローを構成するジョブおよび他ローカルシステムで実行するべきジョブ、実行先などと共にローカルシステム上でユーザが定義する。 A case will be described in which the file distribution system described above processes a workflow corresponding to a user request in a sequence of a plurality of jobs. The workflow includes (1) image data (TIFF format) scanned by a local system such as an MFP and converted into a BMP file, (2) OCR processing is performed using the BMP file, 3) An example of a workflow in which the result of OCR processing is delivered by e-mail will be described. The workflow is defined by the user on the local system together with the job constituting the workflow, the job to be executed in another local system, the execution destination, and the like.
図9に、従来のファイル配信システムでのワークフローの処理プロセスを示す。図9(a)は、ワークフローを単一のローカルシステム900で実行させる場合の従来例であり、図9(b)は、ワークフローをネットワーク接続されたローカルシステム900、920間で負荷分散しながら処理する従来例を示す。図9に示すように、ワークフローは、一連のジョブのシーケンスとして定義され、図9(a)の従来例では、単一のローカルシステム900上でジョブ902、904、906が実行される。一方、図9(b)に示した従来例では、ローカルシステム910上でジョブ912、916が実行され、他ローカルシステム920上で、ジョブ914が実行される。ユーザは、ワークフローを定義する場合に、図9(a)で示すように、一連のジョブを同一のローカルシステム上で実行させることを指定することができる。また、ユーザは、ワークフローを、図9(b)に示すように特定のジョブ902のみを他のローカルシステム920上で行うという設定を行うこともできる。
FIG. 9 shows a workflow processing process in a conventional file distribution system. FIG. 9A is a conventional example in the case where a workflow is executed by a single
ユーザは、ワークフローの実行を希望する場合、まずローカルシステム上で実行するべきワークフローを選択する。ローカルシステム900、910、920は、ユーザが指定したワークフローに従ってデータに対して処理を行い、他ローカルシステムに対するファイル配信処理など行う。上述したようなファイル配信システムとして、例えば特許第3777767号明細書(特許文献1)では、ネットワークで接続されたコンピュータ間でリソースをインストールする際に、リソースのインストールに関連する負荷増大を回避するために、リソースをデイジーチェーン方式で順次インストールする方法およびシステムが開示されている。特許文献1に開示されたシステムは、コンピュータをネットワークで接続し、インストール対象であるリソースをデイジーチェーン方式でコンピュータに順次インストールするものである。
特許文献1に開示されたシステムもファイルを配信するものの、ワークフローを複数のローカルシステム間で共有させるものではない。また、特許文献1に記載されたシステムは、ファイルサーバなどのファイル送信負荷を低減することは可能とするものの、特定のローカルシステムでの処理負荷を、処理オブジェクトを分散させることにより低減させるものではない。さらに、特許文献1に記載されたシステムは、ネットワーク中にサーバを配置することが必要とされ、ネットワーク構成の変更に柔軟に対応できず、またシステムコストも増大してしまうという問題があった。サーバを介してのファイル配信システムは、サーバダウンなどにより、各MFPは健全でも、ファイル配信機能全体が機能しなくなるというように、システムのロバスト性に問題があった。 Although the system disclosed in Patent Document 1 also distributes files, the workflow is not shared among a plurality of local systems. The system described in Patent Document 1 can reduce the file transmission load of a file server or the like, but cannot reduce the processing load in a specific local system by distributing processing objects. Absent. Furthermore, the system described in Patent Document 1 requires a server to be arranged in the network, and cannot flexibly cope with a change in the network configuration, and increases the system cost. The file distribution system via the server has a problem in the robustness of the system such that the entire file distribution function does not function even if each MFP is healthy due to server down or the like.
加えて、上述した従来のファイル配信システムは、ジョブの転送先のローカルシステムは、必ず受信したジョブの実行が可能でなければならないということが前提条件とされるものである。またリソースファイルをデイジーチェーン方式で配信する場合でも、配信先のコンピュータは、配信されたリソースファイルをインストールすることができることが前提とされている。 In addition, the above-described conventional file distribution system is premised on that the job transfer destination local system must be able to execute the received job. Further, even when a resource file is distributed by a daisy chain method, it is assumed that the distribution destination computer can install the distributed resource file.
さらに、従来のファイル配信システムでは、ユーザは、ジョブまたはリソースファイルの転送先を、予めローカルシステムに登録しておかなければならなかった。すなわち、従来のファイル配信システムは、配信先の能力が保証され、かつ予め配信先がワークフロー内で指定されていなければならず、ファイル配信システムを構成するファイル配信システム内で最適な負荷分散を行うことができないという問題があった。さらに、配信サーバを利用する場合には、システム構成の変更に柔軟に対応できず、さらにサーバダウンによるワークフロー処理機能の全体がダウンするという、システムロバスト性においても充分なものではなかった。 Furthermore, in the conventional file distribution system, the user has to register the transfer destination of the job or resource file in the local system in advance. In other words, the conventional file distribution system guarantees the capability of the distribution destination, and the distribution destination must be designated in advance in the workflow, and performs optimal load distribution in the file distribution system constituting the file distribution system. There was a problem that I could not. Furthermore, when the distribution server is used, the system robustness that cannot flexibly cope with the change in the system configuration and the entire workflow processing function due to the server down is not sufficient.
本発明は、上記従来技術の課題に鑑みてなされたものであり、ユーザが予めファイルの転送先を指定することなく、ローカルシステムがワークフローの処理効率やライセンス状況などに対応して自動的にファイルの配信先を選択し、ファイル配信システム内で最適な負荷分散を可能とする、ファイル配信システム、ファイル配信方法、プログラムおよび記録媒体を提供することを目的とする。 The present invention has been made in view of the above-described problems of the prior art, and the local system automatically selects the file in accordance with the processing efficiency of the workflow, the license status, and the like without specifying the file transfer destination in advance. It is an object of the present invention to provide a file distribution system, a file distribution method, a program, and a recording medium that can select a distribution destination and enable optimal load distribution in the file distribution system.
本発明では、MFPなどをローカルシステムとし、複数のローカルシステムをネットワーク接続してファイル配信システムを構成する。ワークフローを構成するジョブは、ローカルシステムから他ローカルシステムへと配信される。ジョブの配信は、ジョブの種類、他ローカルシステムのパフォーマンス、ライセンス管理などに応じて配信元のローカルシステムにおいて動的に選択される。 In the present invention, an MFP or the like is used as a local system, and a plurality of local systems are connected to a network to constitute a file distribution system. Jobs constituting the workflow are distributed from the local system to other local systems. The job distribution is dynamically selected in the local system of the distribution source according to the job type, the performance of other local systems, license management, and the like.
負荷分散を最適化させる場合において、送付先の他ローカルシステムがジョブを実行するべきプログラムを保有していない場合、ジョブの対象データと共に、ジョブを実行するプログラムを、ライセンス制限に反しない範囲でプラグインとして他ローカルシステムに送付する。他ローカルシステムでのプラグインのインストール成功は、他ローカルシステムから、送信元のローカルシステムへと送付される。ローカルシステムは、インストール成功を受領すると、送付した対象データに対するプラグインを使用した処理を指令する実行指令を発行し、ワークフローを続行させる。 When optimizing load balancing, if the local system other than the destination does not have a program to execute the job, plug the program that executes the job together with the target data of the job within the range that does not violate the license restrictions. In to other local systems. The successful installation of the plug-in in the other local system is sent from the other local system to the transmission source local system. When the local system receives a successful installation, it issues an execution command for instructing a process using a plug-in for the sent target data, and continues the workflow.
ローカルシステムは、プラグインプログラムのライセンス管理も行っており、プラグインがライセンス制限を受ける場合、ライセンス数を超えてファイル配信システム内で共用されないように管理しながら、ワークフローの効率的な実行管理を行う。 The local system also manages licenses for plug-in programs. When plug-ins are subject to license restrictions, efficient execution management of workflows is performed while managing so that the number of licenses is not shared within the file distribution system. Do.
すなわち、本発明では、ファイル配信システム内でのジョブ処理効率を最適化することにより、ワークフロー全体の処理効率を向上させることが可能となる。 That is, according to the present invention, it is possible to improve the processing efficiency of the entire workflow by optimizing the job processing efficiency in the file distribution system.
また、本発明では、ワークフローに対して予め配信するローカルシステムを割当てる必要が無く、またファイル配信機能を含むサーバを使用しないので、処理効率、ライセンス管理を効率化し、かつファイル配信システムの構成変更に柔軟に対応することが可能となる。 Further, in the present invention, it is not necessary to assign a local system to be distributed in advance to the workflow, and a server including a file distribution function is not used, so that processing efficiency and license management are improved, and the configuration of the file distribution system is changed. It becomes possible to respond flexibly.
すなわち、本発明によれば、ネットワークを介して接続された複数のローカルシステムを含むファイル配信システムであって、
複数のジョブのシーケンスであるワークフローの実行依頼を受領するインタフェース手段と、
ユーザ入力により呼出され、前記ワークフローの実行を管理し、前記ネットワークを介して他ローカルシステムに前記ジョブを割当てるとともに、前記他ローカルシステムからの処理結果を受領して前記ワークフローの後続ジョブに渡すワークフロー実行手段と、
前記ジョブを実行するためのプラグイン手段とを含み、
前記ワークフロー実行手段は、前記ジョブを割当てるための割当手段を参照して前記他ローカルシステムを選択し、前記他ローカルシステムが前記ジョブを実行する前記プラグイン手段を保有しない場合、前記ジョブを実行するための前記プラグイン手段とともに前記ジョブの対象データを送信して前記ジョブを割当てる
ファイル配信システムが提供される。
That is, according to the present invention, a file distribution system including a plurality of local systems connected via a network,
Interface means for receiving a workflow execution request that is a sequence of a plurality of jobs;
Workflow execution that is called by user input, manages execution of the workflow, assigns the job to another local system via the network, and receives a processing result from the other local system and passes it to a subsequent job of the workflow Means,
Plug-in means for executing the job,
The workflow execution means selects the other local system with reference to an assignment means for assigning the job, and executes the job when the other local system does not have the plug-in means for executing the job. A file distribution system for transmitting the target data of the job together with the plug-in means for assigning the job is provided.
本発明の前記ワークフロー実行手段は、前記割当手段に登録された配信履歴および処理能力を使用し、前記割当手段は、前記配信履歴に配信失敗が登録されていない他ローカルシステムの選択優先順位を高く登録することができる。本発明の前記ローカルシステムは、ライセンス管理手段を含み、前記ローカルシステムが前記プラグイン手段を配信する場合、前記ワークフロー実行手段は、前記プラグイン手段のライセンス数を超えず、かつ前記配信履歴に配信失敗が登録されていない他ローカルシステムを選択することができる。 The workflow execution unit of the present invention uses the distribution history and processing capability registered in the allocation unit, and the allocation unit increases the selection priority of other local systems in which no distribution failure is registered in the distribution history. You can register. The local system of the present invention includes license management means, and when the local system distributes the plug-in means, the workflow execution means does not exceed the number of licenses of the plug-in means and distributes the distribution history. Other local systems for which no failure has been registered can be selected.
本発明の前記割当手段は、配信ジョブの平均実行時間についての移動平均を処理能力として登録しており、前記ワークフロー実行手段は、前記移動平均の値を参照して前記ジョブを割当てる他ローカルシステムを選択することができる。本発明の前記ローカルシステムは、前記ファイル配信システムの前記ネットワーク上でのローカルシステム構成の変更を検出して前記割当手段を更新する更新手段を含むことができる。本発明の前記他ローカルシステムは、前記ワークフローを構成する前記ジョブのため、デイジーチェーン方式で第2の他ローカルシステムにジョブを配信することができる。 The allocating means of the present invention registers a moving average for an average execution time of a distribution job as processing capability, and the workflow executing means refers to another local system that allocates the job with reference to the moving average value. You can choose. The local system of the present invention may include an updating unit that detects a change in a local system configuration on the network of the file distribution system and updates the allocation unit. The other local system of the present invention can distribute the job to the second other local system in a daisy chain manner for the job constituting the workflow.
また、本発明によれば、ネットワークを介して接続された複数のローカルシステムが実行するファイル配信方法であって、
複数のジョブのシーケンスであるワークフローの実行依頼を受領するステップと、
前記ワークフローの実行依頼の受領に応答し、前記ワークフローを構成するジョブを割当てるための割当手段を参照して他ローカルシステムを選択するステップと、
前記他ローカルシステムに対して前記ジョブの実行を依頼するステップと、
前記他ローカルシステムから前記ジョブの処理結果を受領するステップとを含み、
前記選択するステップは、
前記割当手段に登録された配信履歴および処理能力を使用し、前記配信履歴に配信失敗が登録されていない他ローカルシステムを選択するステップと、
選択した前記他ローカルシステムが前記ジョブのためのプラグイン手段を保有するか否かを判断するステップと、
前記他ローカルシステムが前記ジョブのためのプラグイン手段を保有しない場合、前記ジョブを実行するための前記プラグイン手段とともに前記ジョブの対象データを前記ネットワークを介して前記他ローカルシステムに送信することにより前記ジョブを割当てるステップと
を含むファイル配信方法が提供される。
Further, according to the present invention, there is provided a file delivery method executed by a plurality of local systems connected via a network,
Receiving a workflow execution request that is a sequence of multiple jobs;
Selecting another local system in response to receipt of the workflow execution request with reference to an assigning means for assigning a job constituting the workflow; and
Requesting the other local system to execute the job;
Receiving the processing result of the job from the other local system,
The step of selecting includes
Using the distribution history and processing capability registered in the assigning means, and selecting another local system in which distribution failure is not registered in the distribution history;
Determining whether the selected other local system has a plug-in means for the job;
When the other local system does not have plug-in means for the job, by transmitting the target data of the job to the other local system via the network together with the plug-in means for executing the job A file delivery method comprising: assigning the job.
本発明の前記選択するステップは、
前記プラグイン手段のライセンス数を判断するステップと、前記ライセンス数を超えず、かつ前記配信履歴に配信失敗が登録されていない選択優先順位の高い他ローカルシステムを選択するステップと
をさらに含むことができる。
The selecting step of the present invention comprises:
Further comprising: determining the number of licenses of the plug-in means; and selecting another local system having a higher selection priority that does not exceed the number of licenses and in which no distribution failure is registered in the distribution history. it can.
本発明の前記選択するステップは、配信ジョブの平均実行時間についての移動平均を処理能力として前記移動平均の値を参照し、前記ジョブを割当てるべき他ローカルシステムを選択するステップを含むことができる。 The selecting step of the present invention may include a step of selecting another local system to which the job is to be assigned with reference to the value of the moving average using the moving average of the average execution time of the distribution job as a processing capability.
本発明では、上記いずれかに記載の各手段を画像処理装置に実現するための装置実行可能なプログラムが提供できる。また、本発明では、上記いずれかに記載の各手段を画像処理装置に実現するための装置実行可能なプログラムを記録した装置可読な記憶媒体が提供できる。 In the present invention, an apparatus-executable program for implementing any one of the above-described means in an image processing apparatus can be provided. Further, the present invention can provide a device-readable storage medium that records a device-executable program for realizing any of the above-described means in an image processing device.
以下、本発明を実施形態に基づいて説明するが、本発明は、後述する実施形態に限定されるものではない。図1は、ファイル配信システム100の機能ブロックの実施形態を示す。図1に示したファイル配信システム100は、複数のMFPがネットワーク128に接続されて構成されており、ファイル配信システム100を構成するMFPを、以下、ローカルシステム110、136、138として参照する。
Hereinafter, although this invention is demonstrated based on embodiment, this invention is not limited to embodiment mentioned later. FIG. 1 shows an embodiment of functional blocks of a
ネットワーク128は、ローカルエリアネットワーク(LAN)、またはインターネットなどを含んで構成されており、ネットワーク128を介してローカルシステムがワークフローを構成するジョブを送受信する。なお、本実施形態では、ファイル配信システム100は、複数のローカルシステム110、136、138がLANに接続され、MACアドレスレベルでのファイル転送を行うものとして説明する。しかしながら、ファイル配信システム100は、IPプロトコルを使用し、ルータで接続された複数のドメインにわたり通信を行うワイドエリアネットワークまたはインターネットなどを介して相互接続されていてもよい。
The
ネットワーク128には、さらにメール転送を行うSMTPサーバ130、電子化されたドキュメントを管理する文書管理システム(Electric Document Management System:EDMS)132、ITU勧告X.500プロトコルなどを使用してファイルへのアクセスを可能とするファイルサーバ134などが接続されている。SMTPサーバ130、EDMS132、ファイルサーバ134は、それぞれ、ローカルシステム110、136、138などからのアクセス要求に応じて、SMTP、HTTPまたはFTPなどのファイル転送プロトコルに基づき、各種データや各種ファイルを、ローカルシステム110、136、138に提供している。
The
ローカルシステム110は、ユーザからの入力を受け付ける操作パネル112と、操作パネル112への表示を制御する表示制御部114と、画像イメージを取得するためのスキャナ116などを含んで構成される。操作パネル112は、ユーザからの入力を受付け、ユーザに対して処理結果などを表示するためのインタフェース部である。ローカルシステム110は、ユーザからの指令を受付け、コピー、プリンタ、イメージスキャナ、ファクシミリ、メール送受信などの機能を提供する。
The local system 110 includes an operation panel 112 that receives input from a user, a display control unit 114 that controls display on the operation panel 112, a
操作パネル112からのデータは、内部バス140を介してデータ処理部に送られる。データ処理部は、ワークフロー実行部118と、各種機能を提供するためのソフトウェアモジュールから構成される、各種処理部120と、処理対象データなどに対してアクセスを行うためのデータアクセス部122とを含んでいる。ワークフロー実行部118は、ユーザが設定したワークフロー、ジョブ配信先を管理する管理テーブルなどを記憶装置124から実行時に読込んで、ワークフローにしたがって、ジョブの実行および対象データおよびプラグインの配信などを管理する。
Data from the operation panel 112 is sent to the data processing unit via the internal bus 140. The data processing unit includes a workflow execution unit 118, various processing
各種処理部120は、例えば、ファクシミリ送受信のための圧縮・伸張処理プログラム、BMP、TIFF、GIF、PNG、JPEG、JPEG2000などのフォーマットを、他のフォーマットに変換するコンバータプラグイン、メール送受信を行うメーラプラグインなどの他、データベースプログラムなどを含んで構成することができる。なお、ローカルシステム110は、これ以外にも、適宜用途に対応したいかなるプログラムを含んでいてもよい。これらの処理プログラムは、ハードウェア依存性が許容される限りにおいて、プラグインプログラムとして構成され、ローカルシステム間で共通に利用される。
The
ローカルシステム110は、また、ハードディスク装置、EEPROM、EPROM、フラッシュメモリ、SDカードなどの記憶装置124を含んでいる。記憶装置124は、ローカルシステム110がその処理のために必要なデータを格納する他、アクセス制限データ、アドレス帳、およびファイル配信のために使用するリソース状況が登録された管理テーブルなどを登録する。ネットワーク128に接続された他のローカルシステム136、138についてもプラグインの実装状況や特定の機能の相違を除き、同様の構成を有している。
The local system 110 also includes a
リモート通信部126は、本実施形態では、ネットワークインタフェースカード(NIC)を含んで構成されている。リモート通信部126は、イーサネット(登録商標)などを介してネットワーク128へとジョブの対象データやプラグインを送付するインタフェースとして機能する。また、ローカルシステム136、138では、ユーザ入力によるワークフロー実行依頼の入力に代わり、ネットワーク128を介してローカルシステム110から送付される実行依頼を受領するインタフェースとしても機能し、バス142を介してワークフロー実行部118などに送付する。
In this embodiment, the
図2は、ローカルシステム110のソフトウェア構成を示す。ローカルシステム110は、オペレーティングシステム(以下、OSとして参照する。)により制御されている。OS202としては、UNIX(登録商標)、LINUX(登録商標)などを使用することができるが、これらに限定されるわけではない。OS202は、ミドルウェア204を介してアプリケーション206の実行を管理し、また、アプリケーション206からの要求に応じて、記憶装置、ファクシミリモデム、スキャナ、画像形成エンジンなど、アプリケーションが要求したハードウェア装置を制御する。
FIG. 2 shows a software configuration of the local system 110. The local system 110 is controlled by an operating system (hereinafter referred to as OS). As the
アプリケーション206は、例えば、C、C++、JAVA(登録商標)、PERL、RUBYなどのオブジェクト指向プログラミング言語で作成され、ローカルシステムごとにそれぞれインストールされている。また、ローカルシステム110は、各種アプリケーションが利用する機能を、ライブラリなどを管理するディレクトリ、例えば、「.so」などの拡張子で規定されるプログラムを登録するライブラリや、「plugins」などで記述されるフォルダなどの記憶領域に、「.jar」などの拡張子で指定されるプラグイン208〜214として登録している。アプリケーション206は、起動時に例えば、拡張子「.so」や、「.Jar」で指定されるファイルをリンクして、プラグイン208〜214を使用した処理を実行する。
The
本実施形態では、上述したプラグインは特に限定されるものではない。例えば、本実施形態では、OCR、メーラ、フォーマットコンバータ、圧縮・伸張プログラムなど、いかなる機能を提供するプログラムでもプラグインとして登録することができる。 In the present embodiment, the plug-in described above is not particularly limited. For example, in this embodiment, a program that provides any function such as an OCR, a mailer, a format converter, and a compression / decompression program can be registered as a plug-in.
図3は、ファイル配信システム100のファイル配信処理の実施形態を示す。図3に示したファイル配信処理は、ローカルシステム300と、他ローカルシステム320とがファイル配信を行うものとして説明する。ローカルシステム300は、フォーマット変換処理部302と、OCR処理部304と、データ送受信部306とを含んでおり、これらの機能部は、プラグインとして実装されている。
FIG. 3 shows an embodiment of file distribution processing of the
ワークフロー実行部308は、ユーザが設定したワークフローを実行制御し、ローカルシステム300で実行するべきユーザ設定したジョブと、他ローカルシステムで実行するべきジョブとを分離し、他ローカルシステムで実行するべきジョブのディスパッチおよび処理結果の処理を管理する。さらに、ワークフロー実行部308は、自機を含め、ファイル配信システム100を構成するローカルシステムのリソース状況を登録する管理テーブルを管理する。管理テーブルは、ジョブを他ローカルシステムに割当てる場合の割当手段として機能するデータ構造である。なお、管理テーブルについては、より詳細に後述する。
The
ローカルシステム300は、さらに、実行依頼受付部310と、ファイル転送処理部312と、実行依頼部314とを含んで構成される。実行依頼受付部310は、ローカルシステム300がワークフローの実行開始システムである場合、操作パネルからの入力を受領する。また、他ローカルシステム320の場合、実行依頼受付部330は、実行依頼パケットまたはフレームを受領しワークフロー実行部328に送付するリモート通信部からのデータを受領する。
The
ファイル転送処理部312は、ワークフロー実行部308が決定したファイル送信先に対し、画像、文書、マルチメディアなどの処理対象データをワークフロー実行部308の判断に応じて、処理対象データに対して処理を可能とするプラグインと共に送付する。一方、ファイル転送処理部312は、他ローカルシステムでの処理結果を受領して、ワークフロー実行部308に通知する機能も有している。実行依頼部314は、他ローカルシステム320に対して一連のワークフローを構成するジョブについて実行を依頼する。
The file
ローカルシステム300、320は、ファイル転送処理を、ネットワーク340の特性に応じて実行することができる。例えば、ファイル配信システム100が単一のオフィスフロアを接続するだけで構成される場合、ファイル転送処理部312は、各ローカルシステムが含むNICのMACアドレスを使用するファイル転送や、MACアドレスおよびIPアドレスを含むTCP/IPなどのパケットを使用するファイル転送を使用する。
The
一方、ファイル転送システム100が、異なるルータにより管理されるローカルシステム間にわたって構成される場合、IPアドレスを含むTCP/IPパケットの形式を使用し、HTTP、FTPなどのファイル転送プロトコルを使用してファイル送受信を行ってもよい。
On the other hand, when the
以下に説明する実施形態では、ネットワーク340は、オフィスフロアにわたって構成されたLAN内で構成されるものとして説明する。ローカルシステム300は、ユーザからのワークフロー開始指令を受領すると、実行するべきワークフローを指定してワークフロー実行部308に通知する。ワークフロー実行部308は、指定されたワークフローを構成するジョブを起動する。図3に示した実施形態では、ワークフローは、(1)TIFFフォーマットをBMPフォーマットに変換し、(2)フォーマット変換後の画像データを他ローカルシステム320に送付してOCR処理を行ってテキストテータを生成し、生成したテキストデータを処理結果としてローカルシステム300が受領して、ローカルシステム300から電子メールで、データ送信するものとする。
In the embodiments described below, the
ワークフロー実行部308は、ワークフロー実行の通知を受領して起動され、起動と同時に、その時点でライブラリや特定のフォルダ内に登録されたプラグインを取得する。ワークフロー実行部308は、ワークフローシーケンスにしたがってまず、フォーマット変換処理部302を呼出す。フォーマット変換処理部302は、ファイルコンバータプラグインとして構成されており、ワークフロー実行部308が取得した画像データを、TIFFからBMPへと変換する。画像データがBMPファイルに変換されると、ワークフロー実行部308に通知される。画像データは、ファイル転送処理部312へと送られ、ファイル転送処理部312から他ローカルシステム320へとディスパッチされる。
The
ワークフロー実行部308は、本実施形態では、フォーマット変換実行中に、管理テーブルを参照して、転送先の他ローカルシステムを選定する。また、選定された他ローカルシステム320が、処理対象データについてのジョブを実行するプラグインを有していない場合、ライセンス制限などの範囲内で、プラグインを送付する。他ローカルシステム320は、処理対象データとしてBMPファイルおよび他ローカルシステム320の状況に依存してプラグインを受領する。なお、プラグインを受領した場合、他ローカルシステム320は、「plugins」フォルダなどにプラグインを登録してそのインストール処理を実行し、ローカルシステム300からの、ジョブ内容を指定する実行依頼を待機する。
In this embodiment, the
他ローカルシステム320は、ローカルシステム300からの実行依頼を受領するとワークフロー実行部328を起動し、指定されたジョブを実行するプラグインを使用して依頼ジョブを実行する。ジョブの実行が終了して処理結果が得られると、送信元のローカルシステムに処理結果を送付する。ローカルシステム300は、処理結果を受領すると、ワークフロー実行部308に通知し、ワークフロー上で次ジョブとして定義されたメーラなどのデータ送受信部306を起動する。データ送受信部306は、起動されると、受領したデータを、送信データとして、ワークフローで指定されたメールアドレスに対してメール送信を実行し、ワークフローを完了する。
When the other
また、他の実施形態では、他ローカルシステム320は、第2の他ローカルシステムにジョブを実行させるため、実行依頼部334からデイジーチェーン方式で実行依頼を発行することができる。この実施形態は、例えば依頼ジョブを実行する場合に、他ローカルシステムが予め依頼ジョブを構成するサブジョブについて転送処理を設定している場合、他ローカルシステムの能力がユーザから入力されたジョブで専有されおり、第2の他ローカルシステムへの配信が必要な場合などに適用される。
In another embodiment, the other
図4は、本実施形態で、ローカルシステム300が実行する処理のフローチャートである。送信元となるローカルシステム300は、その処理をステップS400から開始し以後、システムシャットダウンやリセットが行われるまで、待機状態とされ、ユーザからのワークフロー実行が指令されることにより、処理を開始する。
FIG. 4 is a flowchart of processing executed by the
ステップS401で、ローカルシステム300は、画像を取得し、フォーマット変換を行う。これらの処理は、プラグインとして構成したスキャナプラグインおよびコンバータプラグインを起動して実行される。例えばスキャナプラグインは、イメージリーダから画像を読み取り、デフォルト設定としてTIFFフォーマットを画像ファイルを生成する。コンバータプラグインは、生成されたTIFFフォーマットの画像ファイルを、OCRプラグインが処理可能な例えば、BMPなどのフォーマットに変換する。なお、ローカルシステム300は、ワークフローの設定に応じて、イメージリーダから画像を取得するのではなく、すでに記憶装置に格納しておいた画像ファイルを読み取ってフォーマット変換を行うこともできる。
In step S401, the
ステップS402では、ローカルシステム300は、ワークフロー設定などにより指定されるOCR処理設定などをワークフロー実行部308から取得し、さらにステップS403で、ワークフロー実行部308が含む選択プログラムを起動して管理テーブルから、処理効率や過去のジョブ履歴をルックアップし、ジョブの転送先を選択する。なお、OCR処理をローカルシステム300で実行するか、または他ローカルシステム320で実行するかの判断は、ローカルシステム300が当該機能を有しているか否か、またはローカルシステム300と他ローカルシステム320との間の処理能力の相違などを判断して、ローカルシステム300が選択する。ステップS404では、ワークフロー実行部308は、転送先の他ローカルシステム320がOCRプラグインを保有しているか否かを、管理テーブルを参照して判定する。転送先の他ローカルシステム320がOCRプラグインを保有していると判断した場合(yes)、処理をステップS405に分岐させ、ジョブの対象データを送付する。
In step S402, the
一方、転送先の他ローカルシステム320がOCRプラグインを保有していない場合(no)、ローカルシステム300は、ライセンス管理プログラムを起動し、ステップS407でOCRプラグインのライセンス数を、管理テーブルに登録された装置情報のOCRプラグイン数をカウントして取得し、ファイル配信システム100内でインストールされたOCRプラグインの数を判断する。ライセンス数が設定数を超える場合(no)、処理をステップS403に分岐させ、管理テーブルを参照して次にランク付けされた他ローカルシステムを選択し、再度転送先のOCRプラグインの有無を確認する。
On the other hand, if the
一方、ライセンス数が設定数以下の場合(yes)、ステップS408で対象データの他、OCRプラグインを他ローカルシステム320に配信する。対象データまたは対象データおよびOCRプラグインの配信が終了した後、ローカルシステムは、ステップS406で実行依頼を発行する。実行依頼は、ワークフロー処理であることを示す識別値、対象データ識別値、処理設定、他ローカルシステムで実行するべきジョブ指令をパケットまたはフレームのペイロードに含ませた形式とされている。他ローカルシステムは、実行依頼に含まれる各値を引数として使用してプラグインの呼出し、対象データの読出し、およびOCR処理のためのプラグイン呼出しを実行する。
On the other hand, if the number of licenses is equal to or less than the set number (yes), in step S408, the OCR plug-in is distributed to the other
また、ローカルシステム300は、実行依頼を発行した後、ステップS409で他ローカルシステム320からの実行結果の受領を待機する。ローカルシステム300は、ステップS409で実行結果を受領すると(yes)、ステップS410でワークフロー定義のうち次のジョブのプラグインを呼出し、次ジョブを開始する。その後、ローカルシステム300は、ステップS411でワークフローの残りのジョブがあるかを判断し、残りのジョブがある場合(yes)、ステップS410で残りのジョブ、例えばメール配信などの処理を、メーラプラグインを呼出して実行させる。一方、ステップS411で残りのジョブがない場合(no)、ワークフローの処理をステップS412で終了させる。
In addition, after issuing an execution request, the
図5は、ファイル配信システム100を構成するローカルシステムが保有する管理テーブル500の実施形態を示す。管理テーブル500は、各ローカルシステムのワークフロー実行部、例えば、ワークフロー実行部308が管理し、新たなローカルシステムの追加や、既接続のローカルシステムの状態変更などがあるたびに更新され、常に同一の管理テーブル500がファイル転送システム100内のローカルシステムに共有される。なお、各ローカルシステムは、管理テーブル500を共有するため、SNMP(Simple Network Management Protocol)をサポートし、自ローカルシステムのリソース状況変更があった場合、SNMPのtrapコマンドを使用し、状況変更を、ブロードキャストまたはマルチキャストして他のローカルシステムの該当するエントリ内容を修正させることができる。
FIG. 5 shows an embodiment of a management table 500 held by a local system that constitutes the
また、管理テーブル500は、ローカルシステムが定期的に他ローカルシステムにポーリングして、他ローカルシステムのMIBなどから取得して更新することができる。いずれの場合でも、ファイル配信システム100を構成するローカルシステムは、ファイル配信システム100内でピアノードとして機能し、各ローカルシステムは、ユーザが定義したワークフローにしたがい、ファイル配信システム100内にジョブを分散させ、ワークフローの負荷分散を可能とする。
In addition, the management table 500 can be periodically updated by the local system by polling the other local system and obtained from the MIB of the other local system. In any case, the local system constituting the
以下、図5を参照して管理テーブル500のエントリ項目について説明する。なお、自ローカルシステムは、ローカルシステムAとして参照されるものとして説明する。管理テーブル500は、他ローカルシステムB、C、Dごとにリソース状況を登録するレコードを含んで構成される。なお、自ローカルシステムAのリソース状況は、MIBなどに別途管理される。管理テーブル500は、ローカルシステムごとに割当てられたレコード502について、配信履歴フィールド504、平均処理時間フィールド506、リソース情報フィールド508、順位情報フィールド510、アドレスフィールド512などを含んで構成される。
Hereinafter, the entry items of the management table 500 will be described with reference to FIG. The local system will be described as being referred to as the local system A. The management table 500 includes a record for registering the resource status for each of the other local systems B, C, and D. Note that the resource status of the local system A is managed separately by the MIB or the like. The management table 500 includes a
配信履歴フィールド504には、過去にファイルを転送しようとして転送に失敗した履歴などの転送失敗フラグが設定され、ファイル転送する場合の選択優先順位を指定するために利用される。また、平均処理時間フィールド506は、対応するローカルシステムに対するジョブ依頼の発行から、実行結果の受領までの平均時間(s)を登録し、ジョブ配信を行うごとに更新される移動平均の値を登録することができる。
In the
この値は、当該他ローカルシステムのネットワーク環境を含めた処理能力の尺度を与える。選択優先順位は、本実施形態では、自ローカルシステムについて登録される平均処理時間と比較し、処理能力が高い他ローカルシステムについて優先順位が高く設定される。なお、他の実施形態では、ジョブを転送するべき他ローカルシステムがOCRなどのプラグインを保有しているもののうち、最も処理能力の高い、例えばローカルシステムBを選択し、プラグイン送信を効率化することもできる。なお、自ローカルシステムは、図5に対応するデータを、管理テーブル500以外の例えばMIBなどとして保有することができる。また、管理テーブル500は、ネットワーク接続されたローカルシステム全体のデータを登録し、全体の中で最も処理に最適なローカルシステムごとに優先順位を割り当てておくことができる。 This value gives a measure of processing capacity including the network environment of the other local system. In this embodiment, the selection priority is set higher for other local systems having a higher processing capacity than the average processing time registered for the local system. In another embodiment, the local system B to which the job is to be transferred has a plug-in such as an OCR, so that the local system B having the highest processing capacity is selected, for example, and the plug-in transmission is made efficient. You can also Note that the local system can hold data corresponding to FIG. 5 as an MIB other than the management table 500, for example. In addition, the management table 500 can register data of the entire local system connected to the network, and can assign a priority to each local system most suitable for processing.
リソース情報フィールド508は、ローカルシステムのMIBに登録されたデータをポーリングまたはブロードキャスト、マルチキャストなどにより受領し、ローカルシステムAが他ローカルシステムB、C、Dなどのリソース状態を登録するフィールドである。リソース情報フィールド508は、OCRプラグインなどを配信する場合、ライセンス数を判断するために利用される他、ライセンス数などのためにプラグインを送信できない場合、該当するプラグインを保有するさらに順位の低いローカルシステムを配信先として選択するために参照される。なお、リソース情報フィールド508には、プラグインの種類ごとにライセンス可能なライセンス数を登録する追加フィールドを設け、ライセンス管理を行うことができる。なお、図5に示す管理テーブル500の実施形態では、ローカルシステムDは、OCRプラグインを保有していないものの、処理効率の観点から選択順位が最優先されている。
The
順位情報フィールド510は、処理効率の改善という観点からは、配信履歴に失敗が登録された他ローカルシステムを除き、平均処理時間フィールド506の値に基づいて決定される選択順位情報を登録する。なお、処理速度の最も高いローカルシステムがプラグインを保有しておらず、かつライセンス数も上限である場合、配信先として、順位の低い、例えば、ローカルシステムBが次善の配信先として選択される。アドレスフィールド512は、各ローカルシステムのネットワーク上でのアドレスが登録されている。
From the viewpoint of improving the processing efficiency, the
アドレスとしては、MACアドレス、IPアドレスのいずれでも使用することができるが、特定のLAN内でのファイル配信を行う場合には、MACアドレスを使用するMAC転送でよく、またLAN外に接続されたローカルシステムにジョブを送付する場合には、IPアドレスなどを登録しておくことができる。IPアドレスは、IPv4、IPv6のいずれでもかまわない。なお、これらのデータをローカルシステムAが取得するためには、SNMPプロトコルの他、ARP、PING/ICMPプロトコルなど、ネットワークデータを取得するためのいかなるプロトコルでも使用することができる。 As an address, either a MAC address or an IP address can be used. However, when file distribution is performed within a specific LAN, MAC transfer using the MAC address may be used, and it is connected outside the LAN. When sending a job to the local system, an IP address or the like can be registered. The IP address may be either IPv4 or IPv6. In order to acquire these data, the local system A can use any protocol for acquiring network data such as ARP and PING / ICMP protocol in addition to the SNMP protocol.
図6は、ジョブの配信を受ける他ローカルシステムの処理を示すフローチャートである。他ローカルシステムの処理は、ステップS600から開始する。他ローカルシステムは、処理を開始すると、ユーザからの個別的な入力に対応して種々の処理を実行する。またステップS601で対象データまたは対象データおよびプラグインを受領すると、受領したデータをバッファリングする。ステップS602では、プラグインを適切なフォルダ「Plugins」などにインストールする。インストールに成功すると、他ローカルシステムは、配信元のローカルシステムにユニキャスト、マルチキャストなどを使用してインストール成功を通知する。 FIG. 6 is a flowchart showing processing of another local system that receives job distribution. The processing of the other local system starts from step S600. When the other local system starts the process, it executes various processes in response to individual inputs from the user. When the target data or the target data and the plug-in are received in step S601, the received data is buffered. In step S602, the plug-in is installed in an appropriate folder “Plugins” or the like. If the installation is successful, the other local systems notify the distribution source local system of the installation success using unicast, multicast, or the like.
ステップS603では、ワークフローを開始したローカルシステムからの実行依頼を受領するまで待機する。他ローカルシステムが実行依頼を受領すると(yes)、ステップS604でOCRプラグインを呼出して、対象データを処理する。その後、ステップS605では、処理結果を生成し、実行依頼発行元に送付する。なお、説明する実施形態では、処理結果は、テキストデータなどとすることができる。なお、他の実施形態では、BMPファイルからさらにPDFデータなどに変換する処理を併用することもできる。なお、他ローカルシステムは、実行依頼を受けない場合(no)処理をステップS603に戻して実行依頼の受領を待機しながら、ユーザから依頼される処理を実行する。 In step S603, the process waits until an execution request is received from the local system that started the workflow. When another local system receives the execution request (yes), the OCR plug-in is called in step S604 to process the target data. Thereafter, in step S605, a processing result is generated and sent to the execution request issuer. In the embodiment to be described, the processing result can be text data or the like. In other embodiments, processing for converting BMP files into PDF data or the like can be used in combination. When the other local system does not receive the execution request (no), the process returns to step S603 and waits for the reception of the execution request while executing the process requested by the user.
他ローカルシステムは、上述したステップS601〜ステップS605の処理を終了すると、プラグインおよびワークフローを実行するための各種データを廃棄して、ジョブ依頼を受ける前の状態として、ワークフローに関連する処理をステップS606で終了する。なお、他ローカルシステムがインストールしたプラグインなどを廃棄する場合にも、ローカルシステム300が管理する管理テーブル500は、他ローカルシステムからの処理結果を受領したことに対応して更新される。
When the other local system ends the processing of steps S601 to S605 described above, the various data for executing the plug-in and the workflow are discarded, and the processing related to the workflow is performed as a state before receiving the job request. The process ends in S606. Even when a plug-in or the like installed by another local system is discarded, the management table 500 managed by the
図7は、ファイル配信システム100の操作パネル112に表示される、ワークフロー定義のためのグラフィカルユーザインタフェース(GUI)700の実施形態を示す。操作パネル112に表示されるGUI700は、ワークフローの名称などを記述して、ユーザに対しワークフローの内容を提示している。また、スキャンジョブ702の後の後続ジョブ704〜708を設定する実施形態を示す。図7では、ユーザが、スキャンジョブ702の後に、例えば電子メールを送信する電子メールジョブ704を実行させることを希望する場合の処理が例示的に示されている。ユーザは、スキャンした画像データを、特定のフォルダに格納する場合、「Folder Plug-in」を、GUI左手側に表示されたプラグインリストフレームから選択し、例えば、スキャンジョブ702の後続ジョブに対応するポイントにドラッグ−ドロップする。この処理により、スキャンジョブ702の後続ジョブが電子メールジョブ704に設定される。なお、図7に示したワークフローは、シーケンシャルに行われるばかりではなく、複数のワークフローが、スキャンジョブ702を中心としてスターバースト状に並列処理可能であることを示す。
FIG. 7 shows an embodiment of a graphical user interface (GUI) 700 for workflow definition displayed on the operation panel 112 of the
図7に示すワークフローでは、電子メールジョブ704と並列して、スキャンジョブ702→イメージコンバートジョブ706→フォルダ配信ジョブ708を設定することができる。また、ユーザは、例えば、各後続ジョブ704〜708のアイコンをダブルクリックするなどにより、実行するローカルシステムを指定することを可能とする他のGUIを表示させ、後続ジョブごとに実行する他ローカルシステムを設定することが可能とされている。
In the workflow shown in FIG. 7, a
図8は、ローカルシステム100で定義されたワークフロー800の実施形態を示す。図8に示したワークフロー800は、XMLといった構造化文書により記述されており、ワークフロー実行時、XMLパーサおよびDOM(Document Object Model)などを使用して処理が実行される。図8に示したワークフロー800では、スキャンジョブの後続ジョブが、プラグインのシーケンスとして記述されており、イメージコンバートジョブ706のためのプラグインの後に実行するべきフォルダジョブ708、すなわち、図7で示した木構造の後世代のジョブが、タグ<Next>およびタグ</Next>で挟まれた範囲のプラグインとして記述されている。図8の実施形態では、フォルダジョブ708では、格納場所であるアドレス「\111.111.111.111\Folder_1」および「\111.111.111.222\Folder_2」にファイルを格納することが指定されている。図8に示した格納場所「\111.111.111.111\Folder_1」は、例えば自機のバックアップ格納場所アドレスであり、「\111.111.111.222\Folder_2」は、ファイルサーバ134の格納場所アドレスである。
FIG. 8 shows an embodiment of a workflow 800 defined in the
また、イメージコンバートジョブ706と同世代のジョブである電子メールジョブ704がその下に記述され、プラグインの指定および電子メール送信先アドレスなどが、その後に記述され、電子メール送信ジョブが実行される。これらのうち、例えば、ローカルシステムがイメージコンバートジョブ706を、管理テーブル500を参照して他ローカルシステムで実行すると判断する場合、イメージコンバートジョブ706は、他ローカルシステムに転送され、送信元のローカルシステムは、処理結果の受領を待機する状態となって、さらに他のユーザからの処理要求に対応することが可能となる。
Also, an
以上説明したように、本実施形態のファイル配信システム100は、ネットワーク128に接続された複数のローカルシステムをピアノードとしてワークフローの実行を完了させることを可能とする。この結果、ファイル配信システム100は、例えばユーザからのアクセス性のよいローカルシステム300を窓口として、ネットワーク128内の他ローカルシステム320に対して効率的なジョブを配信することができ、最適な負荷分散を達成することができる。
As described above, the
また、各ローカルシステムは、プラグインがライセンスを有する場合に、プラグイン配布のライセンス管理もそれぞれが行っており、ライセンス管理も同時に達成することができる。そして、本実施形態のファイル配信システム100は、従来のファイル配信システムのように、データ配信サーバを使用することなく、ピアツウピアのファイル配信を可能とするので、ネットワーク構成の変更などに柔軟に対応しつつ、ワークフロー実行効率の最適化を可能とする。
Each local system also performs plug-in distribution license management when the plug-in has a license, and can also achieve license management at the same time. The
本実施形態の上記機能は、C++、Java(登録商標)、Java(登録商標)Beans、Java(登録商標)Applet、Java(登録商標)Script、Perl、Rubyなどのオブジェクト指向プログラミング言語などで記述された装置実行可能なプログラムにより実現でき、プラグインプログラムは、ハードディスク装置、CD−ROM、MO、フレキシブルディスク、EEPROM、EPROMなどの装置可読な記録媒体に格納して頒布することができ、また他装置が可能な形式でネットワークを介して伝送することができる。 The functions of this embodiment are described in an object-oriented programming language such as C ++, Java (registered trademark), Java (registered trademark) Beans, Java (registered trademark) Applet, Java (registered trademark) Script, Perl, and Ruby. The plug-in program can be stored in a device-readable recording medium such as a hard disk device, CD-ROM, MO, flexible disk, EEPROM, EPROM, and distributed. Can be transmitted over a network in a form that is possible.
これまで本実施形態につき説明してきたが、本発明は、上述した実施形態に限定されるものではなく、他の実施形態、追加、変更、削除など、当業者が想到することができる範囲内で変更することができ、いずれの態様においても本発明の作用・効果を奏する限り、本発明の範囲に含まれるものである。 Although the present embodiment has been described so far, the present invention is not limited to the above-described embodiment, and other embodiments, additions, changes, deletions, and the like can be conceived by those skilled in the art. It can be changed, and any aspect is within the scope of the present invention as long as the effects and effects of the present invention are exhibited.
100…ファイル配信システム、112…操作パネル、114…表示制御部、116…スキャナ、118…ワークフロー実行部、120…各種処理部(プラグイン)、122…データアクセス部、124…記憶装置、126…リモート通信部、128…ネットワーク、130…SMTPサーバ、132…EDMS、134…ファイルサーバ、200…ハードウェア、202…OS、204…ミドルウェア、206…アプリケーション、208、210、212、214…プラグイン、300…ローカルシステム、320…他ローカルシステム、500…管理テーブル
DESCRIPTION OF
Claims (11)
複数のジョブのシーケンスであるワークフローの実行依頼を受領するインタフェース手段と、
ユーザ入力により呼出され、前記ワークフローの実行を管理し、前記ネットワークを介して他ローカルシステムに前記ジョブを割当てるとともに、前記他ローカルシステムからの処理結果を受領して前記ワークフローの後続ジョブに渡すワークフロー実行手段と、
前記ジョブを実行するためのプラグイン手段とを含み、
前記ワークフロー実行手段は、前記ジョブを割当てるための割当手段を参照して前記他ローカルシステムを選択し、前記他ローカルシステムが前記ジョブを実行する前記プラグイン手段を保有しない場合、前記ジョブを実行するための前記プラグイン手段とともに前記ジョブの対象データを送信して前記ジョブを割当てる
ファイル配信システム。 A file delivery system including a plurality of local systems connected via a network,
Interface means for receiving a workflow execution request that is a sequence of a plurality of jobs;
Workflow execution that is called by user input, manages execution of the workflow, assigns the job to another local system via the network, and receives a processing result from the other local system and passes it to a subsequent job of the workflow Means,
Plug-in means for executing the job,
The workflow execution means selects the other local system with reference to an assignment means for assigning the job, and executes the job when the other local system does not have the plug-in means for executing the job. A file distribution system for transmitting the target data of the job together with the plug-in means for assigning the job.
複数のジョブのシーケンスであるワークフローの実行依頼を受領するステップと、
前記ワークフローの実行依頼の受領に応答し、前記ワークフローを構成するジョブを割当てるための割当手段を参照して他ローカルシステムを選択するステップと、
前記他ローカルシステムに対して前記ジョブの実行を依頼するステップと、
前記他ローカルシステムから前記ジョブの処理結果を受領するステップとを含み、
前記選択するステップは、
前記割当手段に登録された配信履歴および処理能力を使用し、前記配信履歴に配信失敗が登録されていない他ローカルシステムを選択するステップと、
選択した前記他ローカルシステムが前記ジョブのためのプラグイン手段を保有するか否かを判断するステップと、
前記他ローカルシステムが前記ジョブのためのプラグイン手段を保有しない場合、前記ジョブを実行するための前記プラグイン手段とともに前記ジョブの対象データを前記ネットワークを介して前記他ローカルシステムに送信することにより前記ジョブを割当てるステップと
を含むファイル配信方法。 A file delivery method executed by a plurality of local systems connected via a network,
Receiving a workflow execution request that is a sequence of multiple jobs;
Selecting another local system in response to receipt of the workflow execution request with reference to an assigning means for assigning a job constituting the workflow; and
Requesting the other local system to execute the job;
Receiving the processing result of the job from the other local system,
The step of selecting includes
Using the distribution history and processing capability registered in the assigning means, and selecting another local system in which distribution failure is not registered in the distribution history;
Determining whether the selected other local system has a plug-in means for the job;
When the other local system does not have plug-in means for the job, by transmitting the target data of the job to the other local system via the network together with the plug-in means for executing the job A file delivery method comprising: assigning the job.
前記プラグイン手段のライセンス数を判断するステップと、前記ライセンス数を超えず、かつ前記配信履歴に配信失敗が登録されていない選択優先順位の高い他ローカルシステムを選択するステップと
をさらに含む、請求項7に記載のファイル配信方法。 The step of selecting includes
Further comprising: determining the number of licenses of the plug-in means; and selecting another local system having a high selection priority that does not exceed the number of licenses and in which no distribution failure is registered in the distribution history. Item 8. The file delivery method according to Item 7.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2007324192A JP2009146244A (en) | 2007-12-17 | 2007-12-17 | File distribution system, file distribution method, program and recording medium |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2007324192A JP2009146244A (en) | 2007-12-17 | 2007-12-17 | File distribution system, file distribution method, program and recording medium |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2009146244A true JP2009146244A (en) | 2009-07-02 |
JP2009146244A5 JP2009146244A5 (en) | 2010-11-25 |
Family
ID=40916764
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2007324192A Pending JP2009146244A (en) | 2007-12-17 | 2007-12-17 | File distribution system, file distribution method, program and recording medium |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP2009146244A (en) |
Cited By (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2012105067A (en) * | 2010-11-10 | 2012-05-31 | Fuji Xerox Co Ltd | Image processing device, system, and program |
JP2013012014A (en) * | 2011-06-29 | 2013-01-17 | Yahoo Japan Corp | Application platform device, application platform system and operation method of application platform device |
JP2016034088A (en) * | 2014-07-31 | 2016-03-10 | カシオ計算機株式会社 | Image storage device, image management method, and program |
JP2019198080A (en) * | 2019-06-06 | 2019-11-14 | 株式会社リコー | Information processing system, information processing apparatus, information processing method, and program |
US11115556B2 (en) | 2018-03-20 | 2021-09-07 | Hewlett-Packard Development Company, L.P. | Work form sharing |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2002154254A (en) * | 2000-11-17 | 2002-05-28 | Casio Comput Co Ltd | System for issuing and allocating securities, and recording medium |
JP2002222021A (en) * | 2001-01-25 | 2002-08-09 | Hitachi Information Technology Co Ltd | License managing method for software and storage medium |
JP2006350529A (en) * | 2005-06-14 | 2006-12-28 | Konica Minolta Business Technologies Inc | Information processor and workflow control program |
-
2007
- 2007-12-17 JP JP2007324192A patent/JP2009146244A/en active Pending
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2002154254A (en) * | 2000-11-17 | 2002-05-28 | Casio Comput Co Ltd | System for issuing and allocating securities, and recording medium |
JP2002222021A (en) * | 2001-01-25 | 2002-08-09 | Hitachi Information Technology Co Ltd | License managing method for software and storage medium |
JP2006350529A (en) * | 2005-06-14 | 2006-12-28 | Konica Minolta Business Technologies Inc | Information processor and workflow control program |
Cited By (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2012105067A (en) * | 2010-11-10 | 2012-05-31 | Fuji Xerox Co Ltd | Image processing device, system, and program |
JP2013012014A (en) * | 2011-06-29 | 2013-01-17 | Yahoo Japan Corp | Application platform device, application platform system and operation method of application platform device |
JP2016034088A (en) * | 2014-07-31 | 2016-03-10 | カシオ計算機株式会社 | Image storage device, image management method, and program |
US11115556B2 (en) | 2018-03-20 | 2021-09-07 | Hewlett-Packard Development Company, L.P. | Work form sharing |
JP2019198080A (en) * | 2019-06-06 | 2019-11-14 | 株式会社リコー | Information processing system, information processing apparatus, information processing method, and program |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US8305606B2 (en) | Job management system, apparatus, and method for distributing print job information list in RSS format | |
US5974234A (en) | Centralized print server for interfacing one or more network clients with a plurality of printing devices | |
US7490139B2 (en) | Embedded business apparatus including web server function | |
JP5628510B2 (en) | System and method for decentralized job scheduling and distributed execution in a network of multifunction devices | |
JP5600925B2 (en) | Server device, print system, program, and recording medium | |
US8665473B2 (en) | Printing system, control method, storage client apparatus, and web application server | |
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 | |
JP5338496B2 (en) | Information processing apparatus, program, and recording medium | |
JP5558681B2 (en) | Device search apparatus, device search apparatus control method, and computer program | |
JP2009146244A (en) | File distribution system, file distribution method, program and recording medium | |
JP4474440B2 (en) | Provision of services using multifunction peripherals (MFPs) | |
EP2296317A2 (en) | Information processing apparatus for managing events upon identification of the event notification source, and control method and storage medium therefor | |
JP2004030601A (en) | Device and method of making application start judgment by resource information | |
JP6926746B2 (en) | Information processing equipment, information processing system and information processing program | |
US7242496B2 (en) | Facsimile machine and data conversion device | |
EP2845090B1 (en) | Transmitting a job to a destination | |
JP2005322222A (en) | Communication function adding method, program, storage medium and communication apparatus | |
US8370434B2 (en) | Workflow system and method of controlling the same | |
JP4830824B2 (en) | Image forming apparatus management server, image forming apparatus use restriction method, and computer program | |
US8760703B2 (en) | Job control system and job control method | |
JP2009129014A (en) | Service providing device and its control method and computer program | |
JP4246560B2 (en) | Information processing apparatus, information processing method, program, and recording medium | |
US10750045B2 (en) | Electronic device and method for controlling memory thereof | |
JP2005196334A (en) | Service process execution management device and method | |
US9692917B2 (en) | Operating information storing system, operating information storing method, and non-transitory computer readable recording medium storing an operating information storing method for storing information from volatile memory to non-volatile memory |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20101006 |
|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20101006 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20120113 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20120117 |
|
A02 | Decision of refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A02 Effective date: 20120515 |