JP2017159518A - Image formation apparatus and program - Google Patents

Image formation apparatus and program Download PDF

Info

Publication number
JP2017159518A
JP2017159518A JP2016044918A JP2016044918A JP2017159518A JP 2017159518 A JP2017159518 A JP 2017159518A JP 2016044918 A JP2016044918 A JP 2016044918A JP 2016044918 A JP2016044918 A JP 2016044918A JP 2017159518 A JP2017159518 A JP 2017159518A
Authority
JP
Japan
Prior art keywords
job
image forming
server
execution
forming apparatus
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2016044918A
Other languages
Japanese (ja)
Other versions
JP6597971B2 (en
Inventor
裕樹 碇
Hiroki Ikari
裕樹 碇
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.)
Konica Minolta Inc
Original Assignee
Konica Minolta Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Konica Minolta Inc filed Critical Konica Minolta Inc
Priority to JP2016044918A priority Critical patent/JP6597971B2/en
Publication of JP2017159518A publication Critical patent/JP2017159518A/en
Application granted granted Critical
Publication of JP6597971B2 publication Critical patent/JP6597971B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Accessory Devices And Overall Control Thereof (AREA)
  • Facsimiles In General (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide an image formation apparatus which provides an image formation function and a server function and can execute an image formation job without reducing performance even in a case where the activity ratio of a hardware resource increases due to the concentration of server requests.SOLUTION: When a new image formation job is input in a state where a server job to be executed exists, a determination unit 33 determines whether or not execution of the image formation job is hindered due to shortage of a hardware resource (CPU, memory) commonly used in execution of the image formation job and the server job. When it is determined that execution is hindered, a transfer unit 34 transfers at least a portion of the server job to be executed to another image formation apparatus (or server) on the same network for execution. With this configuration, resource shortage of the own device is resolved and the image formation job can be executed.SELECTED DRAWING: Figure 2

Description

本発明は、画像データに基づく画像を形成する画像形成機能と、クライアント端末から要求された処理を実行してその処理結果をクライアント端末に送信するするサーバ機能とを併せ持つ画像形成装置およびそのプログラムに関する。   The present invention relates to an image forming apparatus having both an image forming function for forming an image based on image data and a server function for executing processing requested from a client terminal and transmitting the processing result to the client terminal, and a program thereof. .

画像形成装置の1つである複合機は、コピー/プリント/スキャン/FAXなど多様な画像形成機能を有している。近年は、これらの機能以外にも外部サーバやクラウドと連携した機能を提供している。そして今後は、画像形成装置自体にサーバ機能を含む構成が増えると考えられる。この場合、画像形成装置のハードウェアリソースを画像形成機能とサーバ機能で共用する構成にすることで、装置構成が簡略化されてコストの削減につながる。   A multifunction peripheral, which is one of image forming apparatuses, has various image forming functions such as copy / print / scan / FAX. In recent years, in addition to these functions, functions linked to external servers and the cloud are provided. In the future, it is considered that the configuration including the server function in the image forming apparatus itself will increase. In this case, by configuring the hardware resource of the image forming apparatus to be shared by the image forming function and the server function, the apparatus configuration is simplified and the cost is reduced.

また、ファイルサーバの機能を持たない従来の画像形成装置では、たとえば、原稿をスキャンして得たデータをネットワークを介して外部のファイルサーバに送信して保存させていたが、画像形成装置自体がファイルサーバの機能を有する構成にすると、スキャンして得たデータを自装置内部のファイルサーバに保存することになるため、外部へのアクセスが不要となり、セキュリティ対策としても効果がある。   In a conventional image forming apparatus that does not have a file server function, for example, data obtained by scanning a document is transmitted to an external file server via a network and stored therein. However, the image forming apparatus itself If the configuration has the function of a file server, data obtained by scanning is stored in the file server inside the device itself, so that access to the outside is not necessary, which is also effective as a security measure.

ところで、近年は、ネットワークに複数の画像形成装置を接続して使用する環境が増えている。そこで、受信したプリントジョブ等を、自装置より処理能力等の高い他の画像形成装置に転送することで、より適切な画像形成装置でジョブが実行されるように制御するシステムが提案されている(たとえば、下記特許文献1、2参照)。   In recent years, an environment in which a plurality of image forming apparatuses are connected to a network and used is increasing. Therefore, a system has been proposed in which a received print job or the like is transferred to another image forming apparatus having a higher processing capability than the own apparatus so that the job is executed by a more appropriate image forming apparatus. (For example, see Patent Documents 1 and 2 below).

特開2006−305965号公報JP 2006-305965 A 特開2004−127310号公報JP 2004-127310 A

サーバ機能を含む画像形成装置は、それを含まない画像形成装置と比較すると各ハードウェアリソースの使用率が上昇する。たとえば、クライアントからサーバリクエストがあった場合、セッション情報を管理するためのメモリ領域を確保するため、サーバリクエスト数に比例してメモリ使用率が上昇する。また、アプリケーションサーバなどのように、自機のメモリを使用してサービスを提供するようなものでは、サーバリクエストを受信すると、サービスを提供するために必要なメモリ領域を確保するのでメモリ使用率が高まる。さらにファイルサーバ機能を使用すると、ハードディスクへのアクセスを高速化するためにメモリの空き領域にキャッシュ領域が確保される。具体的には、ファイル書き込みの場合は、キャッシュ領域にデータを保持しておき、まとめてディスクに書き込むことで高速化される。ファイル読み込みの場合は、あらかじめキャッシュ領域にデータを読み込んでおき、アクセス要求に備えることで読み出しが高速化される。   An image forming apparatus including a server function has a higher usage rate of each hardware resource than an image forming apparatus not including the server function. For example, when there is a server request from a client, a memory area for managing session information is secured, so that the memory usage rate increases in proportion to the number of server requests. Also, in applications such as application servers that provide services using their own memory, when a server request is received, a memory area necessary for providing the service is secured, so the memory usage rate is reduced. Rise. Further, when the file server function is used, a cache area is secured in a free area of the memory in order to speed up access to the hard disk. Specifically, in the case of file writing, the speed is increased by holding data in a cache area and collectively writing the data to a disk. In the case of file reading, data is read into the cache area in advance, and reading is speeded up by preparing for an access request.

このように、画像形成装置にサーバ機能を追加すると、クライアントからのサーバリクエストによってメモリやCPU等のハードウェアリソースの使用率が上昇する。そのため、たとえば、サーバリクエストが集中してメモリ使用率が上昇しているときに、プリントジョブなどの画像形成ジョブを受信すると、該画像形成ジョブを実行するために必要なメモリが不足し、画像形成ジョブの実行に支障を来す恐れがある。具体的には、ハードディスク装置などの二次記憶装置へのスワップが発生し、該スワップのためのディスクアクセスがボトルネックとなって画像形成ジョブのパフォーマンスが低下してしまう。これは、CPU使用率に関しても同様である。   As described above, when a server function is added to the image forming apparatus, a usage rate of hardware resources such as a memory and a CPU is increased by a server request from a client. Therefore, for example, when an image forming job such as a print job is received when server requests are concentrated and the memory usage rate is increasing, the memory necessary for executing the image forming job is insufficient and the image forming There is a risk of impeding job execution. Specifically, a swap to a secondary storage device such as a hard disk device occurs, and disk access for the swap becomes a bottleneck, and the performance of the image forming job is degraded. The same applies to the CPU usage rate.

前述した特許文献1、2の技術を適用すれば、サーバリクエストが集中して自装置のパフォーマンスが低下している状態でプリントジョブを受信した場合に、より処理能力の高い他の画像形成装置にそのプリントジョブを転送して実行させることが可能になる。   By applying the techniques disclosed in Patent Documents 1 and 2 described above, when a print job is received in a state where server requests are concentrated and the performance of the own apparatus is deteriorated, the image forming apparatus has a higher processing capability. The print job can be transferred and executed.

しかし、プリントジョブが、ユーザの意図していない場所に設置された他の画像形成装置に転送された場合には、出力物の回収に関してユーザに不便を与えてしまう。   However, when the print job is transferred to another image forming apparatus installed at a location not intended by the user, the user is inconvenienced with respect to collecting the output material.

本発明は、上記の問題を解決しようとするものであり、画像形成機能とサーバ機能の双方を提供すると共に、サーバリクエストが集中してハードウェアリソースの使用率が上昇した場合でも、パフォーマンスを低下させずに画像形成ジョブを自装置で実行することのできる画像形成装置およびそのプログラムを提供することを目的としている。   The present invention is intended to solve the above problem, and provides both an image forming function and a server function, and reduces the performance even when server requests are concentrated and the usage rate of hardware resources increases. It is an object of the present invention to provide an image forming apparatus that can execute an image forming job on its own apparatus and a program thereof.

かかる目的を達成するための本発明の要旨とするところは、次の各項の発明に存する。   The gist of the present invention for achieving the object lies in the inventions of the following items.

[1]画像データに基づく画像を形成する画像形成機能と、クライアント端末から要求された処理を実行してその処理結果を前記クライアント端末に送信するするサーバ機能とを有する画像形成装置であって、
前記画像形成機能に係る画像形成ジョブの実行と前記サーバ機能に係るサーバジョブの実行とに共通に使用されるハードウェアリソースと、
実行すべきサーバジョブが存在する状態で新たな画像形成ジョブが投入された場合に、前記共通に使用されるハードウェアリソースの不足によって該画像形成ジョブの実行に支障が生じるか否かを判断する判断部と、
前記判断部が前記画像形成ジョブの実行に支障が生じると判断した場合に、前記実行すべきサーバジョブの少なくとも一部を他のサーバに転送して実行させる転送部と、
を有する
ことを特徴とする画像形成装置。
[1] An image forming apparatus having an image forming function for forming an image based on image data, and a server function for executing processing requested from a client terminal and transmitting the processing result to the client terminal.
Hardware resources commonly used for execution of an image forming job related to the image forming function and execution of a server job related to the server function;
When a new image forming job is submitted in a state where there is a server job to be executed, it is determined whether or not the execution of the image forming job is hindered due to a lack of commonly used hardware resources. A determination unit;
A transfer unit that transfers and executes at least a part of the server job to be executed when the determination unit determines that the execution of the image forming job is hindered;
An image forming apparatus comprising:

上記発明および下記[10]に記載の発明では、実行すべきサーバジョブが存在する状態で新たな画像形成ジョブが投入された場合に、画像形成ジョブの実行とサーバジョブの実行に共通に使用されるハードウェアリソース(CPU、メモリ等)の不足によってその画像形成ジョブの実行に支障が生じるか否かを判断し、支障が生じると判断した場合、サーバジョブの少なくとも一部を他の画像形成装置(あるいはサーバ)に転送して実行させる。これにより、自装置でのハードウェアリソース不足を解消して画像形成ジョブの実行を可能にする。   In the above invention and the invention described in [10] below, when a new image forming job is submitted in a state where there is a server job to be executed, it is commonly used for executing the image forming job and the server job. It is determined whether or not the execution of the image forming job is hindered due to a lack of hardware resources (CPU, memory, etc.), and if it is determined that the trouble occurs, at least a part of the server job is transferred to another image forming apparatus. (Or server) to execute. As a result, the shortage of hardware resources in the own apparatus is resolved and the image forming job can be executed.

[2]前記共通に使用されるハードウェアリソースはメモリを含み、
前記判断部は、前記画像形成ジョブの実行に支障が生じるか否かを、前記画像形成ジョブの実行に必要なメモリの容量と、空きメモリの容量とを比較して判断する
ことを特徴とする[1]に記載の画像形成装置。
[2] The commonly used hardware resource includes a memory,
The determination unit determines whether or not the execution of the image forming job is hindered by comparing a memory capacity necessary for executing the image forming job and a free memory capacity. The image forming apparatus according to [1].

[3]前記共通に使用されるハードウェアリソースはCPUを含み、
前記判断部は、前記画像形成ジョブの実行に支障が生じるか否かを、前記画像形成ジョブの実行に必要なCPUの使用率と、CPU使用率の余裕度とを比較して判断する
ことを特徴とする[1]に記載の画像形成装置。
[3] The commonly used hardware resource includes a CPU,
The determination unit determines whether or not the execution of the image forming job is hindered by comparing the CPU usage rate necessary for the execution of the image forming job with a margin of the CPU usage rate. The image forming apparatus according to [1], which is characterized.

[4]前記転送部は、前記画像形成ジョブの実行に要する時間よりもタイムアウトまでの残り時間が少ないサーバジョブを優先的に転送する
ことを特徴とする[1]乃至[3]のいずれか1つに記載の画像形成装置。
[4] Any one of [1] to [3], wherein the transfer unit preferentially transfers a server job in which a remaining time until a timeout is shorter than a time required to execute the image forming job. The image forming apparatus described in 1.

上記発明および下記[13]に記載の発明では、サーバリクエストに対してその応答を返さない場合はサーバとして重大なエラーになるので、画像形成ジョブを優先して実行した場合にタイムアウトする可能性のあるサーバジョブを優先的に転送対象に選択する。   In the above invention and the invention described in [13] below, if a response to a server request is not returned, a serious error occurs as a server. Therefore, there is a possibility of a timeout when an image forming job is executed with priority. A server job is preferentially selected for transfer.

[5]前記転送部は、実行に必要なメモリの容量が少ないサーバジョブを優先的に転送する
ことを特徴とする[2]に記載の画像形成装置。
[5] The image forming apparatus according to [2], wherein the transfer unit preferentially transfers a server job with a small memory capacity required for execution.

上記発明および下記[14]に記載の発明では、転送先の画像形成装置(サーバ)の負担(メモリの消費量)が大きく増えることを回避する。   In the above invention and the invention described in [14] below, it is avoided that the load (memory consumption) of the image forming apparatus (server) of the transfer destination is greatly increased.

[6]前記転送部は、実行に必要なCPUの使用率が少ないサーバジョブを優先的に転送する
ことを特徴とする[3]に記載の画像形成装置。
[6] The image forming apparatus according to [3], wherein the transfer unit preferentially transfers a server job with a low CPU usage rate necessary for execution.

上記発明および下記[15]に記載の発明では、転送先の画像形成装置(サーバ)の負担(CPU使用率)が大きく増えることを回避する。   In the above invention and the invention described in [15] below, it is avoided that the load (CPU usage rate) of the image forming apparatus (server) of the transfer destination is greatly increased.

[7]前記転送部は、転送先のサーバで実行可能なサーバジョブを転送する
ことを特徴とする[1]乃至[3]のいずれか1つに記載の画像形成装置。
[7] The image forming apparatus according to any one of [1] to [3], wherein the transfer unit transfers a server job that can be executed by a transfer destination server.

上記発明および下記[16]に記載の発明では、転送先で実行できないサーバジョブは転送しない、あるいは転送の優先順位を下げる。   In the above invention and the invention described in [16] below, server jobs that cannot be executed at the transfer destination are not transferred or the transfer priority is lowered.

[8]前記転送部は、転送対象のサーバジョブを、所定の優先順にしたがって、前記支障が解消されるまで選択し、該選択したサーバジョブを他のサーバに転送する、
ことを特徴とする[1]乃至[7]のいずれか1つに記載の画像形成装置。
[8] The transfer unit selects a server job to be transferred according to a predetermined priority order until the trouble is resolved, and transfers the selected server job to another server.
The image forming apparatus as described in any one of [1] to [7].

上記発明および下記[17]に記載の発明では、サーバジョブの転送は支障が解消される範囲の最小限とする。   In the above invention and the invention described in [17] below, the transfer of the server job is made the minimum of the range in which the trouble is solved.

[9]他の画像形成装置から転送されてきたサーバジョブを実行する
ことを特徴とする[1]乃至[8]のいずれか1つに記載の画像形成装置。
[9] The image forming apparatus according to any one of [1] to [8], wherein a server job transferred from another image forming apparatus is executed.

[10]画像データに基づく画像を形成する画像形成機能と、クライアント端末から要求された処理を実行してその処理結果を前記クライアント端末に送信するするサーバ機能とを提供し、前記画像形成機能に係る画像形成ジョブの実行と前記サーバ機能に係るサーバジョブの実行とに共通に使用されるハードウェアリソースを有する画像形成装置で実行されるプログラムであって、
実行すべきサーバジョブが存在する状態で新たな画像形成ジョブが投入された場合に、前記共通に使用されるハードウェアリソースの不足によって該画像形成ジョブの実行に支障が生じるか否かを判断する判断ステップと、
前記判断ステップで前記画像形成ジョブの実行に支障が生じると判断された場合に、前記実行すべきサーバジョブの少なくとも一部を他のサーバに転送して実行させる転送ステップと、
を有する
ことを特徴とするプログラム。
[10] An image forming function for forming an image based on image data, and a server function for executing processing requested from the client terminal and transmitting the processing result to the client terminal are provided. A program executed by an image forming apparatus having hardware resources commonly used for execution of the image forming job and execution of a server job related to the server function,
When a new image forming job is submitted in a state where there is a server job to be executed, it is determined whether or not the execution of the image forming job is hindered due to a lack of commonly used hardware resources. A decision step;
A transfer step of transferring and executing at least a part of the server job to be executed to another server when it is determined in the determination step that the execution of the image forming job is hindered;
The program characterized by having.

[11]前記共通に使用されるハードウェアリソースはメモリを含み、
前記判断ステップでは、前記画像形成ジョブの実行に支障が生じるか否かを、前記画像形成ジョブの実行に必要なメモリの容量と、空きメモリの容量とを比較して判断する
ことを特徴とする[10]に記載のプログラム。
[11] The commonly used hardware resource includes a memory,
In the determining step, it is determined whether or not the execution of the image forming job is hindered by comparing a capacity of a memory necessary for executing the image forming job and a capacity of a free memory. The program according to [10].

[12]前記共通に使用されるハードウェアリソースはCPUを含み、
前記判断ステップでは、前記画像形成ジョブの実行に支障が生じるか否かを、前記画像形成ジョブの実行に必要なCPUの使用率と、CPU使用率の余裕度とを比較して判断する
ことを特徴とする[10]に記載のプログラム。
[12] The commonly used hardware resource includes a CPU,
In the determining step, it is determined whether or not the execution of the image forming job is hindered by comparing the CPU usage rate necessary for the execution of the image forming job with a margin of the CPU usage rate. The program according to [10], which is characterized.

[13]前記転送ステップでは、前記画像形成ジョブの実行に要する時間よりもタイムアウトまでの残り時間が少ないサーバジョブを優先的に転送する
ことを特徴とする[10]乃至[12]のいずれか1つに記載のプログラム。
[13] Any one of [10] to [12], wherein in the transfer step, a server job having a remaining time until a timeout is less than a time required for executing the image forming job is preferentially transferred. Program described in 1.

[14]前記転送ステップでは、実行に必要なメモリの容量が少ないサーバジョブを優先的に転送する
ことを特徴とする[11]に記載のプログラム。
[14] The program according to [11], wherein in the transfer step, a server job with a small amount of memory required for execution is preferentially transferred.

[15]前記転送ステップでは、実行に必要なCPUの使用率が少ないサーバジョブを優先的に転送する
ことを特徴とする[12]に記載のプログラム。
[15] The program according to [12], wherein in the transfer step, a server job with a low CPU usage rate required for execution is preferentially transferred.

[16]前記転送ステップでは、転送先のサーバで実行可能なサーバジョブを転送する
ことを特徴とする[10]乃至[12]のいずれか1つに記載のプログラム。
[16] The program according to any one of [10] to [12], wherein in the transfer step, a server job that can be executed by a transfer destination server is transferred.

[17]前記転送ステップでは、転送対象のサーバジョブを、所定の優先順にしたがって、前記支障が解消されるまで選択し、該選択したサーバジョブを他のサーバに転送する、
ことを特徴とする[10]乃至[16]のいずれか1つに記載のプログラム。
[17] In the transfer step, a server job to be transferred is selected according to a predetermined priority order until the trouble is resolved, and the selected server job is transferred to another server.
The program according to any one of [10] to [16].

[18]他の画像形成装置から転送されてきたサーバジョブを実行するステップをさらに有する
ことを特徴とする[10]乃至[17]のいずれか1つに記載のプログラム。
[18] The program according to any one of [10] to [17], further including a step of executing a server job transferred from another image forming apparatus.

本発明に係る画像形成装置およびそのプログラムによれば、画像形成機能とサーバ機能の双方を提供しつつ、サーバリクエストが集中してハードウェアリソースの使用率が上昇した場合でも、パフォーマンスを低下させずに画像形成ジョブを自装置で実行することができる。   According to the image forming apparatus and the program therefor according to the present invention, both the image forming function and the server function are provided, and even when server requests are concentrated and the usage rate of hardware resources is increased, the performance is not deteriorated. In addition, the image forming job can be executed by the own apparatus.

本発明の実施の形態に係る画像形成装置を複数台含むネットワークシステムの一例を示す図である。1 is a diagram illustrating an example of a network system including a plurality of image forming apparatuses according to an embodiment of the present invention. 本発明の実施の形態に係る画像形成装置の概略構成を示すブロック図である。1 is a block diagram illustrating a schematic configuration of an image forming apparatus according to an embodiment of the present invention. 複数のクライアントからサーバリクエストを順次受信したときの基本制御シーケンスを示す図である。It is a figure which shows the basic control sequence when a server request is received from several clients sequentially. 図3の各サーバリクエストを受信したときに画像形成装置のメモリの使用状況が変化する様子を示す図である。FIG. 4 is a diagram illustrating a state in which a memory usage state of the image forming apparatus changes when each server request in FIG. 3 is received. 本発明の実施の形態に係る画像形成装置が行う基本制御を示す流れ図である(不足する共用リソースがメモリの場合)。6 is a flowchart showing basic control performed by the image forming apparatus according to the embodiment of the present invention (when the insufficient shared resource is a memory). 画像形成ジョブの種類に応じたメモリ使用率を示すメモリ使用率テーブルの一例を示す図である。FIG. 6 is a diagram illustrating an example of a memory usage rate table indicating a memory usage rate according to an image forming job type. 転送するサーバジョブを決定する処理(図5のステップS104)の詳細を示す流れ図である。It is a flowchart which shows the detail of the process (step S104 of FIG. 5) which determines the server job to transfer. 画像形成装置が現在受け付けているサーバジョブを一覧にしたサーバジョブテーブルの一例を示す図である。6 is a diagram illustrating an example of a server job table that lists server jobs currently accepted by the image forming apparatus. FIG. サーバジョブを転送する処理(図5のステップS105)の詳細を示す流れ図である。6 is a flowchart showing details of a process for transferring a server job (step S105 in FIG. 5). サーバジョブを転送した時のメモリの使用状況の変化を転送元と転送先について対比して示す図である。It is a figure which shows the change of the usage condition of the memory when a server job is transferred, comparing the transfer source and the transfer destination. 本発明の実施の形態に係る画像形成装置が行う基本制御を示す流れ図である(不足する共用リソースがCPUの場合)。6 is a flowchart illustrating basic control performed by the image forming apparatus according to the embodiment of the present invention (when the insufficient shared resource is a CPU). 画像形成ジョブの種類に応じたCPU使用率を示すCPU使用率テーブルの一例を示す図である。It is a figure which shows an example of the CPU usage rate table which shows the CPU usage rate according to the kind of image formation job. 転送するサーバジョブを決定する処理(図11のステップS404)の詳細を示す流れ図である。12 is a flowchart showing details of a process for determining a server job to be transferred (step S404 in FIG. 11). 画像形成装置が現在受け付けているサーバジョブを一覧にしたサーバジョブテーブルの一例を示す図である。6 is a diagram illustrating an example of a server job table that lists server jobs currently accepted by the image forming apparatus. FIG.

以下、図面に基づき本発明の実施の形態を説明する。   Hereinafter, embodiments of the present invention will be described with reference to the drawings.

図1は、本発明の実施の形態に係る画像形成装置10を複数台含むネットワークシステム2の一例を示す図である。図1に示すネットワークシステム2は、LAN(Local Area Network)などのネットワーク3に、複数台の画像形成装置10と、複数のクライアント端末40と、任意台数のサーバ50とを接続して構成される。クライアント端末40は、携帯型PC、タブレットなどのモバイル端末やパーソナルコンピュータである。モバイル端末は、アクセスポイント5を介して無線通信によりネットワーク3に接続される。   FIG. 1 is a diagram illustrating an example of a network system 2 including a plurality of image forming apparatuses 10 according to an embodiment of the present invention. A network system 2 shown in FIG. 1 is configured by connecting a plurality of image forming apparatuses 10, a plurality of client terminals 40, and an arbitrary number of servers 50 to a network 3 such as a LAN (Local Area Network). . The client terminal 40 is a mobile terminal such as a portable PC or a tablet or a personal computer. The mobile terminal is connected to the network 3 by wireless communication via the access point 5.

ネットワークシステム2に接続されている各画像形成装置10は、原稿を光学的に読み取ってその複製画像を記録紙に印刷するコピージョブ、読み取った原稿の画像データをファイルにして保存したり外部端末へネットワーク3を通じて送信したりするスキャンジョブ、ファクシミリ送信や受信を行うFAXジョブ、クライアント端末40からネットワーク3を通じて受信した印刷データに基づいて記録紙上に文書や画像を印刷して出力するプリントジョブなどの各種のジョブを実行する機能(画像形成機能)を備えた、所謂、複合機(MFP)である。コピージョブ、プリントジョブ等、画像形成機能に係るジョブを総括して画像形成ジョブと呼ぶものとする。   Each image forming apparatus 10 connected to the network system 2 optically reads a document and prints a duplicate image on a recording sheet, stores the read image data of the document as a file, and stores it in an external terminal. Various types of jobs such as a scan job transmitted through the network 3, a FAX job that performs facsimile transmission and reception, and a print job that prints a document or image on a recording sheet based on print data received from the client terminal 40 through the network 3. This is a so-called MFP (MFP) having a function (image forming function) for executing the job. Jobs relating to image forming functions such as copy jobs and print jobs are collectively referred to as image forming jobs.

画像形成装置10は、画像形成機能に加えて、サーバ機能も提供する。サーバ機能は、クライアント端末40からのサーバリクエストに応じてジョブを実行する機能である。サーバ機能に係るジョブをサーバジョブと呼ぶものとする。サーバ機能には、アプリケーションサーバ、Webサーバ、ファイルサーバなどの機能がある。   The image forming apparatus 10 provides a server function in addition to the image forming function. The server function is a function for executing a job in response to a server request from the client terminal 40. A job related to the server function is called a server job. Server functions include application server, Web server, file server, and the like.

画像形成装置10は、画像形成機能とサーバ機能に共通に使用されるハードウェアリソース(共用リソースとする)を備えている。ここでは、メモリ、CPUが共用リソースに該当するものとする。画像形成装置10は、実行すべきサーバジョブが存在する状態で新たな画像形成ジョブが投入された場合に、共用リソースの不足によってその新たな画像形成ジョブの実行に支障が生じるか否かを判断し、支障があると判断した場合は、実行すべきサーバジョブの少なくとも一部を他の画像形成装置10(あるいはサーバ50)に転送して実行させる。これにより、共用リソースの不足を解消して画像形成ジョブを自装置で優先的に実行すると共に、転送せずに残ったサーバジョブを自装置で実行する。   The image forming apparatus 10 includes hardware resources (shared resources) that are commonly used for the image forming function and the server function. Here, it is assumed that the memory and the CPU correspond to the shared resource. When a new image forming job is submitted in a state where there is a server job to be executed, the image forming apparatus 10 determines whether the execution of the new image forming job is hindered due to a lack of shared resources. If it is determined that there is a problem, at least a part of the server job to be executed is transferred to another image forming apparatus 10 (or server 50) and executed. As a result, the shortage of shared resources is resolved and the image forming job is preferentially executed by the own device, and the server job remaining without being transferred is executed by the own device.

図2は、画像形成装置10の概略構成を示すブロック図である。画像形成装置10、当該画像形成装置10の動作を統括的に制御するCPU(Central Processing Unit)11を有している。CPU11にはバスを通じてROM(Read Only Memory)12、RAM(Random Access Memory)13、スキャナ部14、画像形成部15、画像処理部16、FAX制御部17、不揮発メモリ18、ハードディスク装置19、ネットワーク通信部21、操作パネル22などが接続されている。   FIG. 2 is a block diagram illustrating a schematic configuration of the image forming apparatus 10. The image forming apparatus 10 includes a CPU (Central Processing Unit) 11 that comprehensively controls the operation of the image forming apparatus 10. The CPU 11 has a ROM (Read Only Memory) 12, a RAM (Random Access Memory) 13, a scanner unit 14, an image forming unit 15, an image processing unit 16, a FAX control unit 17, a non-volatile memory 18, a hard disk device 19, and network communication through a bus. The unit 21 and the operation panel 22 are connected.

CPU11は、OS(Operating System)プログラムをベースとし、その上で、ミドルウェアやアプリケーションプログラムなどを実行する。また、ROM12には、各種のプログラムが格納されており、これらのプログラムに従ってCPU11が各種処理を実行することで画像形成装置10としての各機能が実現される。   The CPU 11 is based on an OS (Operating System) program, and executes middleware, application programs, and the like. Various programs are stored in the ROM 12, and each function as the image forming apparatus 10 is realized by the CPU 11 executing various processes in accordance with these programs.

RAM13は、CPU11がプログラムに基づいて処理を実行する際に各種のデータを一時的に格納するワークメモリや画像データを格納する画像メモリなどとして使用される。またCPU11が、プログラムを実行する際には、該当のプログラムがハードディスク装置19から読み出されてRAM13に展開される。CPU11はRAM13に展開されたプログラムを参照して実行する。前述したように、CPU11とRAM13は、画像形成機能とサーバ機能の提供に共通に使用されるハードウェアリソース(共用リソース)である。   The RAM 13 is used as a work memory for temporarily storing various data when the CPU 11 executes processing based on a program, an image memory for storing image data, and the like. When the CPU 11 executes a program, the corresponding program is read from the hard disk device 19 and developed in the RAM 13. The CPU 11 executes the program with reference to the program expanded in the RAM 13. As described above, the CPU 11 and the RAM 13 are hardware resources (shared resources) that are commonly used for providing the image forming function and the server function.

スキャナ部14は、原稿を光学的に読み取って画像データを取得する機能を果たす。スキャナ部14は、たとえば、原稿に光を照射する光源と、その反射光を受けて原稿を幅方向に1ライン分読み取るラインイメージセンサと、ライン単位の読取位置を原稿の長さ方向に順次移動させる移動ユニットと、原稿からの反射光をラインイメージセンサに導いて結像させるレンズやミラーなどからなる光学経路と、ラインイメージセンサの出力するアナログ画像信号をデジタルの画像データに変換する変換部などを備えて構成される。   The scanner unit 14 performs a function of optically reading a document and acquiring image data. The scanner unit 14 sequentially moves, for example, a light source that irradiates light on a document, a line image sensor that receives the reflected light for one line in the width direction, and a reading position in line units in the length direction of the document. An optical path composed of a moving unit, a lens or a mirror that guides the reflected light from the document to the line image sensor and forms an image, a conversion unit that converts the analog image signal output from the line image sensor into digital image data, etc. It is configured with.

画像形成部15は、画像データに応じた画像を記録紙上に画像形成(印刷)する機能を果たす。ここでは、記録紙の搬送装置と、感光体ドラムと、帯電装置と、レーザーユニットと、現像装置と、転写分離装置と、クリーニング装置と、定着装置とを有し、電子写真プロセスによって画像形成を行う、所謂、レーザープリンタのエンジン部として構成されている。画像形成は他の方式でもかまわない。   The image forming unit 15 functions to form (print) an image corresponding to the image data on a recording sheet. Here, it has a recording paper transport device, a photosensitive drum, a charging device, a laser unit, a developing device, a transfer separation device, a cleaning device, and a fixing device, and forms an image by an electrophotographic process. It is configured as a so-called laser printer engine unit. Other methods may be used for image formation.

画像処理部16は、画像の拡大縮小、回転などの処理のほか、プリントジョブに含まれる印刷データをイメージデータに変換するラスタライズ処理、画像データの圧縮、伸張処理などを行う。   The image processing unit 16 performs rasterization processing for converting print data included in a print job into image data, image data compression and expansion processing, in addition to processing such as image enlargement / reduction and rotation.

FAX制御部17は、ファクシミリ送信、ファクシミリ受信に係る制御を行う。   The FAX control unit 17 performs control related to facsimile transmission and facsimile reception.

不揮発メモリ18は、電源をオフにしても記憶内容が破壊されないメモリ(フラッシュメモリ)である。ハードディスク装置19は、不揮発で大容量の記憶装置であり、各種のプログラム、印刷データなどが記憶される。   The nonvolatile memory 18 is a memory (flash memory) whose stored contents are not destroyed even when the power is turned off. The hard disk device 19 is a nonvolatile, large-capacity storage device that stores various programs, print data, and the like.

ネットワーク通信部21は、ネットワーク3を通じてクライアント端末40や他の画像形成装置10、サーバ50などの外部装置と通信する機能を果たす。   The network communication unit 21 performs a function of communicating with an external device such as the client terminal 40, another image forming apparatus 10, and the server 50 through the network 3.

操作パネル22は、表示部23と、操作部24を備えている。表示部23は、液晶ディスプレイ(LCD…Liquid Crystal Display)などで構成され、各種の操作画面、設定画面などを表示する機能を果たす。操作部24は、テンキーやスタートボタンなどのハードキーと、表示部23の物理的画面上に設けられたタッチパネルとを備えている。タッチパネルは、表示部23の物理的画面がタッチペンや指などで接触操作された座標位置を検出する。   The operation panel 22 includes a display unit 23 and an operation unit 24. The display unit 23 is composed of a liquid crystal display (LCD) and the like, and has a function of displaying various operation screens, setting screens, and the like. The operation unit 24 includes hard keys such as a numeric keypad and a start button, and a touch panel provided on the physical screen of the display unit 23. The touch panel detects a coordinate position where the physical screen of the display unit 23 is touched with a touch pen or a finger.

画像形成装置10のCPU11は、プログラムを実行することで、画像形成機能制御部31、サーバ機能制御部32、判断部33、転送部34、選択部35、共用リソース管理部36の各機能を果たす。   The CPU 11 of the image forming apparatus 10 performs the functions of the image forming function control unit 31, the server function control unit 32, the determination unit 33, the transfer unit 34, the selection unit 35, and the shared resource management unit 36 by executing a program. .

画像形成機能制御部31は、画像形成ジョブの実行に係る制御を行う。サーバ機能制御部32は、サーバジョブの実行に係る制御を行う。   The image forming function control unit 31 performs control related to execution of an image forming job. The server function control unit 32 performs control related to execution of the server job.

判断部33は、実行すべきサーバジョブが存在する状態で新たな画像形成ジョブが投入された場合に、共用リソースの不足によって該画像形成ジョブの実行に支障が生じるか否かを判断する。判断部33は、CPU11がプログラムの判断ステップを実行することによりその機能が実現される。   When a new image forming job is input in a state where there is a server job to be executed, the determining unit 33 determines whether or not the execution of the image forming job is hindered due to a lack of shared resources. The function of the determination part 33 is implement | achieved when CPU11 performs the determination step of a program.

転送部34は、判断部33が画像形成ジョブの実行に支障が生じると判断した場合に、実行すべきサーバジョブの少なくとも一部を他のサーバに転送して実行させる動作に関する制御を行う。転送部34に含まれる選択部35は、転送するサーバジョブを選択して決定する。転送部34および選択部35の機能は、CPU11がプログラムの転送ステップを実行することにより実現される。   The transfer unit 34 performs control related to an operation of transferring and executing at least a part of a server job to be executed to another server when the determination unit 33 determines that the execution of the image forming job is hindered. A selection unit 35 included in the transfer unit 34 selects and determines a server job to be transferred. The functions of the transfer unit 34 and the selection unit 35 are realized by the CPU 11 executing a program transfer step.

共用リソース管理部36は、共用リソースの使用状況を管理する。たとえば、RAM13においてメモリ領域の確保、解放等を行う。   The shared resource management unit 36 manages the usage status of the shared resource. For example, a memory area is secured and released in the RAM 13.

次に、サーバジョブの転送に関連する画像形成装置10の動作を詳細に説明する。   Next, the operation of the image forming apparatus 10 related to server job transfer will be described in detail.

図3は、複数のクライアント(クライアント端末40)からサーバリクエストを順次受信したときの基本制御シーケンスを示す図である。図4は、図3の各サーバリクエストを受信したときに画像形成装置10のメモリ(RAM13)の使用状況が変化する様子を示している。   FIG. 3 is a diagram showing a basic control sequence when server requests are sequentially received from a plurality of clients (client terminals 40). FIG. 4 shows how the usage status of the memory (RAM 13) of the image forming apparatus 10 changes when each server request in FIG. 3 is received.

図4(a)は、サーバリクエストを受信する前のメモリ(RAM13)の使用状態を示している。メモリには、画像形成機能制御部31の機能に関する画像形成制御プログラムやサーバ機能制御部32の機能に関するサーバ制御プログラムなどの各種のプログラムが配置されているが、各種のジョブを実行するに十分な空き領域が残っている。   FIG. 4A shows a usage state of the memory (RAM 13) before receiving the server request. In the memory, various programs such as an image formation control program related to the function of the image formation function control unit 31 and a server control program related to the function of the server function control unit 32 are arranged, which are sufficient to execute various jobs. Free space remains.

画像形成装置10は、クライアント1からのサーバリクエストを受信(図3:P1)すると、セッションIDを含むセッション情報等を保存するための領域をメモリ(RAM13)上に確保し、該セッション情報等を自装置のメモリに保存する(図3:P2、図4(b))。そして、クライアント1に対して、セッションIDを返す(図3:P3)。   When the image forming apparatus 10 receives the server request from the client 1 (FIG. 3: P1), the image forming apparatus 10 secures an area for storing session information including the session ID on the memory (RAM 13), and stores the session information and the like. It is stored in the memory of its own device (FIG. 3: P2, FIG. 4 (b)). Then, the session ID is returned to the client 1 (FIG. 3: P3).

また、クライアント2からのサーバリクエストを受信(図3:P4)すると、クライアント2用のセッションIDを含むセッション情報等を保存するための領域をメモリ上に確保し、該セッション情報等を保存し(図3:P5、図4(c))、クライアント2にセッションIDを返す(図3:P6)。同様に、クライアント3からのサーバリクエストを受信(図3:P7)すると、クライアント3用のセッションIDを含むセッション情報等を保存するための領域をメモリ上に確保し、該セッション情報等を保存し(図3:P8、図4(d))、クライアント3にセッションIDを返す(図3:P9)。   When a server request is received from the client 2 (FIG. 3: P4), an area for storing session information including the session ID for the client 2 is secured on the memory, and the session information is stored ( FIG. 3: P5, FIG. 4C), and returns the session ID to the client 2 (FIG. 3: P6). Similarly, when a server request is received from the client 3 (FIG. 3: P7), an area for storing session information including the session ID for the client 3 is secured on the memory, and the session information is stored. (FIG. 3: P8, FIG. 4D), the session ID is returned to the client 3 (FIG. 3: P9).

このように、クライアントから画像形成装置に対して、サーバリクエストが発生すると、各クライアントに対するセッションIDを含むセッション情報等を保存するための領域がメモリ上に確保される。そのため、共用リソースであるメモリの空き領域は、受信して実行未完了のサーバリクエストが増えるほど、減少する。   As described above, when a server request is issued from the client to the image forming apparatus, an area for storing session information including a session ID for each client is secured in the memory. Therefore, the free area of the memory that is a shared resource decreases as the number of server requests that have been received and are not yet executed increases.

次に、メモリの使用率が高くなって画像形成ジョブの実行に支障が生じる場合について説明する。   Next, a description will be given of a case where the memory usage rate becomes high and the execution of the image forming job is hindered.

図5は、画像形成装置10が行う基本制御を示す流れ図である。また、図6は、画像形成ジョブの種類に応じたメモリ使用率を示すメモリ使用率テーブル60の一例である。なお、メモリの使用率、空きメモリの割合は、使用されるメモリの容量、空きメモリの容量と同意とする。   FIG. 5 is a flowchart illustrating basic control performed by the image forming apparatus 10. FIG. 6 is an example of a memory usage rate table 60 indicating the memory usage rates according to the types of image forming jobs. Note that the usage rate of the memory and the ratio of the free memory agree with the capacity of the used memory and the capacity of the free memory.

画像形成装置10は、画像形成ジョブ(プリント/コピー/スキャン/FAXジョブのいずれか)を受信すると、該受信した画像形成ジョブを実行したときに必要とされるメモリ使用率Raをメモリ使用率テーブル60を参照して取得する(ステップS101)。メモリ使用率テーブル60に示すように、メモリ使用率は、ジョブの種類、カラー/モノクロ、用紙サイズなどに応じて相違する。   When the image forming apparatus 10 receives an image forming job (any one of a print / copy / scan / fax job), the memory usage rate Ra required when executing the received image forming job is displayed in a memory usage rate table. 60 to obtain (step S101). As shown in the memory usage rate table 60, the memory usage rate differs depending on the job type, color / monochrome, paper size, and the like.

次に、現在のメモリ使用率から空きメモリの割合Reを算出する(ステップS102)。ステップS101で算出したメモリ使用率Raと、ステップS102で算出した空きメモリの割合Reを比較し(ステップS103)、「算出したメモリ使用率Ra≦現在の空きメモリの割合Re」であれば(ステップS103;Yes)、メモリ不足は生じないので、受信した画像形成ジョブを実行する(ステップS106)。   Next, the free memory ratio Re is calculated from the current memory usage rate (step S102). The memory usage rate Ra calculated in step S101 is compared with the free memory ratio Re calculated in step S102 (step S103), and if “calculated memory usage ratio Ra ≦ current free memory ratio Re” is satisfied (step S103). S103; Yes) Since there is no memory shortage, the received image forming job is executed (step S106).

