JP2009146244A - File distribution system, file distribution method, program and recording medium - Google Patents

File distribution system, file distribution method, program and recording medium Download PDF

Info

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
Application number
JP2007324192A
Other languages
Japanese (ja)
Other versions
JP2009146244A5 (en
Inventor
Tetsuhiko Omori
哲彦 大森
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.)
Ricoh Co Ltd
Original Assignee
Ricoh Co Ltd
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 Ricoh Co Ltd filed Critical Ricoh Co Ltd
Priority to JP2007324192A priority Critical patent/JP2009146244A/en
Publication of JP2009146244A publication Critical patent/JP2009146244A/en
Publication of JP2009146244A5 publication Critical patent/JP2009146244A5/ja
Pending legal-status Critical Current

Links

Images

Landscapes

  • Information Transfer Between Computers (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide a file distribution system, file distribution method, program and recording medium. <P>SOLUTION: This file distribution system 100 includes an operation panel 112 which receives workflow execution instructions as a sequence of a plurality of jobs, a workflow execution section 118 which is called by a user input, manages workflow execution as a sequence of the jobs, assigns the jobs to other local systems 136, 138 through a network 128, receives the processing results from the other local systems 136, 138, and delivers the results to the succeeding jobs in the workflow, and various processing sections 120 mounted as plug-in for the jobs constituting the workflow. The workflow execution section 120 transmits job object data together with the plug-in for executing the jobs when the other local systems 136, 138 do not have the plug-in to perform the jobs. <P>COPYRIGHT: (C)2009,JPO&INPIT

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 local system 900, and FIG. 9B is a flowchart in which the workflow is processed while load balancing is performed between the local systems 900 and 920 connected to the network. A conventional example will be shown. As shown in FIG. 9, the workflow is defined as a sequence of a series of jobs. In the conventional example of FIG. 9A, jobs 902, 904, and 906 are executed on a single local system 900. On the other hand, in the conventional example shown in FIG. 9B, jobs 912 and 916 are executed on the local system 910, and a job 914 is executed on the other local system 920. When a user defines a workflow, as shown in FIG. 9A, the user can specify that a series of jobs are executed on the same local system. Further, the user can also set the workflow to perform only a specific job 902 on another local system 920 as shown in FIG. 9B.

ユーザは、ワークフローの実行を希望する場合、まずローカルシステム上で実行するべきワークフローを選択する。ローカルシステム900、910、920は、ユーザが指定したワークフローに従ってデータに対して処理を行い、他ローカルシステムに対するファイル配信処理など行う。上述したようなファイル配信システムとして、例えば特許第3777767号明細書(特許文献1)では、ネットワークで接続されたコンピュータ間でリソースをインストールする際に、リソースのインストールに関連する負荷増大を回避するために、リソースをデイジーチェーン方式で順次インストールする方法およびシステムが開示されている。特許文献1に開示されたシステムは、コンピュータをネットワークで接続し、インストール対象であるリソースをデイジーチェーン方式でコンピュータに順次インストールするものである。
特許第3777767号明細書
When a user desires to execute a workflow, the user first selects a workflow to be executed on the local system. The local systems 900, 910, and 920 perform processing on data according to a workflow designated by the user, and perform file distribution processing to other local systems. As a file distribution system as described above, for example, in Japanese Patent No. 3777767 (Patent Document 1), when installing a resource between computers connected via a network, an increase in load related to the installation of the resource is avoided. Discloses a method and system for sequentially installing resources in a daisy chain manner. The system disclosed in Patent Document 1 connects computers via a network, and sequentially installs resources to be installed on the computer in a daisy chain manner.
Japanese Patent No. 3777767

特許文献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 file distribution system 100. The file distribution system 100 shown in FIG. 1 is configured by connecting a plurality of MFPs to a network 128. The MFPs constituting the file distribution system 100 will be referred to as local systems 110, 136, and 138 below.

ネットワーク128は、ローカルエリアネットワーク(LAN)、またはインターネットなどを含んで構成されており、ネットワーク128を介してローカルシステムがワークフローを構成するジョブを送受信する。なお、本実施形態では、ファイル配信システム100は、複数のローカルシステム110、136、138がLANに接続され、MACアドレスレベルでのファイル転送を行うものとして説明する。しかしながら、ファイル配信システム100は、IPプロトコルを使用し、ルータで接続された複数のドメインにわたり通信を行うワイドエリアネットワークまたはインターネットなどを介して相互接続されていてもよい。   The network 128 is configured to include a local area network (LAN), the Internet, or the like, and the local system transmits and receives jobs constituting the workflow via the network 128. In the present embodiment, the file distribution system 100 will be described on the assumption that a plurality of local systems 110, 136, and 138 are connected to a LAN and perform file transfer at the MAC address level. However, the file distribution system 100 may be interconnected via a wide area network or the Internet that performs communication over a plurality of domains connected by routers using the IP protocol.

ネットワーク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 network 128 further includes an SMTP server 130 that performs mail transfer, an electronic document management system (EDMS) 132 that manages an electronic document, ITU recommendation X. A file server 134 that enables access to a file using the 500 protocol is connected. The SMTP server 130, the EDMS 132, and the file server 134, in response to access requests from the local systems 110, 136, 138, etc., respectively, store various data and various files based on a file transfer protocol such as SMTP, HTTP, or FTP. System 110, 136, 138.

ローカルシステム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 scanner 116 that acquires an image, and the like. The operation panel 112 is an interface unit for receiving input from the user and displaying processing results and the like to the user. The local system 110 receives commands from the user and provides functions such as copying, printers, image scanners, facsimiles, and mail transmission / reception.

操作パネル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 units 120 including software modules for providing various functions, and a data access unit 122 for accessing processing target data and the like. It is out. The workflow execution unit 118 reads a management table set by the user, a management table for managing job distribution destinations, and the like from the storage device 124 at the time of execution, and manages job execution and distribution of target data and plug-ins according to the workflow. .

各種処理部120は、例えば、ファクシミリ送受信のための圧縮・伸張処理プログラム、BMP、TIFF、GIF、PNG、JPEG、JPEG2000などのフォーマットを、他のフォーマットに変換するコンバータプラグイン、メール送受信を行うメーラプラグインなどの他、データベースプログラムなどを含んで構成することができる。なお、ローカルシステム110は、これ以外にも、適宜用途に対応したいかなるプログラムを含んでいてもよい。これらの処理プログラムは、ハードウェア依存性が許容される限りにおいて、プラグインプログラムとして構成され、ローカルシステム間で共通に利用される。   The various processing units 120 include, for example, a compression / decompression processing program for facsimile transmission / reception, a converter plug-in for converting a format such as BMP, TIFF, GIF, PNG, JPEG, JPEG2000 to another format, and a mailer for performing mail transmission / reception. In addition to plug-ins, it can be configured to include database programs. In addition, the local system 110 may include any program corresponding to the usage as appropriate. These processing programs are configured as plug-in programs as long as hardware dependency is allowed, and are used in common between local systems.

ローカルシステム110は、また、ハードディスク装置、EEPROM、EPROM、フラッシュメモリ、SDカードなどの記憶装置124を含んでいる。記憶装置124は、ローカルシステム110がその処理のために必要なデータを格納する他、アクセス制限データ、アドレス帳、およびファイル配信のために使用するリソース状況が登録された管理テーブルなどを登録する。ネットワーク128に接続された他のローカルシステム136、138についてもプラグインの実装状況や特定の機能の相違を除き、同様の構成を有している。   The local system 110 also includes a storage device 124 such as a hard disk device, EEPROM, EPROM, flash memory, or SD card. The storage device 124 stores data necessary for the processing by the local system 110, and registers access restriction data, an address book, a management table in which resource statuses used for file distribution are registered, and the like. Other local systems 136 and 138 connected to the network 128 have the same configuration except for the plug-in implementation status and specific function differences.

リモート通信部126は、本実施形態では、ネットワークインタフェースカード(NIC)を含んで構成されている。リモート通信部126は、イーサネット(登録商標)などを介してネットワーク128へとジョブの対象データやプラグインを送付するインタフェースとして機能する。また、ローカルシステム136、138では、ユーザ入力によるワークフロー実行依頼の入力に代わり、ネットワーク128を介してローカルシステム110から送付される実行依頼を受領するインタフェースとしても機能し、バス142を介してワークフロー実行部118などに送付する。   In this embodiment, the remote communication unit 126 includes a network interface card (NIC). The remote communication unit 126 functions as an interface for sending job target data and plug-ins to the network 128 via Ethernet (registered trademark) or the like. The local systems 136 and 138 also function as an interface for receiving an execution request sent from the local system 110 via the network 128 instead of inputting a workflow execution request by a user input. To part 118 or the like.

図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 OS 202, UNIX (registered trademark), LINUX (registered trademark), or the like can be used, but is not limited thereto. The OS 202 manages execution of the application 206 via the middleware 204, and controls hardware devices requested by the application, such as a storage device, a facsimile modem, a scanner, and an image forming engine, in response to a request from the application 206. .

アプリケーション206は、例えば、C、C++、JAVA(登録商標)、PERL、RUBYなどのオブジェクト指向プログラミング言語で作成され、ローカルシステムごとにそれぞれインストールされている。また、ローカルシステム110は、各種アプリケーションが利用する機能を、ライブラリなどを管理するディレクトリ、例えば、「.so」などの拡張子で規定されるプログラムを登録するライブラリや、「plugins」などで記述されるフォルダなどの記憶領域に、「.jar」などの拡張子で指定されるプラグイン208〜214として登録している。アプリケーション206は、起動時に例えば、拡張子「.so」や、「.Jar」で指定されるファイルをリンクして、プラグイン208〜214を使用した処理を実行する。   The application 206 is created in an object-oriented programming language such as C, C ++, JAVA (registered trademark), PERL, or RUBY, and is installed for each local system. In addition, the local system 110 describes functions used by various applications in directories that manage libraries and the like, for example, libraries that register programs defined by extensions such as “.so”, “plugins”, and the like. Are registered as plug-ins 208 to 214 specified by an extension such as “.jar”. For example, the application 206 links the files specified by the extension “.so” or “.Jar” at the time of activation, and executes processing using the plug-ins 208 to 214.

本実施形態では、上述したプラグインは特に限定されるものではない。例えば、本実施形態では、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 file distribution system 100. The file distribution process shown in FIG. 3 will be described on the assumption that the local system 300 and another local system 320 perform file distribution. The local system 300 includes a format conversion processing unit 302, an OCR processing unit 304, and a data transmission / reception unit 306. These functional units are implemented as plug-ins.

ワークフロー実行部308は、ユーザが設定したワークフローを実行制御し、ローカルシステム300で実行するべきユーザ設定したジョブと、他ローカルシステムで実行するべきジョブとを分離し、他ローカルシステムで実行するべきジョブのディスパッチおよび処理結果の処理を管理する。さらに、ワークフロー実行部308は、自機を含め、ファイル配信システム100を構成するローカルシステムのリソース状況を登録する管理テーブルを管理する。管理テーブルは、ジョブを他ローカルシステムに割当てる場合の割当手段として機能するデータ構造である。なお、管理テーブルについては、より詳細に後述する。   The workflow execution unit 308 controls the execution of a workflow set by a user, separates a user-set job to be executed in the local system 300 from a job to be executed in another local system, and a job to be executed in another local system. Manages dispatching and processing of processing results. Furthermore, the workflow execution unit 308 manages a management table for registering the resource statuses of local systems that constitute the file distribution system 100 including the self-device. The management table is a data structure that functions as an assigning unit when assigning a job to another local system. The management table will be described in detail later.

ローカルシステム300は、さらに、実行依頼受付部310と、ファイル転送処理部312と、実行依頼部314とを含んで構成される。実行依頼受付部310は、ローカルシステム300がワークフローの実行開始システムである場合、操作パネルからの入力を受領する。また、他ローカルシステム320の場合、実行依頼受付部330は、実行依頼パケットまたはフレームを受領しワークフロー実行部328に送付するリモート通信部からのデータを受領する。   The local system 300 further includes an execution request receiving unit 310, a file transfer processing unit 312, and an execution request unit 314. When the local system 300 is a workflow execution start system, the execution request reception unit 310 receives an input from the operation panel. In the case of the other local system 320, the execution request reception unit 330 receives data from the remote communication unit that receives the execution request packet or frame and sends it to the workflow execution unit 328.

ファイル転送処理部312は、ワークフロー実行部308が決定したファイル送信先に対し、画像、文書、マルチメディアなどの処理対象データをワークフロー実行部308の判断に応じて、処理対象データに対して処理を可能とするプラグインと共に送付する。一方、ファイル転送処理部312は、他ローカルシステムでの処理結果を受領して、ワークフロー実行部308に通知する機能も有している。実行依頼部314は、他ローカルシステム320に対して一連のワークフローを構成するジョブについて実行を依頼する。   The file transfer processing unit 312 processes the processing target data such as an image, a document, and a multimedia for the processing destination data according to the determination of the workflow executing unit 308 with respect to the file transmission destination determined by the workflow executing unit 308. Send along with the plug-in to enable. On the other hand, the file transfer processing unit 312 also has a function of receiving a processing result in another local system and notifying the workflow execution unit 308. The execution request unit 314 requests the other local system 320 to execute a job constituting a series of workflows.

ローカルシステム300、320は、ファイル転送処理を、ネットワーク340の特性に応じて実行することができる。例えば、ファイル配信システム100が単一のオフィスフロアを接続するだけで構成される場合、ファイル転送処理部312は、各ローカルシステムが含むNICのMACアドレスを使用するファイル転送や、MACアドレスおよびIPアドレスを含むTCP/IPなどのパケットを使用するファイル転送を使用する。   The local systems 300 and 320 can execute the file transfer process according to the characteristics of the network 340. For example, when the file distribution system 100 is configured only by connecting a single office floor, the file transfer processing unit 312 performs file transfer using the MAC address of the NIC included in each local system, and the MAC address and IP address. File transfer using packets such as TCP / IP including

一方、ファイル転送システム100が、異なるルータにより管理されるローカルシステム間にわたって構成される場合、IPアドレスを含むTCP/IPパケットの形式を使用し、HTTP、FTPなどのファイル転送プロトコルを使用してファイル送受信を行ってもよい。   On the other hand, when the file transfer system 100 is configured between local systems managed by different routers, a file is transferred using a TCP / IP packet format including an IP address and a file transfer protocol such as HTTP or FTP. Transmission and reception may be performed.

以下に説明する実施形態では、ネットワーク340は、オフィスフロアにわたって構成されたLAN内で構成されるものとして説明する。ローカルシステム300は、ユーザからのワークフロー開始指令を受領すると、実行するべきワークフローを指定してワークフロー実行部308に通知する。ワークフロー実行部308は、指定されたワークフローを構成するジョブを起動する。図3に示した実施形態では、ワークフローは、(1)TIFFフォーマットをBMPフォーマットに変換し、(2)フォーマット変換後の画像データを他ローカルシステム320に送付してOCR処理を行ってテキストテータを生成し、生成したテキストデータを処理結果としてローカルシステム300が受領して、ローカルシステム300から電子メールで、データ送信するものとする。   In the embodiments described below, the network 340 will be described as being configured in a LAN configured across the office floor. When receiving a workflow start command from the user, the local system 300 designates a workflow to be executed and notifies the workflow execution unit 308 of it. The workflow execution unit 308 activates a job constituting the designated workflow. In the embodiment shown in FIG. 3, the workflow includes (1) converting the TIFF format to the BMP format, and (2) sending the image data after the format conversion to the other local system 320 and performing the OCR process to generate the text data. It is assumed that the local system 300 receives the generated text data as a processing result and transmits the data from the local system 300 by e-mail.

ワークフロー実行部308は、ワークフロー実行の通知を受領して起動され、起動と同時に、その時点でライブラリや特定のフォルダ内に登録されたプラグインを取得する。ワークフロー実行部308は、ワークフローシーケンスにしたがってまず、フォーマット変換処理部302を呼出す。フォーマット変換処理部302は、ファイルコンバータプラグインとして構成されており、ワークフロー実行部308が取得した画像データを、TIFFからBMPへと変換する。画像データがBMPファイルに変換されると、ワークフロー実行部308に通知される。画像データは、ファイル転送処理部312へと送られ、ファイル転送処理部312から他ローカルシステム320へとディスパッチされる。   The workflow execution unit 308 is activated upon receiving a notification of workflow execution, and acquires a plug-in registered in a library or a specific folder at the same time as the activation. The workflow execution unit 308 first calls the format conversion processing unit 302 according to the workflow sequence. The format conversion processing unit 302 is configured as a file converter plug-in, and converts the image data acquired by the workflow execution unit 308 from TIFF to BMP. When the image data is converted into a BMP file, the workflow execution unit 308 is notified. The image data is sent to the file transfer processing unit 312 and dispatched from the file transfer processing unit 312 to the other local system 320.

ワークフロー実行部308は、本実施形態では、フォーマット変換実行中に、管理テーブルを参照して、転送先の他ローカルシステムを選定する。また、選定された他ローカルシステム320が、処理対象データについてのジョブを実行するプラグインを有していない場合、ライセンス制限などの範囲内で、プラグインを送付する。他ローカルシステム320は、処理対象データとしてBMPファイルおよび他ローカルシステム320の状況に依存してプラグインを受領する。なお、プラグインを受領した場合、他ローカルシステム320は、「plugins」フォルダなどにプラグインを登録してそのインストール処理を実行し、ローカルシステム300からの、ジョブ内容を指定する実行依頼を待機する。   In this embodiment, the workflow execution unit 308 refers to the management table and selects another local system as a transfer destination during format conversion. If the selected other local system 320 does not have a plug-in for executing a job for processing target data, the plug-in is sent within a range of license restrictions and the like. The other local system 320 receives the plug-in as data to be processed depending on the BMP file and the status of the other local system 320. When the plug-in is received, the other local system 320 registers the plug-in in the “plugins” folder or the like, executes the installation process, and waits for an execution request from the local system 300 specifying the job content. .

他ローカルシステム320は、ローカルシステム300からの実行依頼を受領するとワークフロー実行部328を起動し、指定されたジョブを実行するプラグインを使用して依頼ジョブを実行する。ジョブの実行が終了して処理結果が得られると、送信元のローカルシステムに処理結果を送付する。ローカルシステム300は、処理結果を受領すると、ワークフロー実行部308に通知し、ワークフロー上で次ジョブとして定義されたメーラなどのデータ送受信部306を起動する。データ送受信部306は、起動されると、受領したデータを、送信データとして、ワークフローで指定されたメールアドレスに対してメール送信を実行し、ワークフローを完了する。   When the other local system 320 receives the execution request from the local system 300, the other local system 320 activates the workflow execution unit 328 and executes the requested job using a plug-in that executes the designated job. When the job execution is completed and the processing result is obtained, the processing result is sent to the local system of the transmission source. Upon receiving the processing result, the local system 300 notifies the workflow execution unit 308 and activates the data transmission / reception unit 306 such as a mailer defined as the next job on the workflow. When the data transmission / reception unit 306 is activated, the data transmission / reception unit 306 transmits the received data as transmission data to the mail address specified in the workflow, thereby completing the workflow.

また、他の実施形態では、他ローカルシステム320は、第2の他ローカルシステムにジョブを実行させるため、実行依頼部334からデイジーチェーン方式で実行依頼を発行することができる。この実施形態は、例えば依頼ジョブを実行する場合に、他ローカルシステムが予め依頼ジョブを構成するサブジョブについて転送処理を設定している場合、他ローカルシステムの能力がユーザから入力されたジョブで専有されおり、第2の他ローカルシステムへの配信が必要な場合などに適用される。   In another embodiment, the other local system 320 can issue an execution request from the execution request unit 334 in a daisy chain manner in order to cause the second other local system to execute the job. In this embodiment, for example, when executing a request job, if another local system has set transfer processing for a sub-job that constitutes the request job in advance, the capability of the other local system is dedicated to the job input by the user. This is applied to the case where distribution to the second other local system is necessary.

図4は、本実施形態で、ローカルシステム300が実行する処理のフローチャートである。送信元となるローカルシステム300は、その処理をステップS400から開始し以後、システムシャットダウンやリセットが行われるまで、待機状態とされ、ユーザからのワークフロー実行が指令されることにより、処理を開始する。   FIG. 4 is a flowchart of processing executed by the local system 300 in this embodiment. The local system 300 as the transmission source starts the processing from step S400 and thereafter enters a standby state until the system is shut down or reset, and starts the processing by instructing the workflow execution from the user.

ステップS401で、ローカルシステム300は、画像を取得し、フォーマット変換を行う。これらの処理は、プラグインとして構成したスキャナプラグインおよびコンバータプラグインを起動して実行される。例えばスキャナプラグインは、イメージリーダから画像を読み取り、デフォルト設定としてTIFFフォーマットを画像ファイルを生成する。コンバータプラグインは、生成されたTIFFフォーマットの画像ファイルを、OCRプラグインが処理可能な例えば、BMPなどのフォーマットに変換する。なお、ローカルシステム300は、ワークフローの設定に応じて、イメージリーダから画像を取得するのではなく、すでに記憶装置に格納しておいた画像ファイルを読み取ってフォーマット変換を行うこともできる。   In step S401, the local system 300 acquires an image and performs format conversion. These processes are executed by starting a scanner plug-in and a converter plug-in configured as plug-ins. For example, the scanner plug-in reads an image from an image reader, and generates an image file in a TIFF format as a default setting. The converter plug-in converts the generated image file in the TIFF format into a format such as BMP that can be processed by the OCR plug-in. Note that the local system 300 can also perform format conversion by reading an image file that has already been stored in the storage device, instead of acquiring an image from an image reader in accordance with the workflow settings.

ステップ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 local system 300 acquires the OCR processing setting specified by the workflow setting or the like from the workflow execution unit 308. In step S403, the local system 300 starts the selection program included in the workflow execution unit 308, and from the management table, Look up the processing efficiency and past job history, and select the job transfer destination. Whether the OCR process is executed by the local system 300 or the other local system 320 is determined based on whether the local system 300 has the function or whether the local system 300 and the other local system 320 The local system 300 selects a difference in processing capacity between the two. In step S404, the workflow execution unit 308 determines whether the other local system 320 of the transfer destination has an OCR plug-in with reference to the management table. If it is determined that the other local system 320 of the transfer destination has the OCR plug-in (yes), the process branches to step S405, and the target data of the job is sent.

一方、転送先の他ローカルシステム320がOCRプラグインを保有していない場合(no)、ローカルシステム300は、ライセンス管理プログラムを起動し、ステップS407でOCRプラグインのライセンス数を、管理テーブルに登録された装置情報のOCRプラグイン数をカウントして取得し、ファイル配信システム100内でインストールされたOCRプラグインの数を判断する。ライセンス数が設定数を超える場合(no)、処理をステップS403に分岐させ、管理テーブルを参照して次にランク付けされた他ローカルシステムを選択し、再度転送先のOCRプラグインの有無を確認する。   On the other hand, if the local system 320 other than the transfer destination does not have the OCR plug-in (no), the local system 300 starts the license management program and registers the number of OCR plug-in licenses in the management table in step S407. The number of OCR plug-ins in the device information thus obtained is counted and acquired, and the number of OCR plug-ins installed in the file distribution system 100 is determined. If the number of licenses exceeds the set number (no), the process branches to step S403, the management table is referenced to select another local system ranked next, and the presence or absence of the transfer destination OCR plug-in is confirmed again. To do.

一方、ライセンス数が設定数以下の場合(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 local system 320 in addition to the target data. After the distribution of the target data or the target data and the OCR plug-in is completed, the local system issues an execution request in step S406. The execution request is in a format in which the identification value indicating the workflow processing, the target data identification value, the processing setting, and other job commands to be executed in the local system are included in the payload of the packet or frame. Other local systems execute plug-in calls, reading target data, and plug-in calls for OCR processing using each value included in the execution request as an argument.

また、ローカルシステム300は、実行依頼を発行した後、ステップS409で他ローカルシステム320からの実行結果の受領を待機する。ローカルシステム300は、ステップS409で実行結果を受領すると(yes)、ステップS410でワークフロー定義のうち次のジョブのプラグインを呼出し、次ジョブを開始する。その後、ローカルシステム300は、ステップS411でワークフローの残りのジョブがあるかを判断し、残りのジョブがある場合(yes)、ステップS410で残りのジョブ、例えばメール配信などの処理を、メーラプラグインを呼出して実行させる。一方、ステップS411で残りのジョブがない場合(no)、ワークフローの処理をステップS412で終了させる。   In addition, after issuing an execution request, the local system 300 waits for reception of an execution result from another local system 320 in step S409. When the local system 300 receives the execution result in step S409 (yes), in step S410, the local system 300 calls the plug-in of the next job in the workflow definition and starts the next job. Thereafter, the local system 300 determines in step S411 whether there is a remaining job in the workflow. If there is a remaining job (yes), in step S410, the local system 300 executes the remaining job, for example, mail delivery processing. Is called and executed. On the other hand, if there is no remaining job in step S411 (no), the workflow processing is terminated in step S412.

図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 file distribution system 100. The management table 500 is managed by the workflow execution unit of each local system, for example, the workflow execution unit 308, and is updated whenever a new local system is added or the state of the connected local system is changed. The management table 500 is shared with the local system in the file transfer system 100. Each local system supports SNMP (Simple Network Management Protocol) in order to share the management table 500. When the resource status of the local system is changed, the SNMP trap command is used to change the status. The corresponding entry contents of other local systems can be modified by broadcasting or multicasting.

また、管理テーブル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 file distribution system 100 functions as a peer node in the file distribution system 100, and each local system distributes jobs in the file distribution system 100 according to the workflow defined by the user. , Enabling workflow load balancing.

以下、図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 distribution history field 504, an average processing time field 506, a resource information field 508, a rank information field 510, an address field 512, and the like for the record 502 assigned for each local system.

配信履歴フィールド504には、過去にファイルを転送しようとして転送に失敗した履歴などの転送失敗フラグが設定され、ファイル転送する場合の選択優先順位を指定するために利用される。また、平均処理時間フィールド506は、対応するローカルシステムに対するジョブ依頼の発行から、実行結果の受領までの平均時間(s)を登録し、ジョブ配信を行うごとに更新される移動平均の値を登録することができる。   In the distribution history field 504, a transfer failure flag such as a history of transfer failure in an attempt to transfer a file in the past is set and used for designating the priority of selection when transferring the file. The average processing time field 506 registers an average time (s) from issuance of a job request to the corresponding local system until reception of an execution result, and registers a moving average value updated every time job distribution is performed. can do.

この値は、当該他ローカルシステムのネットワーク環境を含めた処理能力の尺度を与える。選択優先順位は、本実施形態では、自ローカルシステムについて登録される平均処理時間と比較し、処理能力が高い他ローカルシステムについて優先順位が高く設定される。なお、他の実施形態では、ジョブを転送するべき他ローカルシステムが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 resource information field 508 is a field in which data registered in the MIB of the local system is received by polling, broadcast, multicast, or the like, and the local system A registers resource states of other local systems B, C, D, and the like. The resource information field 508 is used for determining the number of licenses when distributing an OCR plug-in or the like, and when the plug-in cannot be transmitted due to the number of licenses or the like, Referenced to select a low local system as a delivery destination. The resource information field 508 is provided with an additional field for registering the number of licenses that can be licensed for each type of plug-in, so that license management can be performed. In the embodiment of the management table 500 shown in FIG. 5, the local system D does not have an OCR plug-in, but the selection order has the highest priority from the viewpoint of processing efficiency.

順位情報フィールド510は、処理効率の改善という観点からは、配信履歴に失敗が登録された他ローカルシステムを除き、平均処理時間フィールド506の値に基づいて決定される選択順位情報を登録する。なお、処理速度の最も高いローカルシステムがプラグインを保有しておらず、かつライセンス数も上限である場合、配信先として、順位の低い、例えば、ローカルシステムBが次善の配信先として選択される。アドレスフィールド512は、各ローカルシステムのネットワーク上でのアドレスが登録されている。   From the viewpoint of improving the processing efficiency, the rank information field 510 registers selection rank information determined based on the value of the average processing time field 506 except for other local systems in which failure is registered in the distribution history. If the local system with the highest processing speed does not have a plug-in and the number of licenses is also the upper limit, the lower-ranked, for example, local system B is selected as the next-best distribution destination. The In the address field 512, an address on the network of each local system is registered.

アドレスとしては、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 local system 300 is updated in response to receiving the processing result from the other local system.

図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 file distribution system 100. The GUI 700 displayed on the operation panel 112 describes the name of the workflow and presents the contents of the workflow to the user. Further, an embodiment in which subsequent jobs 704 to 708 after the scan job 702 are set is shown. FIG. 7 exemplarily shows a process in a case where the user desires to execute, for example, an e-mail job 704 for transmitting an e-mail after the scan job 702. When storing scanned image data in a specific folder, the user selects “Folder Plug-in” from the plug-in list frame displayed on the left-hand side of the GUI, for example, corresponding to a job subsequent to the scan job 702 Drag and drop to the point you want. With this processing, a job subsequent to the scan job 702 is set as an e-mail job 704. Note that the workflow shown in FIG. 7 is not only performed sequentially but also indicates that a plurality of workflows can be processed in parallel in a starburst manner with the scan job 702 as the center.

図7に示すワークフローでは、電子メールジョブ704と並列して、スキャンジョブ702→イメージコンバートジョブ706→フォルダ配信ジョブ708を設定することができる。また、ユーザは、例えば、各後続ジョブ704〜708のアイコンをダブルクリックするなどにより、実行するローカルシステムを指定することを可能とする他のGUIを表示させ、後続ジョブごとに実行する他ローカルシステムを設定することが可能とされている。   In the workflow shown in FIG. 7, a scan job 702 → an image conversion job 706 → a folder distribution job 708 can be set in parallel with the e-mail job 704. In addition, for example, when the user double-clicks the icon of each subsequent job 704 to 708, another GUI that allows the user to specify the local system to be executed is displayed, and the other local system is executed for each subsequent job. It is possible to set.

図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 local system 100. The workflow 800 shown in FIG. 8 is described by a structured document such as XML, and processing is executed using an XML parser, DOM (Document Object Model), and the like when the workflow is executed. In the workflow 800 shown in FIG. 8, the succeeding job of the scan job is described as a plug-in sequence, and the folder job 708 to be executed after the plug-in for the image conversion job 706, ie, shown in FIG. A job of the next generation of the tree structure is described as a plug-in in a range sandwiched between a tag <Next> and a tag </ Next>. In the embodiment of FIG. 8, the folder job 708 specifies that the file is stored at addresses “¥ 111.111.111.111 \ Folder_1” and “¥ 111.111.111.222 \ Folder_2” as storage locations. The storage location “¥ 111.111.111.111 \ Folder_1” illustrated in FIG. 8 is, for example, the backup storage location address of the own device, and “¥ 111.111.111.222 \ Folder_2” is the storage location address of the file server 134.

また、イメージコンバートジョブ706と同世代のジョブである電子メールジョブ704がその下に記述され、プラグインの指定および電子メール送信先アドレスなどが、その後に記述され、電子メール送信ジョブが実行される。これらのうち、例えば、ローカルシステムがイメージコンバートジョブ706を、管理テーブル500を参照して他ローカルシステムで実行すると判断する場合、イメージコンバートジョブ706は、他ローカルシステムに転送され、送信元のローカルシステムは、処理結果の受領を待機する状態となって、さらに他のユーザからの処理要求に対応することが可能となる。   Also, an e-mail job 704, which is a job of the same generation as the image conversion job 706, is described below the plug-in specification, e-mail transmission destination address, and the like, and then the e-mail transmission job is executed. . Among these, for example, when the local system determines that the image conversion job 706 is to be executed by another local system with reference to the management table 500, the image conversion job 706 is transferred to the other local system and is transmitted to the local system of the transmission source. Is in a state of waiting for receipt of a processing result, and can further respond to a processing request from another user.

以上説明したように、本実施形態のファイル配信システム100は、ネットワーク128に接続された複数のローカルシステムをピアノードとしてワークフローの実行を完了させることを可能とする。この結果、ファイル配信システム100は、例えばユーザからのアクセス性のよいローカルシステム300を窓口として、ネットワーク128内の他ローカルシステム320に対して効率的なジョブを配信することができ、最適な負荷分散を達成することができる。   As described above, the file distribution system 100 according to the present embodiment can complete the execution of a workflow using a plurality of local systems connected to the network 128 as peer nodes. As a result, the file distribution system 100 can distribute an efficient job to the other local systems 320 in the network 128 using, for example, the local system 300 with good accessibility from the user as a window, and optimal load distribution. Can be achieved.

また、各ローカルシステムは、プラグインがライセンスを有する場合に、プラグイン配布のライセンス管理もそれぞれが行っており、ライセンス管理も同時に達成することができる。そして、本実施形態のファイル配信システム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 file distribution system 100 of the present embodiment enables peer-to-peer file distribution without using a data distribution server, unlike the conventional file distribution system, so it can flexibly cope with changes in the network configuration and the like. However, it is possible to optimize the workflow execution efficiency.

本実施形態の上記機能は、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.

本実施形態のファイル配信システムの概略図。1 is a schematic diagram of a file distribution system of the present embodiment. ローカルシステムのソフトウェア構成を示したブロック図。The block diagram which showed the software configuration of the local system. ファイル配信システムのファイル配信処理のデータフローを含む実施形態を示した図。The figure which showed embodiment containing the data flow of the file delivery process of a file delivery system. ローカルシステムが実行するファイル配信処理の実施形態のフローチャート。The flowchart of embodiment of the file delivery process which a local system performs. 管理テーブルの実施形態を示した図。The figure which showed embodiment of the management table. ジョブが割当てられる他ローカルシステムの処理の実施形態のフローチャート。The flowchart of embodiment of the process of the other local system to which a job is allocated. ワークフローを設定する場合のGUIの実施形態を示した図。The figure which showed embodiment of GUI in the case of setting a workflow. ローカルシステム内でのワークフロー定義の実施形態を示した図。The figure which showed embodiment of the workflow definition in a local system. ワークフローの従来例を示した図。The figure which showed the prior art example of the workflow.

符号の説明Explanation of symbols

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 SYMBOLS 100 ... File delivery system, 112 ... Operation panel, 114 ... Display control part, 116 ... Scanner, 118 ... Workflow execution part, 120 ... Various processing parts (plug-in), 122 ... Data access part, 124 ... Memory | storage device, 126 ... Remote communication unit 128 ... Network 130 ... SMTP server 132 ... EDMS 134 ... File server 200 ... Hardware 202 ... OS 204 ... Middleware 206 ... Application 208, 210, 212, 214 ... Plug-in 300 ... Local system, 320 ... Other local system, 500 ... Management table

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.
前記ワークフロー実行手段は、前記割当手段に登録された配信履歴および処理能力を使用し、前記割当手段は、前記配信履歴に配信失敗が登録されていない他ローカルシステムの選択優先順位を高く登録する、請求項1に記載のファイル配信システム。   The workflow execution unit uses the distribution history and processing capability registered in the allocation unit, and the allocation unit registers a high selection priority of other local systems in which no distribution failure is registered in the distribution history. The file distribution system according to claim 1. 前記ローカルシステムは、ライセンス管理手段を含み、前記ローカルシステムが前記プラグイン手段を配信する場合、前記ワークフロー実行手段は、前記プラグイン手段のライセンス数を超えず、かつ前記配信履歴に配信失敗が登録されていない他ローカルシステムを選択する、請求項2に記載のファイル配信システム。   The local system includes a license management unit. When the local system distributes the plug-in unit, the workflow execution unit does not exceed the number of licenses of the plug-in unit, and a distribution failure is registered in the distribution history. The file distribution system according to claim 2, wherein another local system that has not been selected is selected. 前記割当手段は、配信ジョブの平均実行時間についての移動平均を処理能力として登録しており、前記ワークフロー実行手段は、前記移動平均の値を参照して前記ジョブを割当てる他ローカルシステムを選択する、請求項2に記載のファイル配信システム。   The assigning unit registers a moving average for an average execution time of a distribution job as a processing capability, and the workflow executing unit selects another local system to which the job is assigned with reference to the moving average value. The file delivery system according to claim 2. 前記ローカルシステムは、前記ファイル配信システムの前記ネットワーク上でのローカルシステム構成の変更を検出して前記割当手段を更新する更新手段を含む、請求項1に記載のファイル配信システム。   The file distribution system according to claim 1, wherein the local system includes an update unit that detects a change in a local system configuration on the network of the file distribution system and updates the allocation unit. 前記他ローカルシステムは、前記ワークフローを構成する前記ジョブのため、デイジーチェーン方式で第2の他ローカルシステムにジョブを配信する、請求項1に記載のファイル配信システム。   The file delivery system according to claim 1, wherein the other local system delivers the job to the second other local system in a daisy chain manner for the job constituting the workflow. ネットワークを介して接続された複数のローカルシステムが実行するファイル配信方法であって、
複数のジョブのシーケンスであるワークフローの実行依頼を受領するステップと、
前記ワークフローの実行依頼の受領に応答し、前記ワークフローを構成するジョブを割当てるための割当手段を参照して他ローカルシステムを選択するステップと、
前記他ローカルシステムに対して前記ジョブの実行を依頼するステップと、
前記他ローカルシステムから前記ジョブの処理結果を受領するステップとを含み、
前記選択するステップは、
前記割当手段に登録された配信履歴および処理能力を使用し、前記配信履歴に配信失敗が登録されていない他ローカルシステムを選択するステップと、
選択した前記他ローカルシステムが前記ジョブのためのプラグイン手段を保有するか否かを判断するステップと、
前記他ローカルシステムが前記ジョブのためのプラグイン手段を保有しない場合、前記ジョブを実行するための前記プラグイン手段とともに前記ジョブの対象データを前記ネットワークを介して前記他ローカルシステムに送信することにより前記ジョブを割当てるステップと
を含むファイル配信方法。
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.
前記選択するステップは、配信ジョブの平均実行時間についての移動平均を処理能力として前記移動平均の値を参照し、前記ジョブを割当てるべき他ローカルシステムを選択するステップを含む、請求項7に記載のファイル配信方法。   The said selecting step includes the step of selecting another local system to which the job is to be allocated with reference to the value of the moving average with the moving average of the average execution time of the distribution job as the processing capability. File delivery method. 請求項1〜6のいずれか1項に記載の各手段を画像処理装置に実現するための装置実行可能なプログラム。   An apparatus-executable program for realizing each unit according to claim 1 in an image processing apparatus. 請求項10に記載のプログラムを記録した装置可読な記憶媒体。   A device-readable storage medium storing the program according to claim 10.
JP2007324192A 2007-12-17 2007-12-17 File distribution system, file distribution method, program and recording medium Pending JP2009146244A (en)

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)

* Cited by examiner, † Cited by third party
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)

* Cited by examiner, † Cited by third party
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

Patent Citations (3)

* Cited by examiner, † Cited by third party
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)

* Cited by examiner, † Cited by third party
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
US6020973A (en) Centralized print server for interfacing one or more network clients with a plurality of printing devices
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)
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