「算出したメモリ使用率Ra>現在の空きメモリの割合Re」であれば(ステップS103;No)、画像形成装置10が現在受け付けているサーバジョブから、他の画像形成装置10(あるいはサーバ50)に転送するサーバジョブを決定し(ステップS104))、該決定したサーバジョブを他の画像形成装置10(あるいはサーバ50)に転送する(ステップS105)。そして、ステップ102に戻って、現在のメモリ使用率から空きメモリの割合Reを改めて算出し直し(ステップS102)、「算出したメモリ使用率Ra≦現在の空きメモリの割合Re」になるまで、すなわち、メモリ不足が解消されるまで、画像形成装置10が現在受け付けているサーバジョブを他の画像形成装置10(あるいはサーバ50)に転送する。「算出したメモリ使用率Ra≦現在の空きメモリの割合Re」になったら(ステップS103;Yes)、受信した画像形成ジョブを実行する(ステップS106)。   If “calculated memory usage rate Ra> current free memory ratio Re” (step S103; No), the image forming apparatus 10 receives another image forming apparatus 10 (or server 50) from the currently accepted server job. The server job to be transferred to is determined (step S104), and the determined server job is transferred to another image forming apparatus 10 (or server 50) (step S105). Then, returning to step 102, the free memory ratio Re is recalculated from the current memory usage rate (step S102), until “calculated memory usage rate Ra ≦ current free memory rate Re”, that is, Until the memory shortage is resolved, the server job currently accepted by the image forming apparatus 10 is transferred to another image forming apparatus 10 (or server 50). When “calculated memory usage rate Ra ≦ current free memory ratio Re” is satisfied (step S103; Yes), the received image forming job is executed (step S106).

図7は、転送するサーバジョブを決定する処理(図5のステップS104)の詳細を示す流れ図である。また、図8は、画像形成装置10が現在受け付けているサーバジョブ(実行すべきサーバジョブ)を一覧にしたサーバジョブテーブル70の一例である。   FIG. 7 is a flowchart showing details of the process for determining a server job to be transferred (step S104 in FIG. 5). FIG. 8 is an example of a server job table 70 that lists server jobs currently accepted by the image forming apparatus 10 (server jobs to be executed).

画像形成装置10は、受信した画像形成ジョブの処理完了までにかかる時間Tgを算出する(ステップS201)。次に、サーバジョブテーブル70を参照して、タイムアウトまでの時間が最も短いサーバジョブを選択する(ステップS202)。そして、選択したサーバジョブがタイムアウトするまでの時間Toutをサーバジョブテーブル70から取得する(ステップS203)。   The image forming apparatus 10 calculates a time Tg required to complete the processing of the received image forming job (step S201). Next, referring to the server job table 70, the server job with the shortest time until timeout is selected (step S202). Then, a time Tout until the selected server job times out is acquired from the server job table 70 (step S203).

次に、算出した画像形成ジョブの処理完了までにかかる時間Tgと、選択したサーバジョブがタイムアウトするまでの時間Toutを比較する(ステップS204)。「画像形成ジョブ完了までの時間Tg≦タイムアウトまでの時間Tout」でなければ(ステップS204;No)、すなわち、選択したサーバジョブが画像形成ジョブの実行が完了するまでにタイムアウトする場合は、選択したサーバジョブを、他の画像形成装置10(あるいはサーバ50)に転送するサーバジョブに決定して(ステップS209)、本処理を終了する。   Next, the calculated time Tg required to complete the processing of the image forming job is compared with the time Tout required until the selected server job times out (step S204). If “time Tg until completion of image forming job ≦ time Tout until timeout” is not satisfied (step S204; No), that is, if the selected server job times out until execution of the image forming job is completed, the selected The server job is determined as a server job to be transferred to another image forming apparatus 10 (or server 50) (step S209), and this process is terminated.

一方、「画像形成ジョブ完了までの時間Tg≦タイムアウトまでの時間Tout」であれば(ステップS204;Yes)、同一ネットワーク3上の画像形成装置10(あるいはサーバ50)に、選択したサーバジョブと同様のサービスを提供可能な画像形成装置10(あるいはサーバ50)があるか否かを確認する(ステップS205)。   On the other hand, if “time Tg until completion of image formation job T ≦ time Tout until timeout” (step S204; Yes), the image forming apparatus 10 (or server 50) on the same network 3 is similar to the selected server job. It is checked whether there is an image forming apparatus 10 (or server 50) that can provide the service (step S205).

確認の結果、選択したサーバジョブと同様のサービスを提供可能な画像形成装置10(あるいはサーバ50)が同一ネットワーク3上に存在する場合は(ステップS206;Yes)、選択したサーバジョブのメモリ使用率を、サーバジョブテーブル70を参照して確認する(ステップS207)。   As a result of the confirmation, if the image forming apparatus 10 (or server 50) that can provide the same service as the selected server job exists on the same network 3 (step S206; Yes), the memory usage rate of the selected server job Is confirmed with reference to the server job table 70 (step S207).

選択したサーバジョブのメモリ使用率が所定の閾値より低い場合は(ステップS207;Yes)、選択したサーバジョブを、他の画像形成装置10(あるいはサーバ50)に転送するサーバジョブに決定して(ステップS209)、本処理を終了する。   If the memory usage rate of the selected server job is lower than the predetermined threshold (step S207; Yes), the selected server job is determined as a server job to be transferred to another image forming apparatus 10 (or server 50) ( Step S209), the process ends.

また、選択したサーバジョブと同様のサービスを提供可能な画像形成装置10(あるいはサーバ50)が同一ネットワーク3上に存在しない場合(ステップS206;No)、および、選択したサーバジョブのメモリ使用率が閾値以上の場合(ステップS207;No)は、該サーバジョブは転送対象から除外し、サーバジョブテーブル70から、先ほど選択したサーバジョブの次にタイムアウトまでの時間が短いサーバジョブを新たに選択し(ステップS208)、ステップS203に移行して処理を継続する。
19
Further, when there is no image forming apparatus 10 (or server 50) that can provide the same service as the selected server job on the same network 3 (step S206; No), and the memory usage rate of the selected server job is If it is equal to or greater than the threshold value (step S207; No), the server job is excluded from the transfer target, and a server job with the shortest time to timeout after the previously selected server job is selected from the server job table 70 ( Step S208), the process proceeds to Step S203 and the processing is continued.
19

図9は、サーバジョブを転送する処理(図5のステップS105)の詳細を示す流れ図である。画像形成装置10は、自機のメモリ領域に保持しているセッション情報等を、転送先の画像形成装置10(あるいはサーバ50)に送信して、サーバジョブの代行を依頼する(ステップS301)。セッション情報等の転送が完了したら(ステップS302;Yes)、このセッション情報等を保持していた自機のメモリ領域を解放する(ステップS303)。   FIG. 9 is a flowchart showing details of the process for transferring a server job (step S105 in FIG. 5). The image forming apparatus 10 transmits session information and the like held in its own memory area to the transfer destination image forming apparatus 10 (or the server 50) and requests substitution of a server job (step S301). When the transfer of the session information or the like is completed (step S302; Yes), the memory area of the own device that holds the session information or the like is released (step S303).

図10は、サーバジョブを転送した時のメモリ領域の使用状況の変化を転送元と転送先について対比して示す図である。同図(a)は、転送前の転送元の画像形成装置10のメモリ領域の使用状況を示し、同図(b)は転送前の転送先の画像形成装置10のメモリ領域の使用状況を示している。同図(c)は、セッション情報保持領域1に保持していたセッション情報を転送後の転送元の画像形成装置10のメモリ領域の使用状況を示し、同図(d)は上記転送後の転送先の画像形成装置10のメモリ領域の使用状況を示している。   FIG. 10 is a diagram showing a change in the usage state of the memory area when the server job is transferred, in comparison with the transfer source and the transfer destination. FIG. 4A shows the usage status of the memory area of the image forming apparatus 10 that is the transfer source before transfer, and FIG. 4B shows the usage status of the memory area of the image formation apparatus 10 that is the transfer destination before transfer. ing. FIG. 8C shows the usage status of the memory area of the image forming apparatus 10 that is the transfer source after transferring the session information held in the session information holding area 1, and FIG. The usage status of the memory area of the previous image forming apparatus 10 is shown.

このように、受信した画像形成ジョブを共用リソースであるメモリの不足が要因で実行できない場合に、サーバジョブを他の画像形成装置10(あるいはサーバ50)に転送し、そのサーバジョブが使用していたメモリ領域を解放するので、メモリ不足が解消され、受信した画像形成ジョブを自装置で円滑に実行することができる。また、サーバジョブの転送を、受信した画像形成ジョブが実行可能になる最小限にすることで、転送されずに済んだサーバジョブを画像形成ジョブと共に実行(たとえば、並列動作で実行)することが可能になる。   As described above, when the received image forming job cannot be executed due to a shortage of memory as a shared resource, the server job is transferred to another image forming apparatus 10 (or server 50) and used by the server job. Since the memory area is released, the memory shortage is solved, and the received image forming job can be smoothly executed by the own apparatus. Further, by minimizing the transfer of the server job so that the received image forming job can be executed, the server job that has not been transferred can be executed together with the image forming job (for example, executed in parallel operation). It becomes possible.

なお、サーバジョブは、画像形成ジョブの実行終了後に開始するようにされてもよい。この場合でも、セッション情報等を保持する必要があるので、画像形成ジョブの実行に必要なメモリが不足する場合には、不足が解消されるまでサーバジョブを転送する処理が有効となる。   The server job may be started after the execution of the image forming job is completed. Even in this case, since it is necessary to hold session information and the like, if the memory necessary for executing the image forming job is insufficient, the process of transferring the server job is effective until the shortage is resolved.

次に、サーバジョブの存在によって共用リソースの1つであるCPUの使用率が高くなって画像形成ジョブの実行に支障が生じる場合について説明する。   Next, a case where the usage rate of the CPU, which is one of the shared resources, is increased due to the existence of the server job, which hinders execution of the image forming job will be described.

図11は、画像形成装置10が行う基本制御を示す流れ図である。また、図12は、画像形成ジョブの種類に応じたCPU使用率を示すCPU使用率テーブル80の一例である。   FIG. 11 is a flowchart illustrating basic control performed by the image forming apparatus 10. FIG. 12 is an example of a CPU usage rate table 80 that indicates the CPU usage rate according to the type of image forming job.

画像形成装置10は、画像形成ジョブ(プリント/コピー/スキャン/FAXジョブのいずれか)を受信すると、該受信した画像形成ジョブの実行に必要とされるCPU使用率KaをCPU使用率テーブル80から取得する(ステップS401)。   When the image forming apparatus 10 receives an image forming job (any one of a print / copy / scan / FAX job), the CPU usage rate Ka required for executing the received image forming job is obtained from the CPU usage rate table 80. Obtain (step S401).

次に、現在のCPU使用率からCPU使用率の余裕度Keを算出する(ステップS402)。ステップS401で算出したCPU使用率Kaと、ステップS402で求めたCPU使用率の余裕度Keを比較し(ステップS403)、「算出したCPU使用率Ka≦CPU使用率の余裕度Ke」であれば(ステップS403;Yes)、受信した画像形成ジョブを実行する(ステップS406)。   Next, the CPU utilization margin Ke is calculated from the current CPU utilization (step S402). The CPU usage rate Ka calculated in step S401 is compared with the CPU usage rate margin Ke obtained in step S402 (step S403). If “calculated CPU usage rate Ka ≦ CPU usage rate margin Ke”, (Step S403; Yes), the received image forming job is executed (Step S406).

「算出したCPU使用率Ka>CPU使用率の余裕度Ke」であれば(ステップS403;No)、画像形成装置10が現在受け付けているサーバジョブから、他の画像形成装置10(あるいはサーバ50)に転送するサーバジョブを決定し(ステップS404))、該決定したサーバジョブを他の画像形成装置10(あるいはサーバ50)に転送する(ステップS405)。   If “calculated CPU usage rate Ka> CPU usage rate margin Ke” (step S403; No), another image forming device 10 (or server 50) is selected from the server job currently accepted by the image forming device 10. The server job to be transferred to is determined (step S404), and the determined server job is transferred to another image forming apparatus 10 (or server 50) (step S405).

そして、ステップ402に戻って、現在のCPU使用率の余裕度Keを改めて算出し直し(ステップS402)、「算出したCPU使用率Ka≦CPU使用率の余裕度Ke」になるまで、画像形成装置10が現在受け付けているサーバジョブを他の画像形成装置10(あるいはサーバ50)に転送する。「算出したCPU使用率Ka≦CPU使用率の余裕度Ke」になったら(ステップS403;Yes)、受信した画像形成ジョブを実行する(ステップS406)。   Then, returning to step 402, the current CPU utilization margin degree Ke is recalculated (step S402), and the image forming apparatus until “calculated CPU utilization ratio Ka ≦ CPU utilization ratio margin Ke” is satisfied. The server job currently accepted by the client 10 is transferred to another image forming apparatus 10 (or the server 50). When “calculated CPU usage rate Ka ≦ CPU usage rate margin Ke” (step S403; Yes), the received image forming job is executed (step S406).

図13は、転送するサーバジョブを決定する処理(図11のステップS404)の詳細を示す流れ図である。また、図14は、画像形成装置10が現在受け付けているサーバジョブを一覧にしたサーバジョブテーブル90の一例である。   FIG. 13 is a flowchart showing details of the process for determining a server job to be transferred (step S404 in FIG. 11). FIG. 14 is an example of a server job table 90 that lists server jobs currently accepted by the image forming apparatus 10.

画像形成装置10は、受信した画像形成ジョブの処理完了までにかかる時間Tgを算出する(ステップS501)。次に、サーバジョブテーブル90を参照して、タイムアウトまでの時間が最も短いサーバジョブを選択する(ステップS502)。そして、選択したサーバジョブがタイムアウトするまでの時間Toutをサーバジョブテーブル90から取得する(ステップS503)。   The image forming apparatus 10 calculates a time Tg required to complete the processing of the received image forming job (step S501). Next, the server job table 90 is referred to, and the server job with the shortest time until timeout is selected (step S502). Then, a time Tout until the selected server job times out is acquired from the server job table 90 (step S503).

次に、算出した画像形成ジョブの処理完了までにかかる時間Tgと、選択したサーバジョブがタイムアウトするまでの時間Toutを比較する(ステップS504)。「画像形成ジョブ完了までの時間Tg≦タイムアウトまでの時間Tout」でなければ(ステップS504;No)、すなわち、画像形成ジョブの実行が完了するまでにタイムアウトする場合は、先ほど選択したサーバジョブを、他の画像形成装置10(あるいはサーバ50)に転送するサーバジョブに決定して(ステップS509)、本処理を終了する。   Next, the calculated time Tg required to complete the processing of the image forming job is compared with the time Tout required until the selected server job times out (step S504). If “time Tg until completion of image forming job ≦ time Tout until timeout” is not satisfied (step S504; No), that is, if the timeout occurs until the execution of the image forming job is completed, the previously selected server job is The server job to be transferred to another image forming apparatus 10 (or server 50) is determined (step S509), and this process ends.

一方、「画像形成ジョブ完了までの時間Tg≦タイムアウトまでの時間Tout」であれば(ステップS504;Yes)、同一ネットワーク3上の画像形成装置10(あるいはサーバ50)に、選択したサーバジョブと同様のサービスを提供可能な画像形成装置10(あるいはサーバ50)があるか否かを確認する(ステップS505)。   On the other hand, if “time Tg until completion of image forming job ≦ time Tout until timeout” (step S504; Yes), the image forming apparatus 10 (or server 50) on the same network 3 is similar to the selected server job. It is checked whether there is an image forming apparatus 10 (or server 50) that can provide the service (step S505).

確認の結果、選択したサーバジョブと同様のサービスを提供可能な画像形成装置10(あるいはサーバ50)が同一ネットワーク3上に存在する場合は(ステップS506;Yes)、選択したサーバジョブの平均のCPU使用率を、サーバジョブテーブル90を参照して確認する(ステップS507)。   As a result of the confirmation, if the image forming apparatus 10 (or server 50) that can provide the same service as the selected server job exists on the same network 3 (step S506; Yes), the average CPU of the selected server job The usage rate is confirmed with reference to the server job table 90 (step S507).

選択したサーバジョブの平均のCPU使用率が所定の閾値より低い場合は(ステップS507;Yes)、選択したサーバジョブを、他の画像形成装置10(あるいはサーバ50)に転送するサーバジョブに決定して(ステップS509)、本処理を終了する。   If the average CPU usage rate of the selected server job is lower than the predetermined threshold (step S507; Yes), the selected server job is determined as a server job to be transferred to another image forming apparatus 10 (or server 50). (Step S509), and this process is terminated.

また、選択したサーバジョブと同様のサービスを提供可能な画像形成装置10(あるいはサーバ50)が同一ネットワーク3上に存在しない場合(ステップS506;No)、および、選択したサーバジョブの平均のCPU使用率が閾値以上の場合(ステップS507;No)は、サーバジョブテーブル90から、先ほど選択したサーバジョブの次にタイムアウトまでの時間が短いサーバジョブを新たに選択し(ステップS508)、ステップS503に移行して処理を継続する。   Further, when there is no image forming apparatus 10 (or server 50) capable of providing the same service as the selected server job on the same network 3 (step S506; No), and the average CPU usage of the selected server job If the rate is equal to or greater than the threshold (step S507; No), a server job with the shortest time until timeout after the previously selected server job is selected from the server job table 90 (step S508), and the process proceeds to step S503. And continue processing.

転送対象のサーバジョブをCPU使用率が閾値未満のものに制限することで、転送先での負荷(CPU使用率)の増加を抑制して、転送先でジョブの実行に支障が生じないように配慮する。   By restricting server jobs to be transferred to those with a CPU usage rate that is less than the threshold, an increase in the load (CPU usage rate) at the transfer destination is suppressed so that execution of jobs at the transfer destination is not hindered. consider.

サーバジョブを転送する処理(図11のステップS405)の詳細は、図9と同様であり、その説明は省略する。   Details of the processing for transferring the server job (step S405 in FIG. 11) are the same as those in FIG. 9, and a description thereof will be omitted.

画像形成装置10(あるいはサーバ50)は、他の画像形成装置10からサーバジョブの転送を受けた場合、その転送されてきたサーバジョブを、転送元の装置に代行して実行する。すなわち、転送元から転送されてきたセッション情報やセッションIDを使用し、転送元のサーバになりすまして、サーバーリクエストの送信元のクライアント端末40に対してサーバジョブの処理結果を送信する。   When the image forming apparatus 10 (or the server 50) receives a server job transfer from another image forming apparatus 10, the image forming apparatus 10 (or the server 50) executes the transferred server job on behalf of the transfer source apparatus. In other words, using the session information and session ID transferred from the transfer source, the server job processing result is transmitted to the client terminal 40 that is the server request transmission source by impersonating the transfer source server.

このように、受信した画像形成ジョブを、共用リソースであるCPUの使用率の余裕度の不足が要因で実行できない場合に、サーバジョブを他の画像形成装置10(あるいはサーバ50)に転送し、そのサーバジョブによるCPU使用率の分だけCPU使用率の余裕度を増やすので、CPU使用率の余裕度の不足が解消され、受信した画像形成ジョブを自装置で円滑に実行することができる。また、サーバジョブの転送を、受信した画像形成ジョブが実行可能になる最小限にすることで、転送されなかったサーバジョブを画像形成ジョブと共に並行して実行することが可能になる。   As described above, when the received image forming job cannot be executed due to a lack of margin of the usage rate of the CPU that is the shared resource, the server job is transferred to another image forming apparatus 10 (or server 50), and Since the CPU usage rate margin is increased by the CPU usage rate of the server job, the lack of the CPU usage rate margin is resolved, and the received image forming job can be smoothly executed by the own apparatus. Further, by minimizing the transfer of the server job so that the received image forming job can be executed, the server job that has not been transferred can be executed in parallel with the image forming job.

以上、本発明の実施の形態を図面によって説明してきたが、具体的な構成は実施の形態に示したものに限られるものではなく、本発明の要旨を逸脱しない範囲における変更や追加があっても本発明に含まれる。   The embodiment of the present invention has been described with reference to the drawings. However, the specific configuration is not limited to that shown in the embodiment, and there are changes and additions within the scope of the present invention. Are also included in the present invention.

実施の形態では、メモリ使用率とCPU使用率に関して個別に説明したが、メモリ不足が解消されかつCPU使用率の余裕度が足りるようになるまで、サーバジョブを転送するようにしてもよい。   In the embodiment, the memory usage rate and the CPU usage rate have been individually described. However, the server job may be transferred until the memory shortage is resolved and the CPU usage rate is sufficient.

なお、ステップS204;Yesで転送対象に決定したサーバジョブ、あるいは、ステップS404;Yesで転送対象に決定したサーバジョブについても、同様のサービスを提供可能な他の画像形成装置10(あるいはサーバ50)が存在するか否かを判断し、存在しない場合には、「タイムアウトしないように応答を返送し、サーバジョブ自体は実行しない」旨を指示して該サーバジョブを転送先に転送し、画像形成ジョブの実行が終了したらその転送先からそのサーバジョブを引き戻して自装置で実行するようにしてもよい。   Note that another image forming apparatus 10 (or server 50) that can provide the same service for the server job determined as the transfer target in Step S204; Yes or the server job determined as the transfer target in Step S404; Yes. If it does not exist, the server job is transferred to the transfer destination by instructing that “a response is returned so as not to time out and the server job itself is not executed”, and image formation is performed. When the execution of the job is completed, the server job may be pulled back from the transfer destination and executed on the own apparatus.

サーバジョブの一覧にあるすべてのサーバジョブをチェックしても、メモリ不足やCPU使用率の余裕度の不足が解消されない場合には、再度、サーバジョブの一覧からタイムアウト時間の短い順、あるいは、メモリ使用率の低い順、あるいはCPU使用率の低い順、にサーバジョブを選択し、同様のサービスを提供可能なサーバが同一ネットワーク3上に存在するか否か、メモリ使用率が閾値未満か否か、CPU使用率が閾値未満か否か、などの条件を無視して転送対象のサーバジョブを決定するようにしてもよい。   If checking all the server jobs in the server job list does not solve the shortage of memory or the CPU utilization margin, try again from the server job list in the order of short timeout or memory. Select server jobs in order of low usage rate or low CPU usage rate, and whether there are servers on the same network 3 that can provide similar services, and whether the memory usage rate is less than the threshold The server job to be transferred may be determined ignoring conditions such as whether the CPU usage rate is less than the threshold.

同様のサービスを提供可能なサーバが同一ネットワーク3上に存在しないにも関わらず転送対象に決定したサーバジョブについては、前述したように、「タイムアウトしないように応答を返送し、サーバジョブ自体は実行しない」旨を指示して該サーバジョブを転送先に転送し、画像形成ジョブの実行が終了したらその転送先からそのサーバジョブを引き戻して自装置で実行するようにすればよい。   As described above, for a server job that is determined as a transfer target even though a server that can provide the same service does not exist on the same network 3, as described above, a response is sent back so as not to timeout and the server job itself is executed The server job is transferred to the transfer destination by instructing "No", and when the execution of the image forming job is completed, the server job is pulled back from the transfer destination and executed by the own apparatus.

2…ネットワークシステム
3…ネットワーク
10…画像形成装置
11…CPU
12…ROM
13…RAM
14…スキャナ部
15…画像形成部
16…画像処理部
17…FAX制御部
18…不揮発メモリ
19…ハードディスク装置
21…ネットワーク通信部
22…操作パネル
23…表示部
24…操作部
31…画像形成機能制御部
32…サーバ機能制御部
33…判断部
34…転送部
35…選択部
36…共用リソース管理部
40…クライアント端末
50…サーバ
60…メモリ使用率テーブル
70…サーバジョブテーブル
80…CPU使用率テーブル
90…サーバジョブテーブル
2 ... Network system 3 ... Network 10 ... Image forming apparatus 11 ... CPU
12 ... ROM
13 ... RAM
DESCRIPTION OF SYMBOLS 14 ... Scanner part 15 ... Image formation part 16 ... Image processing part 17 ... FAX control part 18 ... Non-volatile memory 19 ... Hard disk apparatus 21 ... Network communication part 22 ... Operation panel 23 ... Display part 24 ... Operation part 31 ... Image formation function control Unit 32 ... Server function control unit 33 ... Determination unit 34 ... Transfer unit 35 ... Selection unit 36 ... Shared resource management unit 40 ... Client terminal 50 ... Server 60 ... Memory usage rate table 70 ... Server job table 80 ... CPU usage rate table 90 ... Server job table

Claims (18)

画像データに基づく画像を形成する画像形成機能と、クライアント端末から要求された処理を実行してその処理結果を前記クライアント端末に送信するするサーバ機能とを有する画像形成装置であって、
前記画像形成機能に係る画像形成ジョブの実行と前記サーバ機能に係るサーバジョブの実行とに共通に使用されるハードウェアリソースと、
実行すべきサーバジョブが存在する状態で新たな画像形成ジョブが投入された場合に、前記共通に使用されるハードウェアリソースの不足によって該画像形成ジョブの実行に支障が生じるか否かを判断する判断部と、
前記判断部が前記画像形成ジョブの実行に支障が生じると判断した場合に、前記実行すべきサーバジョブの少なくとも一部を他のサーバに転送して実行させる転送部と、
を有する
ことを特徴とする画像形成装置。
An image forming apparatus having an image forming function for forming an image based on image data, and a server function for executing processing requested from a client terminal and transmitting the processing result to the client terminal,
Hardware resources commonly used for execution of an image forming job related to the image forming function and execution of a server job related to the server function;
When a new image forming job is submitted in a state where there is a server job to be executed, it is determined whether or not the execution of the image forming job is hindered due to a lack of commonly used hardware resources. A determination unit;
A transfer unit that transfers and executes at least a part of the server job to be executed when the determination unit determines that the execution of the image forming job is hindered;
An image forming apparatus comprising:
前記共通に使用されるハードウェアリソースはメモリを含み、
前記判断部は、前記画像形成ジョブの実行に支障が生じるか否かを、前記画像形成ジョブの実行に必要なメモリの容量と、空きメモリの容量とを比較して判断する
ことを特徴とする請求項1に記載の画像形成装置。
The commonly used hardware resources include memory,
The determination unit determines whether or not the execution of the image forming job is hindered by comparing a memory capacity necessary for executing the image forming job and a free memory capacity. The image forming apparatus according to claim 1.
前記共通に使用されるハードウェアリソースはCPUを含み、
前記判断部は、前記画像形成ジョブの実行に支障が生じるか否かを、前記画像形成ジョブの実行に必要なCPUの使用率と、CPU使用率の余裕度とを比較して判断する
ことを特徴とする請求項1に記載の画像形成装置。
The commonly used hardware resources include a CPU,
The determination unit determines whether or not the execution of the image forming job is hindered by comparing the CPU usage rate necessary for the execution of the image forming job with a margin of the CPU usage rate. The image forming apparatus according to claim 1, wherein:
前記転送部は、前記画像形成ジョブの実行に要する時間よりもタイムアウトまでの残り時間が少ないサーバジョブを優先的に転送する
ことを特徴とする請求項1乃至3のいずれか1つに記載の画像形成装置。
The image according to any one of claims 1 to 3, wherein the transfer unit preferentially transfers a server job that has a remaining time until a time-out that is shorter than a time required to execute the image forming job. Forming equipment.
前記転送部は、実行に必要なメモリの容量が少ないサーバジョブを優先的に転送する
ことを特徴とする請求項2に記載の画像形成装置。
The image forming apparatus according to claim 2, wherein the transfer unit preferentially transfers a server job having a small memory capacity required for execution.
前記転送部は、実行に必要なCPUの使用率が少ないサーバジョブを優先的に転送する
ことを特徴とする請求項3に記載の画像形成装置。
The image forming apparatus according to claim 3, wherein the transfer unit preferentially transfers a server job with a low CPU usage rate necessary for execution.
前記転送部は、転送先のサーバで実行可能なサーバジョブを転送する
ことを特徴とする請求項1乃至3のいずれか1つに記載の画像形成装置。
The image forming apparatus according to claim 1, wherein the transfer unit transfers a server job that can be executed by a transfer destination server.
前記転送部は、転送対象のサーバジョブを、所定の優先順にしたがって、前記支障が解消されるまで選択し、該選択したサーバジョブを他のサーバに転送する、
ことを特徴とする請求項1乃至7のいずれか1つに記載の画像形成装置。
The transfer unit selects a server job to be transferred according to a predetermined priority order until the trouble is resolved, and transfers the selected server job to another server.
The image forming apparatus according to claim 1, wherein the image forming apparatus is an image forming apparatus.
他の画像形成装置から転送されてきたサーバジョブを実行する
ことを特徴とする請求項1乃至8のいずれか1つに記載の画像形成装置。
The image forming apparatus according to any one of claims 1 to 8, wherein a server job transferred from another image forming apparatus is executed.
画像データに基づく画像を形成する画像形成機能と、クライアント端末から要求された処理を実行してその処理結果を前記クライアント端末に送信するするサーバ機能とを提供し、前記画像形成機能に係る画像形成ジョブの実行と前記サーバ機能に係るサーバジョブの実行とに共通に使用されるハードウェアリソースを有する画像形成装置で実行されるプログラムであって、
実行すべきサーバジョブが存在する状態で新たな画像形成ジョブが投入された場合に、前記共通に使用されるハードウェアリソースの不足によって該画像形成ジョブの実行に支障が生じるか否かを判断する判断ステップと、
前記判断ステップで前記画像形成ジョブの実行に支障が生じると判断された場合に、前記実行すべきサーバジョブの少なくとも一部を他のサーバに転送して実行させる転送ステップと、
を有する
ことを特徴とするプログラム。
An image forming function for forming an image based on image data, and a server function for executing a process requested from a client terminal and transmitting the processing result to the client terminal, and forming an image according to the image forming function A program executed by an image forming apparatus having hardware resources commonly used for job execution and server job execution related to the server function,
When a new image forming job is submitted in a state where there is a server job to be executed, it is determined whether or not the execution of the image forming job is hindered due to a lack of commonly used hardware resources. A decision step;
A transfer step of transferring and executing at least a part of the server job to be executed to another server when it is determined in the determination step that the execution of the image forming job is hindered;
The program characterized by having.
前記共通に使用されるハードウェアリソースはメモリを含み、
前記判断ステップでは、前記画像形成ジョブの実行に支障が生じるか否かを、前記画像形成ジョブの実行に必要なメモリの容量と、空きメモリの容量とを比較して判断する
ことを特徴とする請求項10に記載のプログラム。
The commonly used hardware resources include memory,
In the determining step, it is determined whether or not the execution of the image forming job is hindered by comparing a capacity of a memory necessary for executing the image forming job and a capacity of a free memory. The program according to claim 10.
前記共通に使用されるハードウェアリソースはCPUを含み、
前記判断ステップでは、前記画像形成ジョブの実行に支障が生じるか否かを、前記画像形成ジョブの実行に必要なCPUの使用率と、CPU使用率の余裕度とを比較して判断する
ことを特徴とする請求項10に記載のプログラム。
The commonly used hardware resources include a CPU,
In the determining step, it is determined whether or not the execution of the image forming job is hindered by comparing the CPU usage rate necessary for the execution of the image forming job with a margin of the CPU usage rate. The program according to claim 10, wherein
前記転送ステップでは、前記画像形成ジョブの実行に要する時間よりもタイムアウトまでの残り時間が少ないサーバジョブを優先的に転送する
ことを特徴とする請求項10乃至12のいずれか1つに記載のプログラム。
13. The program according to claim 10, wherein, in the transfer step, a server job having a remaining time until a timeout is less than a time required for execution of the image forming job is preferentially transferred. .
前記転送ステップでは、実行に必要なメモリの容量が少ないサーバジョブを優先的に転送する
ことを特徴とする請求項11に記載のプログラム。
The program according to claim 11, wherein in the transfer step, a server job with a small amount of memory required for execution is transferred preferentially.
前記転送ステップでは、実行に必要なCPUの使用率が少ないサーバジョブを優先的に転送する
ことを特徴とする請求項12に記載のプログラム。
The program according to claim 12, wherein in the transfer step, a server job with a low CPU usage rate required for execution is transferred with priority.
前記転送ステップでは、転送先のサーバで実行可能なサーバジョブを転送する
ことを特徴とする請求項10乃至12のいずれか1つに記載のプログラム。
The program according to any one of claims 10 to 12, wherein in the transfer step, a server job that can be executed by a transfer destination server is transferred.
前記転送ステップでは、転送対象のサーバジョブを、所定の優先順にしたがって、前記支障が解消されるまで選択し、該選択したサーバジョブを他のサーバに転送する、
ことを特徴とする請求項10乃至16のいずれか1つに記載のプログラム。
In the transfer step, a server job to be transferred is selected according to a predetermined priority order until the trouble is resolved, and the selected server job is transferred to another server.
The program according to any one of claims 10 to 16, wherein:
他の画像形成装置から転送されてきたサーバジョブを実行するステップをさらに有する
ことを特徴とする請求項10乃至17のいずれか1つに記載のプログラム。
The program according to any one of claims 10 to 17, further comprising a step of executing a server job transferred from another image forming apparatus.
JP2016044918A 2016-03-08 2016-03-08 Image forming apparatus and program Active JP6597971B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2016044918A JP6597971B2 (en) 2016-03-08 2016-03-08 Image forming apparatus and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2016044918A JP6597971B2 (en) 2016-03-08 2016-03-08 Image forming apparatus and program

Publications (2)

Publication Number Publication Date
JP2017159518A true JP2017159518A (en) 2017-09-14
JP6597971B2 JP6597971B2 (en) 2019-10-30

Family

ID=59854575

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2016044918A Active JP6597971B2 (en) 2016-03-08 2016-03-08 Image forming apparatus and program

Country Status (1)

Country Link
JP (1) JP6597971B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2019074914A (en) * 2017-10-16 2019-05-16 コニカミノルタ株式会社 Simulation apparatus, information processing apparatus, device setting method, and device setting program
JP2020166527A (en) * 2019-03-29 2020-10-08 ブラザー工業株式会社 Print server program

Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000181653A (en) * 1998-12-17 2000-06-30 Fuji Xerox Co Ltd Network system, alternate processing controlling method and server
JP2003060832A (en) * 2001-08-08 2003-02-28 Canon Inc Device and method for processing image, program and storage medium
JP2004127310A (en) * 2003-11-10 2004-04-22 Seiko Epson Corp Network system, printer, and information recording medium
JP2005078461A (en) * 2003-09-01 2005-03-24 Ricoh Co Ltd Distributed image processing network system
JP2006252298A (en) * 2005-03-11 2006-09-21 Canon Inc Printing system
JP2006305965A (en) * 2005-04-28 2006-11-09 Konica Minolta Business Technologies Inc Image processing device, image processing method, and image processing program
JP2007325235A (en) * 2006-06-05 2007-12-13 Ricoh Co Ltd Electronic apparatus
JP2008152625A (en) * 2006-12-19 2008-07-03 Necディスプレイソリューションズ株式会社 Image display device, image data processing system and image data processing method
JP2009075632A (en) * 2007-09-18 2009-04-09 Ricoh Co Ltd Image forming apparatus, network system, and program
JP2010118788A (en) * 2008-11-11 2010-05-27 Sharp Corp Image forming apparatus with print server function
JP2010171720A (en) * 2009-01-22 2010-08-05 Ricoh Co Ltd Image forming apparatus and program
JP2012176582A (en) * 2011-02-28 2012-09-13 Sharp Corp Image forming apparatus
JP2017047578A (en) * 2015-09-01 2017-03-09 コニカミノルタ株式会社 Image formation device and image formation system

Patent Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000181653A (en) * 1998-12-17 2000-06-30 Fuji Xerox Co Ltd Network system, alternate processing controlling method and server
JP2003060832A (en) * 2001-08-08 2003-02-28 Canon Inc Device and method for processing image, program and storage medium
JP2005078461A (en) * 2003-09-01 2005-03-24 Ricoh Co Ltd Distributed image processing network system
JP2004127310A (en) * 2003-11-10 2004-04-22 Seiko Epson Corp Network system, printer, and information recording medium
JP2006252298A (en) * 2005-03-11 2006-09-21 Canon Inc Printing system
JP2006305965A (en) * 2005-04-28 2006-11-09 Konica Minolta Business Technologies Inc Image processing device, image processing method, and image processing program
JP2007325235A (en) * 2006-06-05 2007-12-13 Ricoh Co Ltd Electronic apparatus
JP2008152625A (en) * 2006-12-19 2008-07-03 Necディスプレイソリューションズ株式会社 Image display device, image data processing system and image data processing method
JP2009075632A (en) * 2007-09-18 2009-04-09 Ricoh Co Ltd Image forming apparatus, network system, and program
JP2010118788A (en) * 2008-11-11 2010-05-27 Sharp Corp Image forming apparatus with print server function
JP2010171720A (en) * 2009-01-22 2010-08-05 Ricoh Co Ltd Image forming apparatus and program
JP2012176582A (en) * 2011-02-28 2012-09-13 Sharp Corp Image forming apparatus
JP2017047578A (en) * 2015-09-01 2017-03-09 コニカミノルタ株式会社 Image formation device and image formation system

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2019074914A (en) * 2017-10-16 2019-05-16 コニカミノルタ株式会社 Simulation apparatus, information processing apparatus, device setting method, and device setting program
JP6996216B2 (en) 2017-10-16 2022-01-17 コニカミノルタ株式会社 Simulation device, information processing device, device setting method and device setting program
JP2020166527A (en) * 2019-03-29 2020-10-08 ブラザー工業株式会社 Print server program
JP7259483B2 (en) 2019-03-29 2023-04-18 ブラザー工業株式会社 print server program

Also Published As

Publication number Publication date
JP6597971B2 (en) 2019-10-30

Similar Documents

Publication Publication Date Title
US8543677B2 (en) Communication control device, method, and computer readable medium allowing an information processing device to be in a power saving mode for an extended period and allowing an application part to continue functioning
JP6395540B2 (en) Cooperation system, program
JP2015146518A (en) Information apparatus, computer program and memory sharing method
US8917413B2 (en) Image forming system capable of switching among a plurality of power states
EP3557403B1 (en) Image forming system and image forming method
JP5141743B2 (en) Image processing device
JP6597971B2 (en) Image forming apparatus and program
US11089176B2 (en) Control of apps providing same or similar services in image forming device supporting multiple platforms
JP2010165059A (en) Universal printer driver program and recording medium
JP2005231158A (en) Job processing apparatus and job processing system
JP2014006646A (en) Search device and search program
JP2017076941A (en) Job processor, administration server and program
JP2009069950A (en) Image processor, job processing method, and program
JP7099124B2 (en) Image processing equipment, image processing systems and programs
JP6089621B2 (en) Operation terminal, information processing system using operation terminal, information processing method, and program
US20200053247A1 (en) Image processing apparatus and non-transitory computer readable medium
JP6834549B2 (en) Job processing device
JP6107795B2 (en) Image processing apparatus, control method thereof, information processing apparatus, control method thereof, and program
JP6485699B2 (en) Image forming apparatus and image forming system
JP6524648B2 (en) IMAGE FORMING APPARATUS, JOB EXECUTION METHOD, AND COMPUTER PROGRAM
US11442673B2 (en) Image processing device configured to send setting data to a terminal device
JP6032960B2 (en) Image processing apparatus, information processing method, and program
JP7230375B2 (en) Information processing device and program
JP2013061750A (en) Image forming device and job control program
JP2017091482A (en) Print management server, program and printing system

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20181115

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20190814

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20190904

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20190917

R150 Certificate of patent or registration of utility model

Ref document number: 6597971

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150