JP2016092455A - Image forming device and program - Google Patents

Image forming device and program Download PDF

Info

Publication number
JP2016092455A
JP2016092455A JP2014220840A JP2014220840A JP2016092455A JP 2016092455 A JP2016092455 A JP 2016092455A JP 2014220840 A JP2014220840 A JP 2014220840A JP 2014220840 A JP2014220840 A JP 2014220840A JP 2016092455 A JP2016092455 A JP 2016092455A
Authority
JP
Japan
Prior art keywords
job
image forming
type
forming apparatus
value
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
JP2014220840A
Other languages
Japanese (ja)
Other versions
JP6405890B2 (en
Inventor
文綺 裘
Wen-Chi Qiu
文綺 裘
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 JP2014220840A priority Critical patent/JP6405890B2/en
Publication of JP2016092455A publication Critical patent/JP2016092455A/en
Application granted granted Critical
Publication of JP6405890B2 publication Critical patent/JP6405890B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Communication Control (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide a technique capable of more efficiently performing communication via a buffer memory in an image forming device.SOLUTION: An MFP (image forming device) 10 comprises: an NIC 43 (buffer processing unit) that relays data communication between the inside and the outside of the MFP 10; and a controller 9 that controls operation to transmit data to external devices 70, 90 from a software module 32 in the MFP 10 via the NIC 43. The controller 9 obtains memory information indicating the utilization situation of a buffer memory 45 and information (job situation information) indicating the reservation situation of a job (second type job) other than a job (first type job) by the software module 32. On the bases of the memory information and the job situation information, the controller 9 determines the data amount of transmission unit data (unit amount) in data transmission from the software module 32 to the NIC 43 on the execution of the first type job.SELECTED DRAWING: Figure 3

Description

本発明は、マルチ・ファンクション・ペリフェラル(MFP:Multi-Functional Peripheral))などの画像形成装置およびそれに関連する技術に関する。   The present invention relates to an image forming apparatus such as a Multi-Functional Peripheral (MFP) and related technology.

MFPなどの画像形成装置は、ネットワークインターフェイスカード(NIC:Network Interface Card)などのネットワーク通信制御部を備えて構成されており、外部装置との間でネットワーク通信を行うことが可能である。   An image forming apparatus such as an MFP includes a network communication control unit such as a network interface card (NIC), and can perform network communication with an external apparatus.

NICは、外部装置とのネットワーク通信において一時的にデータを格納するバッファメモリを有している。当該バッファメモリにデータを格納することによって、外部装置の処理速度と当該画像形成装置の処理速度との相違が調整される。   The NIC has a buffer memory that temporarily stores data in network communication with an external device. By storing data in the buffer memory, the difference between the processing speed of the external device and the processing speed of the image forming apparatus is adjusted.

また、MFPと外部装置とネットワーク通信においては、OpenAPIなどのソフトウエアモジュールを用いて、外部装置との通信を行う技術が存在する。MFPのコントローラ上で動作するプログラム(当該ソフトウエアモジュールを含む)は、NICを介して外部装置と通信を行う。   Further, in the network communication between the MFP and the external device, there is a technology for performing communication with the external device using a software module such as OpenAPI. A program (including the software module) that runs on the controller of the MFP communicates with an external device via the NIC.

なお、MFPに関する通信技術ではないが、ネットワーク越しに接続される2つの装置の相互間における通信を行う技術として、特許文献1に係る技術が存在する。特許文献1においては、送信先の記憶装置の速度に応じて転送速度を調整する技術が記載されている。   Although not a communication technology related to the MFP, there is a technology according to Patent Document 1 as a technology for performing communication between two devices connected via a network. Japanese Patent Application Laid-Open No. 2004-228561 describes a technique for adjusting a transfer speed according to the speed of a transmission destination storage device.

特表2012―520010号公報Special table 2012-520010 gazette

ところで、上記のようなソフトウエアモジュールを用いてデータを送信する際には、従来、画像形成装置のコントローラは、送信対象データを固定長(たとえば2KB(キロバイト))の単位データ(分割データ)に分割する。送信対象データを分割した各分割データがNICに対して随時送信されて上記のバッファメモリに蓄積されていき、一定程度のデータ量が当該バッファメモリに貯まった段階で、当該一定程度のデータ量のデータがNICから外部装置へと送信される。   By the way, when data is transmitted using the software module as described above, conventionally, the controller of the image forming apparatus converts the data to be transmitted into unit data (divided data) of a fixed length (for example, 2 KB (kilobytes)). To divide. Each divided data obtained by dividing the transmission target data is transmitted to the NIC as needed and accumulated in the buffer memory. When a certain amount of data is accumulated in the buffer memory, the certain amount of data is reduced. Data is transmitted from the NIC to the external device.

このような技術においては、単位データのサイズ(単位量)が固定されているとともに、当該単位データのサイズ(固定長)は比較的小さな値(たとえば、2KB(キロバイト))に設定される。   In such a technique, the size (unit amount) of unit data is fixed, and the size (fixed length) of the unit data is set to a relatively small value (for example, 2 KB (kilobytes)).

ここにおいて、当該単位データのサイズ(長さ)が大きいほど、データ通信における通信効率が高くなり通信速度が大きくなる。ただし、当該単位データのデータ長が大き過ぎると、バッファメモリに蓄積されるデータが当該バッファメモリからオーバーフローする可能性もある。このような事情に基づき、当該固定長は比較的小さな値に設定される。   Here, the larger the size (length) of the unit data, the higher the communication efficiency in data communication and the higher the communication speed. However, if the data length of the unit data is too large, the data stored in the buffer memory may overflow from the buffer memory. Based on such circumstances, the fixed length is set to a relatively small value.

しかしながら、単位データのサイズ(固定長)が比較的小さな値(たとえば、2KB(キロバイト))に固定されると、必ずしも十分な通信速度が得られない。   However, when the unit data size (fixed length) is fixed to a relatively small value (for example, 2 KB (kilobytes)), a sufficient communication speed is not necessarily obtained.

そこで、この発明は、画像形成装置内のバッファメモリを介した通信をより効率的に行うことが可能な技術を提供することを課題とする。   Accordingly, an object of the present invention is to provide a technique capable of performing communication more efficiently through a buffer memory in an image forming apparatus.

上記課題を解決すべく、請求項1の発明は、外部装置との間でネットワーク通信を行うことが可能な画像形成装置であって、前記画像形成装置の内部と外部との間でのデータ通信を中継するバッファ処理部と、前記画像形成装置内のソフトウエアモジュールから前記バッファ処理部を介して前記外部装置へデータを送信する動作を制御する制御手段と、を備え、前記制御手段は、前記バッファ処理部のバッファメモリに関する使用状況を示すメモリ情報と前記ソフトウエアモジュールによるジョブである第1の種類のジョブ以外のジョブである第2の種類のジョブの予約状況を示す情報であるジョブ状況情報とを取得するとともに、前記メモリ情報と前記ジョブ状況情報とに基づいて、前記第1の種類のジョブの実行に関して前記ソフトウエアモジュールから前記バッファ処理部へのデータ送信における送信単位データのデータ量である単位量を決定することを特徴とする。   In order to solve the above-mentioned problem, the invention of claim 1 is an image forming apparatus capable of performing network communication with an external apparatus, and data communication between the inside and the outside of the image forming apparatus. And a control unit that controls an operation of transmitting data from a software module in the image forming apparatus to the external device via the buffer processing unit, and the control unit includes: Memory information indicating the usage status of the buffer processing unit regarding the buffer memory and job status information that is information indicating the reservation status of the second type job that is a job other than the first type job that is a job by the software module And the software for executing the first type job based on the memory information and the job status information. And determining the unit quantity is the data quantity of the transmission unit data in the data transmission from the module to the buffering unit.

請求項2の発明は、請求項1の発明に係る画像形成装置において、前記制御手段は、前記第2の種類のジョブの数が少ない程、前記単位量を大きな値に決定する、ことを特徴とする。   According to a second aspect of the present invention, in the image forming apparatus according to the first aspect of the invention, the control unit determines the unit amount to be a larger value as the number of the second type jobs is smaller. And

請求項3の発明は、請求項2の発明に係る画像形成装置において、前記制御手段は、前記バッファメモリにおける未使用メモリ容量が大きい程、前記単位量を大きな値に決定する、ことを特徴とする。   According to a third aspect of the invention, in the image forming apparatus according to the second aspect of the invention, the control means determines the unit amount to be a larger value as the unused memory capacity in the buffer memory is larger. To do.

請求項4の発明は、請求項1の発明に係る画像形成装置において、前記制御手段は、前記第2の種類のジョブを第1優先順位のジョブと第2優先順位のジョブとに分類し、前記第1優先順位のジョブの数と前記第2優先順位のジョブの数とを各ジョブの優先順位に応じた重み付け係数で重み付けして加算したジョブ指数を算出し、前記ジョブ指数と前記メモリ情報とに基づいて前記単位量を決定する、ことを特徴とする。   According to a fourth aspect of the present invention, in the image forming apparatus according to the first aspect of the invention, the control unit classifies the second type of job into a first priority job and a second priority job. A job index obtained by weighting and adding the number of jobs of the first priority and the number of jobs of the second priority with a weighting coefficient corresponding to the priority of each job is calculated, and the job index and the memory information The unit amount is determined based on the following.

請求項5の発明は、請求項4の発明に係る画像形成装置において、前記第1優先順位のジョブに関する重み付け係数である第1の重み付け係数は、前記第2優先順位のジョブに関する重み付け係数である第2の重み付け係数よりも大きく、前記制御手段は、前記ジョブ指数が小さい程、前記単位量を大きな値に決定する、ことを特徴とする。   According to a fifth aspect of the present invention, in the image forming apparatus according to the fourth aspect of the present invention, the first weighting factor that is a weighting factor for the first priority job is a weighting factor for the second priority job. The control means determines the unit amount to be a larger value as the job index is smaller than a second weighting factor.

請求項6の発明は、請求項5の発明に係る画像形成装置において、前記制御手段は、前記ジョブ指数が第1の値よりも小さい場合には、前記ジョブ指数が前記第1の値よりも大きい場合に比べて、前記単位量を比較的大きな値に決定する、ことを特徴とする。   According to a sixth aspect of the present invention, in the image forming apparatus according to the fifth aspect of the invention, the control unit is configured such that, when the job index is smaller than the first value, the job index is smaller than the first value. The unit amount is determined to be a relatively large value as compared with the case where it is large.

請求項7の発明は、請求項6の発明に係る画像形成装置において、前記制御手段は、前記ジョブ指数が前記第1の値よりも大きな第2の値よりも更に大きい場合には、前記ジョブ指数が前記第2の値よりも小さい場合に比べて、前記単位量を比較的小さな値に決定する、ことを特徴とする。   According to a seventh aspect of the present invention, in the image forming apparatus according to the sixth aspect of the invention, when the job index is larger than a second value that is larger than the first value, the control unit The unit amount is determined to be a relatively small value as compared with the case where the index is smaller than the second value.

請求項8の発明は、請求項4の発明に係る画像形成装置において、前記制御手段は、前記バッファメモリにおける未使用メモリ容量と前記ジョブ指数とに基づいて前記単位量を決定することを特徴とする。   According to an eighth aspect of the present invention, in the image forming apparatus according to the fourth aspect, the control means determines the unit amount based on an unused memory capacity in the buffer memory and the job index. To do.

請求項9の発明は、請求項4の発明に係る画像形成装置において、前記制御手段は、前記バッファメモリにおける未使用メモリ容量と前記ジョブ指数と前記単位量との関係を規定したデータテーブルに基づいて、前記単位量を決定することを特徴とする。   According to a ninth aspect of the present invention, in the image forming apparatus according to the fourth aspect of the invention, the control means is based on a data table that defines a relationship among unused memory capacity, the job index, and the unit amount in the buffer memory. The unit amount is determined.

請求項10の発明は、請求項4の発明に係る画像形成装置において、前記制御手段は、前記バッファメモリにおける未使用メモリ容量と前記ジョブ指数と前記単位量との関係を規定した計算式に基づいて、前記単位量を決定することを特徴とする。   According to a tenth aspect of the present invention, in the image forming apparatus according to the fourth aspect of the invention, the control unit is based on a calculation formula that defines a relationship among an unused memory capacity, the job index, and the unit amount in the buffer memory. The unit amount is determined.

請求項11の発明は、請求項4の発明に係る画像形成装置において、前記メモリ情報は、前記バッファメモリにおける未使用メモリ容量の変化傾向を示す情報を含み、前記ジョブ状況情報は、前記第2の種類のジョブに関する前記ジョブ指数の変化傾向を示す情報を含み、前記制御手段は、前記未使用メモリ容量の変化傾向と前記ジョブ指数の変化傾向とに基づいて、前記単位量を決定することを特徴とする。   According to an eleventh aspect of the present invention, in the image forming apparatus according to the fourth aspect of the invention, the memory information includes information indicating a change tendency of unused memory capacity in the buffer memory, and the job status information includes the second job status information. Information indicating a change tendency of the job index related to the type of job, and the control means determines the unit amount based on the change tendency of the unused memory capacity and the change tendency of the job index. Features.

請求項12の発明は、請求項1の発明に係る画像形成装置において、前記制御手段は、前記第2の種類のジョブの予約状況に基づいて、前記第2の種類のジョブに割り当てるメモリ容量を決定するとともに、前記第1の種類のジョブに割り当てるメモリ容量を決定し、前記第1の種類のジョブに割り当てるメモリ容量のうちの未使用のメモリ容量の割合に基づいて、前記単位量を決定することを特徴とする。   According to a twelfth aspect of the present invention, in the image forming apparatus according to the first aspect of the invention, the control unit allocates a memory capacity allocated to the second type job based on a reservation status of the second type job. And determining a memory capacity to be allocated to the first type job, and determining the unit quantity based on a ratio of an unused memory capacity to a memory capacity allocated to the first type job. It is characterized by that.

請求項13の発明は、請求項12の発明に係る画像形成装置において、前記制御手段は、前記第2の種類のジョブのうち同時実行不可能な少なくとも1つのジョブを除外して、前記第2の種類のジョブに割り当てるメモリ容量と前記第1の種類のジョブに割り当てるメモリ容量とを決定することを特徴とする。   According to a thirteenth aspect of the present invention, in the image forming apparatus according to the twelfth aspect of the present invention, the control unit excludes at least one job that cannot be executed simultaneously from the second type of job, and And determining a memory capacity to be allocated to the first type of job and a memory capacity to be allocated to the first type of job.

請求項14の発明は、請求項12の発明に係る画像形成装置において、前記制御手段は、前記第2の種類のジョブのうち所定サイズ以上のジョブを除外して、前記第2の種類のジョブに割り当てるメモリ容量と前記第1の種類のジョブに割り当てるメモリ容量とを決定することを特徴とする。   According to a fourteenth aspect of the present invention, in the image forming apparatus according to the twelfth aspect of the invention, the control unit excludes a job of a predetermined size or more from the second type of job, and performs the second type of job. And determining the memory capacity to be allocated to the first type of job.

請求項15の発明は、請求項1ないし請求項14のいずれかの発明に係る画像形成装置において、前記制御手段は、前記第1の種類のジョブとして複数のジョブが受け付けられるときには、前記メモリ情報と前記ジョブ状況情報とに基づいて前記単位量の基本値を決定し、前記基本値に基づき前記複数の第1の種類のジョブのそれぞれの前記単位量を決定することを特徴とする。   According to a fifteenth aspect of the present invention, in the image forming apparatus according to any one of the first to fourteenth aspects, the control unit receives the memory information when a plurality of jobs are accepted as the first type of job. And determining the basic value of the unit amount based on the job status information, and determining the unit amount of each of the plurality of first type jobs based on the basic value.

請求項16の発明は、請求項15の発明に係る画像形成装置において、前記制御手段は、前記第1の種類のジョブを第1順位のランクと第2順位のランクとを含む複数のランクに分類し、前記複数のジョブとして同じランクのジョブのみが受け付けられるときには、前記複数の第1の種類のジョブのそれぞれの前記単位量をいずれも同じ値に決定することを特徴とする。   According to a sixteenth aspect of the present invention, in the image forming apparatus according to the fifteenth aspect, the control unit assigns the first type of job to a plurality of ranks including a first rank rank and a second rank rank. When only the jobs having the same rank as the plurality of jobs are accepted, the unit amounts of the plurality of first type jobs are all determined to be the same value.

請求項17の発明は、請求項16の発明に係る画像形成装置において、前記制御手段は、前記複数のジョブとして互いに異なるランクのジョブが受け付けられるときには、前記第1順位のランクの前記第1の種類のジョブを前記第2順位のランクの前記第1の種類のジョブに比べて優先的に処理することを特徴とする。   According to a seventeenth aspect of the present invention, in the image forming apparatus according to the sixteenth aspect, when the control unit accepts jobs having different ranks as the plurality of jobs, the first rank of the first rank is set. The type of job is preferentially processed as compared with the first type of job of the second rank.

請求項18の発明は、請求項17の発明に係る画像形成装置において、前記制御手段は、前記第1順位のランクの前記第1の種類のジョブの数に応じた所定の閾値よりも前記基本値が大きい場合には、前記第1順位のランクの前記第1の種類のジョブと前記第2順位のランクの前記第1の種類のジョブとを並列的に処理し、前記所定の閾値は、前記第1順位のランクの前記第1の種類のジョブごとの個別の閾値に前記第1順位のランクの前記第1の種類のジョブの数を乗じた値であり、前記第1順位のランクの前記第1の種類のジョブに関する個別の前記単位量は前記個別の閾値以上の値に設定され、前記第2順位のランクの前記第1の種類のジョブに関する個別の前記単位量は、前記第1順位のランクの前記第1の種類のジョブに関する個別の前記単位量よりも小さな値に設定されることを特徴とする。   According to an eighteenth aspect of the present invention, in the image forming apparatus according to the seventeenth aspect of the present invention, the control unit is more than a predetermined threshold value according to the number of the first type jobs of the first rank rank. When the value is large, the first type job of the first rank rank and the first type job of the second rank rank are processed in parallel, and the predetermined threshold is: A value obtained by multiplying an individual threshold value for each job of the first type of the first rank by the number of jobs of the first type of the rank of the first rank, The individual unit amount related to the first type job is set to a value equal to or greater than the individual threshold value, and the individual unit amount related to the first type job of the second rank rank is the first unit amount. Individuals related to the job of the first type of rank Characterized in that is also set to a value smaller than the amount of the unit.

請求項19の発明は、請求項17の発明に係る画像形成装置において、前記制御手段は、前記第1順位のランクの前記第1の種類のジョブの数に応じた所定の閾値よりも前記基本値が小さい場合には、前記第1順位のランクの前記第1の種類のジョブと前記第2順位のランクの前記第1の種類のジョブとをこの順序で逐次的に処理することを特徴とする。   According to a nineteenth aspect of the present invention, in the image forming apparatus according to the seventeenth aspect of the invention, the control unit is more than the predetermined threshold value according to the number of the first type jobs of the first rank rank. When the value is small, the first type job having the first rank and the first type job having the second rank are sequentially processed in this order. To do.

請求項20の発明は、請求項19の発明に係る画像形成装置において、前記制御手段は、同一順位のランクの複数の前記第1の種類のジョブを並列的に処理し、同一順位のランクの前記複数の前記第1の種類のジョブに関する個別の前記単位量は、互いに同じ値に設定されることを特徴とする。   According to a twentieth aspect of the present invention, in the image forming apparatus according to the nineteenth aspect of the invention, the control unit processes the plurality of first type jobs having the same rank in parallel, and has the ranks of the same rank. The individual unit quantities related to the plurality of first type jobs are set to the same value.

請求項21の発明は、請求項1ないし請求項20のいずれかの発明に係る画像形成装置において、前記ソフトウエアモジュールは、前記外部装置にインストールされた外部装置用アプリケーションとの間でデータを授受するアプリケーションであることを特徴とする。   According to a twenty-first aspect of the present invention, in the image forming apparatus according to any one of the first to twentieth aspects, the software module exchanges data with an external device application installed in the external device. It is characterized by being an application.

請求項22の発明は、外部装置との間でネットワーク通信を行うことが可能な画像形成装置に内蔵されたコンピュータに、a)前記画像形成装置の内部と外部との間でのデータ通信を中継するバッファ処理部のバッファメモリに関する使用状況を示すメモリ情報を取得するステップと、b)前記画像形成装置内のソフトウエアモジュールによるジョブである第1の種類のジョブ以外のジョブである第2の種類のジョブの予約状況を示す情報であるジョブ状況情報を取得するステップと、c)前記ソフトウエアモジュールから前記バッファ処理部を介して前記外部装置へデータを送信する動作を制御するステップと、を実行させるためのプログラムであって、前記ステップc)は、前記メモリ情報と前記ジョブ状況情報とに基づいて、前記第1の種類のジョブの実行に関して前記ソフトウエアモジュールから前記バッファ処理部へのデータ送信における送信単位データのデータ量である単位量を決定するステップ、を有することを特徴とする。   According to a twenty-second aspect of the present invention, in a computer built in an image forming apparatus capable of performing network communication with an external apparatus, a) relaying data communication between the inside and the outside of the image forming apparatus A step of acquiring memory information indicating a use state of the buffer processing unit of the buffer processing unit to perform, and b) a second type that is a job other than the first type of job that is a job by a software module in the image forming apparatus. Acquiring job status information that is information indicating the reservation status of the job; and c) controlling the operation of transmitting data from the software module to the external device via the buffer processing unit. The step c) is based on the memory information and the job status information. It characterized by having a step, of determining the unit quantity is the data quantity of the transmission unit data in the data transmission from the software module to the buffer processor regarding the execution of the job type.

請求項1ないし請求項22に記載の発明によれば、画像形成装置内のバッファメモリを介した通信をより効率的に行うことが可能である。   According to the first to twenty-second aspects of the present invention, communication via the buffer memory in the image forming apparatus can be performed more efficiently.

第1実施形態に係る画像形成システム1を示す図である。1 is a diagram illustrating an image forming system 1 according to a first embodiment. MFPの概略構成を示す機能ブロック図である。2 is a functional block diagram illustrating a schematic configuration of an MFP. FIG. バッファメモリを介したデータの流れの概略を示す図である。It is a figure which shows the outline of the flow of the data through a buffer memory. MFPにおける動作を示すフローチャートである。3 is a flowchart showing an operation in the MFP. バッファメモリにおける使用中メモリおよび空きメモリを示す図である。It is a figure which shows the memory in use and free memory in a buffer memory. パターンテーブルを示す図である。It is a figure which shows a pattern table. パターンテーブルを示す図である。It is a figure which shows a pattern table. 関数ζを示す図である。It is a figure which shows the function (zeta). 関数ζを示す図である。It is a figure which shows the function (zeta). パターンテーブルを示す図である。It is a figure which shows a pattern table. 第2実施形態に係るパターンテーブルを示す図である。It is a figure which shows the pattern table which concerns on 2nd Embodiment. 第3実施形態における各ジョブに対するメモリ割当量等を示す図である。It is a figure which shows the memory allocation amount etc. with respect to each job in 3rd Embodiment. 第3実施形態における各ジョブに対するメモリ割当量等を示す図である。It is a figure which shows the memory allocation amount etc. with respect to each job in 3rd Embodiment. 第1の種類のジョブJAに関する未使用メモリを示す図である。FIG. 4 is a diagram illustrating unused memory related to a first type of job JA. 第1の種類のジョブJAに関する未使用メモリを示す図である。FIG. 4 is a diagram illustrating unused memory related to a first type of job JA. 第3実施形態に係るパターンテーブルを示す図である。It is a figure which shows the pattern table which concerns on 3rd Embodiment. 第4実施形態における各ジョブに対するメモリ割当量等を示す図である。It is a figure which shows the memory allocation amount etc. with respect to each job in 4th Embodiment. 第5実施形態における各ジョブに対するメモリ割当量等を示す図である。It is a figure which shows the memory allocation amount etc. with respect to each job in 5th Embodiment. 第6実施形態に係る動作(一部)を示すフローチャートである。It is a flowchart which shows the operation | movement (part) based on 6th Embodiment. 個別の単位量の決定例を示す図である。It is a figure which shows the example of determination of an individual unit amount. 個別の単位量の決定例を示す図である。It is a figure which shows the example of determination of an individual unit amount. 個別の単位量の決定例を示す図である。It is a figure which shows the example of determination of an individual unit amount. 個別の単位量の決定例を示す図である。It is a figure which shows the example of determination of an individual unit amount. 個別の単位量の決定例を示す図である。It is a figure which shows the example of determination of an individual unit amount.

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

<1.第1実施形態>
<1−1.構成概要>
図1は、第1実施形態に係る画像形成システム1を示す図である。図1に示すように、この画像形成システム1は、画像形成装置10とコンピュータ(外部装置)70,90とを備える。コンピュータ90(90a〜90d等)としては、所謂パーソナルコンピュータ等が例示される。また、コンピュータ70は、サーバコンピュータ(単にサーバとも称する)(アプリケーションサーバコンピュータ等)である。
<1. First Embodiment>
<1-1. Outline of configuration>
FIG. 1 is a diagram illustrating an image forming system 1 according to the first embodiment. As shown in FIG. 1, the image forming system 1 includes an image forming apparatus 10 and computers (external apparatuses) 70 and 90. Examples of the computer 90 (90a to 90d, etc.) include so-called personal computers. The computer 70 is a server computer (also simply referred to as a server) (such as an application server computer).

本システム1における各要素10,70,90は、それぞれ、ネットワーク108を介して互いに通信可能に接続される。ネットワーク108は、LAN(Local Area Network)およびインターネットなどによって構成される。なお、ネットワーク108に対する接続態様は、有線接続であってもよく、或いは無線接続であってもよい。   The elements 10, 70, 90 in the system 1 are connected to each other via a network 108 so as to communicate with each other. The network 108 is configured by a LAN (Local Area Network), the Internet, and the like. The connection mode with respect to the network 108 may be wired connection or wireless connection.

<1−2.画像形成装置10の構成>
この実施形態では、画像形成装置10として、MFP(マルチ・ファンクション・ペリフェラル(Multi-Functional Peripheral))を例示する。
<1-2. Configuration of Image Forming Apparatus 10>
In this embodiment, an MFP (Multi-Functional Peripheral) is exemplified as the image forming apparatus 10.

図2は、MFP10の概略構成を示す機能ブロック図である。   FIG. 2 is a functional block diagram illustrating a schematic configuration of the MFP 10.

MFP10は、スキャン機能、コピー機能、ファクシミリ機能およびボックス格納機能などを備える装置(複合機とも称する)である。具体的には、MFP10は、図2の機能ブロック図に示すように、画像読取部2、印刷出力部3、通信部4、格納部5、操作部6およびコントローラ9等を備えており、これらの各部を複合的に動作させることによって、各種の機能を実現する。   The MFP 10 is a device (also referred to as a multi-function device) having a scan function, a copy function, a facsimile function, a box storage function, and the like. Specifically, as shown in the functional block diagram of FIG. 2, the MFP 10 includes an image reading unit 2, a print output unit 3, a communication unit 4, a storage unit 5, an operation unit 6, a controller 9, and the like. Various functions are realized by operating each part of the above in a complex manner.

画像読取部2は、MFP10の所定の位置に載置された原稿を光学的に読み取って(すなわちスキャンして)、当該原稿の画像データ(原稿画像なしいスキャン画像とも称する)を生成する処理部である。この画像読取部2は、スキャン部であるとも称される。   The image reading unit 2 optically reads (that is, scans) a document placed at a predetermined position of the MFP 10 and generates image data of the document (also referred to as a scanned image). It is. The image reading unit 2 is also referred to as a scanning unit.

印刷出力部3は、印刷対象に関するデータに基づいて紙などの各種の媒体に画像を印刷出力する出力部(プリントエンジン(ハードウエア))である。   The print output unit 3 is an output unit (print engine (hardware)) that prints an image on various media such as paper based on data related to a print target.

通信部4は、ファクシミリ装置との間で公衆回線等を介したファクシミリ通信を行うことが可能な処理部である。さらに、通信部4は、各種の外部装置(ネットワーク通信装置)との間でネットワーク108を介したネットワーク通信を行うことも可能である。このネットワーク通信では、たとえば、TCP/IP(Transmission Control Protocol / Internet Protocol)等の各種のプロトコルが利用される。当該ネットワーク通信を利用することによって、MFP10は、所望の相手先との間で各種のデータを授受することが可能である。   The communication unit 4 is a processing unit capable of performing facsimile communication with a facsimile apparatus via a public line or the like. Furthermore, the communication unit 4 can also perform network communication via the network 108 with various external devices (network communication devices). In this network communication, for example, various protocols such as TCP / IP (Transmission Control Protocol / Internet Protocol) are used. By using the network communication, the MFP 10 can exchange various data with a desired destination.

通信部4は、ネットワークインターフェイスカード(NIC:Network Interface Card)43などを備えて構成される処理部である。この通信部4は、ネットワーク制御部などとも称される。また、NIC43は、外部装置とのネットワーク通信において一時的にデータを格納するバッファメモリ45を有している。当該バッファメモリ45にデータを格納することによって、MFP10の処理速度と外部装置の処理速度との相違が吸収される。なお、NIC43は、バッファメモリ45を用いてネットワーク通信におけるバッファ処理を実行する処理部であることから、バッファ処理部などとも称される。   The communication unit 4 is a processing unit that includes a network interface card (NIC) 43 and the like. The communication unit 4 is also referred to as a network control unit. The NIC 43 includes a buffer memory 45 that temporarily stores data in network communication with an external device. By storing data in the buffer memory 45, the difference between the processing speed of the MFP 10 and the processing speed of the external device is absorbed. The NIC 43 is also referred to as a buffer processing unit because it is a processing unit that executes buffer processing in network communication using the buffer memory 45.

格納部5は、ハードディスクドライブ(HDD)等の記憶装置で構成される。格納部5には、各種の電子文書(文書データ)等が格納(記憶)されている。   The storage unit 5 includes a storage device such as a hard disk drive (HDD). The storage unit 5 stores (stores) various electronic documents (document data) and the like.

操作部(入出力部)6は、MFP10に対する入力を受け付ける操作入力部6aと、各種情報の表示出力を行う表示部6bとを備えている。このMFP10においては、液晶表示パネルに圧電センサ等が埋め込まれて構成されたタッチパネル(タッチスクリーンとも称する)25(図1参照)を有する操作パネル部6cが設けられている。この操作パネル部6cは、操作入力部6aの一部としても機能するとともに、表示部6bの一部としても機能する。   The operation unit (input / output unit) 6 includes an operation input unit 6 a that receives input to the MFP 10 and a display unit 6 b that displays and outputs various types of information. The MFP 10 includes an operation panel unit 6c having a touch panel (also referred to as a touch screen) 25 (see FIG. 1) configured by embedding a piezoelectric sensor or the like in a liquid crystal display panel. The operation panel unit 6c functions as a part of the operation input unit 6a and also functions as a part of the display unit 6b.

コントローラ9は、MFP10に内蔵され、MFP10を統括的に制御する制御装置(制御部)である。コントローラ9は、CPUおよび各種の半導体メモリ(RAMおよびROM)等を備えるコンピュータシステムとして構成される。コントローラ9は、CPUにおいて、ROM(例えば、EEPROM)内に格納されている所定のソフトウエアプログラム(以下、単にプログラムとも称する)(30等)を実行することによって、各種の処理部を実現する。なお、当該プログラムは、USBメモリなどの可搬性の記録媒体に記録され、当該記録媒体を介してMFP10にインストールされるようにしてもよい。あるいは当該プログラムは、ネットワーク108等を介してダウンロードされてMFP10にインストールされるようにしてもよい。   The controller 9 is a control device (control unit) that is built in the MFP 10 and controls the MFP 10 in an integrated manner. The controller 9 is configured as a computer system including a CPU and various semiconductor memories (RAM and ROM). The controller 9 implements various processing units by executing a predetermined software program (hereinafter also simply referred to as a program) (30 or the like) stored in a ROM (for example, EEPROM) in the CPU. Note that the program may be recorded in a portable recording medium such as a USB memory and installed in the MFP 10 via the recording medium. Alternatively, the program may be downloaded via the network 108 or the like and installed in the MFP 10.

図2に示すように、コントローラ9は、プログラム(30等)を実行することによって、通信制御部11と入力制御部12と表示制御部13と印刷制御部14と取得部15と決定部16とを含む各種の処理部を実現する。   As illustrated in FIG. 2, the controller 9 executes a program (30, etc.), thereby performing communication control unit 11, input control unit 12, display control unit 13, print control unit 14, acquisition unit 15, and determination unit 16. Various processing units including the above are realized.

通信制御部11は、他の装置(コンピュータ70,90等)との間の通信動作を通信部4等と協働して制御する処理部である。たとえば、通信制御部11は、ソフトウエアモジュール32(後述)からNIC43(後述)(図3参照)を介して外部装置へデータを送信する動作等を制御する。   The communication control unit 11 is a processing unit that controls communication operations with other devices (computers 70, 90, etc.) in cooperation with the communication unit 4 and the like. For example, the communication control unit 11 controls an operation of transmitting data from the software module 32 (described later) to an external device via the NIC 43 (described later) (see FIG. 3).

入力制御部12は、操作入力部6a(タッチパネル25等)に対する操作入力動作を制御する制御部である。たとえば、入力制御部12は、タッチパネル25に表示された操作画面に対する操作入力を受け付ける動作を制御する。   The input control unit 12 is a control unit that controls an operation input operation to the operation input unit 6a (the touch panel 25 or the like). For example, the input control unit 12 controls an operation for receiving an operation input on the operation screen displayed on the touch panel 25.

表示制御部13は、表示部6b(タッチパネル25等)における表示動作を制御する処理部である。表示制御部13は、たとえば、MFP10を操作するための操作画面をタッチパネル25に表示させる。   The display control unit 13 is a processing unit that controls a display operation in the display unit 6b (the touch panel 25 or the like). The display control unit 13 displays an operation screen for operating the MFP 10 on the touch panel 25, for example.

印刷制御部14は、印刷出力部3を用いた印刷出力動作を制御する処理部である。   The print control unit 14 is a processing unit that controls a print output operation using the print output unit 3.

取得部15は、NIC43のバッファメモリ45に関する使用状況を示すメモリ情報310を取得する処理部である。また、取得部15は、所定のソフトウエアモジュール(OpenAPI等)(後述)によるジョブJA(第1の種類のジョブとも称する)以外のジョブJB(第2の種類のジョブとも称する)の予約状況(受付状況)を示す情報であるジョブ状況情報320をも取得する。   The acquisition unit 15 is a processing unit that acquires memory information 310 that indicates the usage status of the buffer memory 45 of the NIC 43. In addition, the acquisition unit 15 reserves a job JB (also referred to as a second type of job) other than a job JA (also referred to as a first type of job) by a predetermined software module (OpenAPI or the like) (described later) ( The job status information 320 which is information indicating the (acceptance status) is also acquired.

決定部16は、メモリ情報310とジョブ状況情報320とに基づいて、単位量DZを決定する処理部である。後述するように、単位量(単位サイズとも称する)DZは、ソフトウエアモジュール32からNIC43(バッファ処理部)へのデータ送信における送信単位データのデータ量である。単位量DZは、バッファサイズなどとも称される。   The determination unit 16 is a processing unit that determines the unit amount DZ based on the memory information 310 and the job status information 320. As will be described later, the unit amount (also referred to as unit size) DZ is the data amount of transmission unit data in data transmission from the software module 32 to the NIC 43 (buffer processing unit). The unit amount DZ is also referred to as a buffer size.

<1−3.NIC43を通過する通信処理>
この画像形成システムにおいては、様々なデータがMFP10を介して入出力される。
<1-3. Communication processing passing through NIC 43>
In this image forming system, various data are input / output via the MFP 10.

特に、MFP10は、所謂ネットワーク通信を行うことが可能であり、種々のデータを外部装置(コンピュータ70,90等)との間で送受信することが可能である。また、これらの各種のデータは、図3に示すように、バッファメモリ45を介してMFP10の内部と外部との間で授受される。換言すれば、バッファメモリ45は、MFP10と外部装置との間でのデータの授受を中継する。なお、図3はバッファメモリ45を介したデータの流れの概略を示す図である。   In particular, the MFP 10 can perform so-called network communication, and can transmit and receive various data to and from external devices (computers 70, 90, etc.). These various data are exchanged between the inside and outside of the MFP 10 through the buffer memory 45 as shown in FIG. In other words, the buffer memory 45 relays data exchange between the MFP 10 and the external device. FIG. 3 is a diagram showing an outline of the flow of data through the buffer memory 45.

たとえば、MFP10は、コンピュータ90dからのインターネットファクシミリ(インターネット通信網を用いたファクシミリ)を受信することが可能である。コンピュータ90dには、アプリケーションソフトウエアプログラム(以下、アプリケーションプログラム、あるいは単にアプリケーションとも称する)として、インターネットファクシミリ通信用ソフトウエアプログラム等がインストールされている。当該アプリケーションを用いてコンピュータ90dから送信されたデータ(インターネットファクシミリデータ)は、バッファメモリ45を介してMFP10の内部に取り込まれる。詳細には、コンピュータ90dからのデータ(インターネットファクシミリデータ)は、バッファメモリ45に一時的に格納された後に、MFP10(コントローラ9等)によってバッファメモリ45から読み出されて格納部5(ハードディスクドライブ等)に格納される。その後、格納部5からインターネットファクシミリデータが読み出され、当該データに基づいて印刷出力が行われる。このように、MFP10は、「インターネットファクシミリ受信ジョブ」を実行することが可能である。   For example, the MFP 10 can receive an Internet facsimile (facsimile using an Internet communication network) from the computer 90d. In the computer 90d, an Internet facsimile communication software program or the like is installed as an application software program (hereinafter also referred to as an application program or simply an application). Data (Internet facsimile data) transmitted from the computer 90 d using the application is taken into the MFP 10 through the buffer memory 45. Specifically, after data (Internet facsimile data) from the computer 90d is temporarily stored in the buffer memory 45, it is read from the buffer memory 45 by the MFP 10 (controller 9 or the like) and stored in the storage unit 5 (hard disk drive or the like). ). Thereafter, Internet facsimile data is read from the storage unit 5, and printing output is performed based on the data. In this way, the MFP 10 can execute an “Internet facsimile reception job”.

同様に、MFP10は、コンピュータ90cからの印刷出力用データを受信することが可能である。コンピュータ90cには、アプリケーションとして、MFP10用のプリンタドライバ等がインストールされている。当該アプリケーションを用いてコンピュータ90cから送信されたデータ(印刷出力用データ)は、バッファメモリ45を介してMFP10の内部に取り込まれる。その後、格納部5から印刷出力用データが読み出され、当該データに基づいて印刷出力が行われる。このように、MFP10は、「印刷出力用データ受信ジョブ」を実行することが可能である。   Similarly, the MFP 10 can receive print output data from the computer 90c. A printer driver for the MFP 10 is installed as an application in the computer 90c. Data (print output data) transmitted from the computer 90 c using the application is taken into the MFP 10 via the buffer memory 45. Thereafter, print output data is read from the storage unit 5, and print output is performed based on the data. In this way, the MFP 10 can execute the “print output data reception job”.

また、MFP10は、格納部5内のボックス(フォルダ)に格納された文書データをコンピュータ90bに送信すること(いわゆるボックスデータの送信動作を行うこと)が可能である。すなわち、MFP10は、「ボックスデータ送信ジョブ」を実行することが可能である。   Further, the MFP 10 can transmit the document data stored in the box (folder) in the storage unit 5 to the computer 90b (perform so-called box data transmission operation). That is, the MFP 10 can execute a “box data transmission job”.

また、図3に示すように、MFP10には、プログラム30(アプリケーションプログラム31およびインターフェイス用のソフトウエアモジュールプログラム32(OpenAPI等))がインストールされている。また、アプリケーションサーバ70には、サーバ用アプリケーションがインストールされている。   As shown in FIG. 3, a program 30 (an application program 31 and an interface software module program 32 (OpenAPI or the like)) is installed in the MFP 10. A server application is installed in the application server 70.

ここで、OpenAPIは、出願人等によって提供されるアプリケーション・プログラミング・インタフェース(Application Programming Interface)である。当該OpenAPIを利用することによって、外部装置は、ネットワークを通じて、MFP10を制御すること及びMFP10内のリソースにアクセスすることなどが可能である。また、MFP10は、外部装置(サーバ70)等に対して各種のデータ(制御指令等を含む)を送信することが可能である。ソフトウエアモジュール32(OpenAPI)は、サーバ用アプリケーションとの間でデータの授受を行うインターフェイスとして機能する。   Here, OpenAPI is an application programming interface provided by the applicant or the like. By using the Open API, the external device can control the MFP 10 and access resources in the MFP 10 through the network. Further, the MFP 10 can transmit various data (including control commands and the like) to an external device (server 70) and the like. The software module 32 (OpenAPI) functions as an interface for exchanging data with the server application.

MFP10は、当該ソフトウエアモジュール32(OpenAPI等)を利用して、アプリケーションサーバ70と通信し、各種のデータ(たとえばジョブ履歴データ)をアプリケーションサーバ70に送信することが可能である。   The MFP 10 can communicate with the application server 70 using the software module 32 (OpenAPI or the like) and transmit various data (for example, job history data) to the application server 70.

MFP10内のアプリケーション30は、アプリケーションサーバ70内のサーバ用アプリケーションに向けて各種のデータ(たとえばジョブ履歴データ)を送信する。アプリケーションサーバ70は、当該ジョブ履歴データをMFP10から受信すると、ジョブ履歴の格納先コンピュータ90aに当該ジョブ履歴データを転送する。これにより、アプリケーションサーバ70を経由してコンピュータ90aへとジョブ履歴データを送信することが可能である。このように、MFP10は、「OpenAPI利用ジョブ」(JA)を実行することが可能である。   The application 30 in the MFP 10 transmits various data (for example, job history data) to the server application in the application server 70. When the application server 70 receives the job history data from the MFP 10, the application server 70 transfers the job history data to the job history storage destination computer 90a. Thereby, it is possible to transmit the job history data to the computer 90a via the application server 70. As described above, the MFP 10 can execute the “Open API use job” (JA).

ここにおいて、MFP10内のアプリケーション30(OpenAPIなどのソフトウエアモジュール32を含むアプリケーション)は、バッファメモリ45を介してアプリケーションサーバ70内のサーバ用アプリケーションに向けてデータを送信する。より具体的には、当該データ(ジョブ履歴データ等)は、送信用の複数の単位データ(比較的小さなサイズを有する)に分割され、分割された各単位データは、当該ソフトウエアモジュール32(OpenAPI)からバッファメモリ45へと送信され、バッファメモリ45に一旦格納される。なお、本願では、ソフトウエアモジュール32の管理下において、MFP10の内部(格納部5等)に格納されていたデータがバッファメモリ45に送信されることを、「データがソフトウエアモジュール32からバッファメモリ45へと送信される」とも表現する。   Here, the application 30 in the MFP 10 (an application including the software module 32 such as OpenAPI) transmits data to the server application in the application server 70 via the buffer memory 45. More specifically, the data (job history data or the like) is divided into a plurality of unit data for transmission (having a relatively small size), and each divided unit data is represented by the software module 32 (OpenAPI). ) To the buffer memory 45 and temporarily stored in the buffer memory 45. In this application, under the management of the software module 32, the data stored in the MFP 10 (such as the storage unit 5) is transmitted to the buffer memory 45. It is also expressed as “sent to 45”.

その後、NIC43は、バッファメモリ45に蓄積され比較的大きなまとまり(たとえば、約1500KB(キロバイト))になったデータ等を随時、アプリケーションサーバ70へと送信する。   Thereafter, the NIC 43 transmits data or the like accumulated in the buffer memory 45 into a relatively large unit (for example, about 1500 KB (kilobytes)) to the application server 70 as needed.

従来においては、上述のように、当該ソフトウエアモジュール32からバッファメモリ45に送信される際の単位データのデータ量(単位量)DZは、固定値(たとえば2KB(キロバイト))であった。   Conventionally, as described above, the data amount (unit amount) DZ of unit data when transmitted from the software module 32 to the buffer memory 45 is a fixed value (for example, 2 KB (kilobytes)).

しかしながら、当該単位量DZが比較的小さな値(たとえば、2KB(キロバイト))に固定される場合には、必ずしも十分な通信速度が得られないなどの弊害が生じる。   However, when the unit amount DZ is fixed to a relatively small value (for example, 2 KB (kilobytes)), there is a problem that a sufficient communication speed cannot always be obtained.

そこで、この実施形態では、ソフトウエアモジュール32によるジョブ(第1の種類のジョブとも称する)JA以外のジョブ(第2の種類のジョブ)JBの予約状況等を考慮して、当該単位量DZを決定する。換言すれば、第1の種類のジョブJAの送信に関する単位量DZを、第2の種類のジョブJBの予約状況等を考慮して変更する。具体的には、当該単位量DZは、数キロバイト〜数十キロバイト(2KB〜64KB)の範囲で変更される。   Therefore, in this embodiment, the unit amount DZ is determined in consideration of the reservation status of a job (second type job) JB other than a job (also referred to as a first type job) JA by the software module 32. decide. In other words, the unit amount DZ related to transmission of the first type job JA is changed in consideration of the reservation status of the second type job JB and the like. Specifically, the unit amount DZ is changed in the range of several kilobytes to several tens of kilobytes (2 KB to 64 KB).

以下では、そのような動作について更に詳細に説明する。   Hereinafter, such an operation will be described in more detail.

<1−4.動作>
図4は、MFP10における動作を示すフローチャートである。図4を参照しつつMFP10の動作について説明する。
<1-4. Operation>
FIG. 4 is a flowchart showing the operation in the MFP 10. The operation of the MFP 10 will be described with reference to FIG.

まず、ステップS11において、コントローラ9(取得部15)は、バッファメモリ45に関する使用状況を示す情報(メモリ情報)310を取得する。この第1実施形態では、バッファメモリ45の全容量(たとえば100MB(メガバイト))のうち現在使用中のメモリ容量の割合(%)が、メモリ情報310として取得される。換言すれば、バッファメモリ45の全容量(たとえば100MB(メガバイト))のうち空き容量の割合(%)が、メモリ情報310として取得される。たとえば、図5に示すように、全容量のうち60%のメモリが現時点で使用中である場合には、空きメモリ容量が「40%」である旨が取得される。   First, in step S <b> 11, the controller 9 (acquisition unit 15) acquires information (memory information) 310 that indicates the usage status regarding the buffer memory 45. In the first embodiment, the ratio (%) of the currently used memory capacity of the total capacity (for example, 100 MB (megabytes)) of the buffer memory 45 is acquired as the memory information 310. In other words, the percentage (%) of the free capacity in the total capacity (for example, 100 MB (megabytes)) of the buffer memory 45 is acquired as the memory information 310. For example, as shown in FIG. 5, when 60% of the total capacity is currently in use, the fact that the free memory capacity is “40%” is acquired.

また、ステップS12において、コントローラ9(取得部15)は、所定のソフトウエアモジュールによるジョブ(第1の種類のジョブ)JA以外のジョブ(第2の種類のジョブあるいは「他ジョブ」とも称する)JBの予約状況を示す情報(ジョブ状況情報)320を取得する。   In step S12, the controller 9 (acquiring unit 15) determines a job other than a job (first type job) JA by a predetermined software module (also referred to as a second type job or “other job”) JB. Information (job status information) 320 indicating the reservation status is acquired.

この第1実施形態では、コントローラ9(取得部15)は、第2の種類のジョブJB(第1の種類のジョブJA以外のジョブ)の多さを反映した指標値であるジョブ指数Eを算出して取得する。   In the first embodiment, the controller 9 (acquiring unit 15) calculates a job index E that is an index value reflecting the number of second type jobs JB (jobs other than the first type job JA). And get.

ジョブ指数Eは、たとえば、次の式(1)に従って算出される。   The job index E is calculated according to the following equation (1), for example.

このジョブ指数Eは、第1優先順位のジョブJB21(後述)の数N(受付(予約)完了且つ処理未完了のジョブJB21の数N)と第2優先順位のジョブJB22の数M(受付完了且つ処理未完了のジョブJB21の数M)とを各ジョブの優先順位に応じた各重み付け係数α,βで重み付けして加算した指標値である。第1優先順位のジョブの重み付け係数α(第1の重み付け係数とも称する)は、第2優先順位のジョブの重み付け係数β(第2の重み付け係数とも称する)よりも大きな値に設定される(α>β)。たとえば、値αは「15」、値βは「6」に設定される。   This job index E includes the number N of first priority jobs JB21 (to be described later) (the number N of jobs JB21 for which reception (reservation) has been completed and has not been processed) and the number M of jobs JB22 of second priority (reception completion) And the number M) of unfinished jobs JB21 is an index value obtained by weighting and adding the weighting coefficients α and β according to the priority order of each job. The weighting coefficient α (also referred to as the first weighting coefficient) of the first priority job is set to a larger value than the weighting coefficient β (also referred to as the second weighting coefficient) of the second priority job (α > Β). For example, the value α is set to “15” and the value β is set to “6”.

式(1)に示すように、ここでは、第2の種類のジョブがその優先順位に基づいて大きく2つに分類される。詳細には、第2の種類のジョブのうち、コントローラ9および/またはNIC43による制御可能性が比較的低い(所定程度よりも低い)ジョブを第1優先順位ジョブJB1に分類するとともに、コントローラ9からの制御可能性が比較的高い(所定程度よりも高い)ジョブを第2優先順位ジョブJB2に分類する。   As shown in Expression (1), here, the second type of job is roughly classified into two based on the priority. Specifically, among the second type of jobs, jobs with a relatively low controllability by the controller 9 and / or the NIC 43 (lower than a predetermined level) are classified as the first priority job JB1, and from the controller 9 A job having a relatively high controllability (higher than a predetermined level) is classified as a second priority job JB2.

たとえば、上述の4つのジョブのうち、インターネットファクシミリ受信ジョブJ4は、(コントローラ9および/またはNIC43による)その処理の中断も不可能であり(許可されておらず)且つその転送速度の変更も不可能な(許可されていない)ジョブ(制御不可能ジョブとも称される)であり、第1優先ジョブに分類される。   For example, among the above four jobs, the Internet facsimile reception job J4 cannot be interrupted (by the controller 9 and / or NIC 43) (not permitted) and the transfer speed cannot be changed. It is a possible (not permitted) job (also referred to as an uncontrollable job), and is classified as a first priority job.

また、上述の4つのジョブのうち、印刷出力用データ受信ジョブJ3およびボックスデータ送信ジョブJ2は、(コントローラ9および/またはNIC43による)その処理の中断は不可能である一方でその転送速度の変更等は可能なジョブ(一部処理の制御が可能な部分制御可能ジョブとも称される)であり、第2優先ジョブに分類される。部分制御可能ジョブは、処理タイミングをずらす、および/またはデータ転送速度を変更する、などの一部の制御を行うことが可能なジョブである。より詳細には、MFP10から外部装置(外部ストレージ)へとボックスデータを送信して当該ボックスデータを当該外部ストレージに格納するジョブJ2においては、データ送信を中断することはできないが、データ転送速度を変更することは可能である。また、外部装置(コンピュータ90)からプリントデータを受信するジョブJ3においては、データ送信を中断することはできないが、バッファメモリ45に貯まったデータをハードディスク(内部ストレージ)に転送する際のデータ転送速度を若干変更することは可能である。   Of the four jobs described above, the print output data reception job J3 and the box data transmission job J2 cannot be interrupted (by the controller 9 and / or the NIC 43), while the transfer speed is changed. Etc. are possible jobs (also referred to as partially controllable jobs capable of controlling partial processing), and are classified as second priority jobs. The partially controllable job is a job capable of performing some control such as shifting the processing timing and / or changing the data transfer speed. More specifically, in job J2 that transmits box data from the MFP 10 to an external device (external storage) and stores the box data in the external storage, data transmission cannot be interrupted, but the data transfer rate is It is possible to change. In the job J3 that receives print data from the external device (computer 90), the data transmission cannot be interrupted, but the data transfer speed when the data stored in the buffer memory 45 is transferred to the hard disk (internal storage). It is possible to change slightly.

なお、上述の4つのジョブのうち、第1の種類のジョブJA(「OpenAPI利用ジョブ」J1)は、コントローラ9および/またはNIC43による制御可能性が第2の種類のジョブJBよりも更に高いジョブ(その処理の中断も可能なジョブ)であり、「制御可能ジョブ」であるとも表現される。   Of the four jobs described above, the first type of job JA (“OpenAPI use job” J1) is a job that is more controllable by the controller 9 and / or the NIC 43 than the second type of job JB. (Jobs whose processing can be interrupted) and are also expressed as “controllable jobs”.

この第1実施形態では、第2の種類のジョブJBの予約状況を示す情報(ジョブ状況情報)320として、上述のジョブ指数Eが算出されて取得される。   In the first embodiment, the above-described job index E is calculated and acquired as information (job status information) 320 indicating the reservation status of the second type of job JB.

このジョブ指数Eは、基本的には(各優先順位のジョブの比率が同じであれば)第2の種類のジョブJBのジョブ数(合計ジョブ数)が大きくなるにつれて大きな値になる指標値である。また、値αは値βよりも大きな値であり(α>β)、第2の種類のジョブJBのうち第1優先順位のジョブJB21が多くなる場合には、第2の種類のジョブJBのうち第2優先順位のジョブJB22が多くなる場合よりも、ジョブ指数Eは相対的に大きく増大する。   This job index E is basically an index value that increases as the number of jobs (total number of jobs) of the second type of job JB increases (if the ratio of jobs of each priority order is the same). is there. Further, the value α is larger than the value β (α> β), and when the number of jobs JB21 having the first priority among the second type jobs JB increases, the value of the second type job JB is increased. Of these, the job index E is relatively larger than when the number of second priority job JB22 increases.

たとえば、(α,β)=(15,6)、とすると、
・(N,M)=(1,1)のときには、E=15*1+6*1=15+6=21、
・(N,M)=(1,2)のときには、E=15*1+6*2=15+12=27、
・(N,M)=(2,1)のときには、E=15*2+6*1=30+6=36、
・(N,M)=(2,2)のときには、E=15*2+6*2=30+12=42、
である。
For example, if (α, β) = (15,6),
When (N, M) = (1, 1), E = 15 * 1 + 6 * 1 = 15 + 6 = 21,
When (N, M) = (1, 2), E = 15 * 1 + 6 * 2 = 15 + 12 = 27,
When (N, M) = (2, 1), E = 15 * 2 + 6 * 1 = 30 + 6 = 36,
When (N, M) = (2, 2), E = 15 * 2 + 6 * 2 = 30 + 12 = 42,
It is.

ステップS13において、コントローラ9(決定部16)は、メモリ情報310とジョブ状況情報320とに基づいて、ソフトウエアモジュール32からNIC43へのデータ送信における送信単位データのデータ量(単位量)DZを決定する。たとえば、図6のパターンテーブル(データテーブル)330に基づいて当該単位量DZが決定される。   In step S13, the controller 9 (determination unit 16) determines a data amount (unit amount) DZ of transmission unit data in data transmission from the software module 32 to the NIC 43 based on the memory information 310 and the job status information 320. To do. For example, the unit amount DZ is determined based on the pattern table (data table) 330 of FIG.

具体的には、まず、メモリ情報310に基づきバッファメモリ45の現在の空き容量(未使用メモリ容量)が3段階のレベル(「大」、「中」、「小」)のいずれに該当するかが判定される。たとえば、バッファメモリ45の空き容量がバッファメモリ45の全容量の50%より大きいときには、空き容量「大」であると判定される。また、バッファメモリ45の空き容量がバッファメモリ45の全容量の20%以上且つ50%以下の範囲内の値であるときには、空き容量「中」であると判定される。また、バッファメモリ45の空き容量がバッファメモリ45の全容量の20%以下であるときには、空き容量「小」であると判定される。   Specifically, first, based on the memory information 310, whether the current free capacity (unused memory capacity) of the buffer memory 45 corresponds to one of three levels (“large”, “medium”, “small”) Is determined. For example, when the free capacity of the buffer memory 45 is larger than 50% of the total capacity of the buffer memory 45, it is determined that the free capacity is “large”. Further, when the free capacity of the buffer memory 45 is a value within the range of 20% to 50% of the total capacity of the buffer memory 45, it is determined that the free capacity is “medium”. When the free capacity of the buffer memory 45 is 20% or less of the total capacity of the buffer memory 45, it is determined that the free capacity is “small”.

また、ジョブ指数Eが3段階のレベル(「低域」、「中域」、「高域」)のいずれに該当するかが判定される。より具体的には、ジョブ指数Eが閾値TH1(たとえば「20」)よりも小さいときには、ジョブ指数Eは「低域」内の値であると判定される。ジョブ指数Eが閾値TH1以上且つ閾値TH2(たとえば「50」)以下の範囲内の値であるときには、ジョブ指数Eは「中域」内の値であると判定される。ジョブ指数Eが閾値TH2よりも大きいときには、ジョブ指数Eは「高域」内の値であると判定される。   Further, it is determined whether the job index E corresponds to one of three levels (“low range”, “middle range”, and “high range”). More specifically, when the job index E is smaller than a threshold value TH1 (for example, “20”), it is determined that the job index E is a value within the “low range”. When the job index E is a value within the range of the threshold TH1 or more and the threshold TH2 (for example, “50”), it is determined that the job index E is a value within the “middle range”. When the job index E is larger than the threshold value TH2, it is determined that the job index E is a value within the “high range”.

そして、バッファメモリ45における未使用メモリ容量とジョブ指数Eと単位量DZとの関係を規定したデータテーブル330に基づいて、単位量DZが決定される。   Then, the unit amount DZ is determined based on the data table 330 that defines the relationship among the unused memory capacity in the buffer memory 45, the job index E, and the unit amount DZ.

バッファメモリ45の空き容量が「大」であり且つジョブ指数Eが「低域」内の値であるとき(「パターンNo.1」のパターンに該当するとき)には、単位量DZは最も大きな値(64KB(キロバイト))に設定される。また、バッファメモリ45の空き容量が「大」であり且つジョブ指数Eが「中域」内の値であるとき(「パターンNo.2」のパターンに該当するとき)には、単位量DZは若干小さな値(52KB(キロバイト))に設定される。さらに、バッファメモリ45の空き容量が「大」であり且つジョブ指数Eが「高域」内の値であるとき(「パターンNo.3」のパターンに該当するとき)には、単位量DZはさらに小さな値(40KB(キロバイト))に設定される。   When the free space of the buffer memory 45 is “large” and the job index E is a value within the “low range” (corresponding to the pattern “pattern No. 1”), the unit amount DZ is the largest. The value is set to 64 KB (kilobytes). Further, when the free space of the buffer memory 45 is “large” and the job index E is a value in the “middle range” (when the pattern corresponds to the pattern of “pattern No. 2”), the unit amount DZ is It is set to a slightly small value (52 KB (kilobytes)). Furthermore, when the free capacity of the buffer memory 45 is “large” and the job index E is a value within the “high range” (when the pattern corresponds to the pattern of “pattern No. 3”), the unit amount DZ is It is set to a smaller value (40 KB (kilobytes)).

また、バッファメモリ45の空き容量が「中」であり且つジョブ指数Eが「低域」内の値であるとき(「パターンNo.4」のパターンに該当するとき)には、単位量DZは、32KB(キロバイト)に設定される。バッファメモリ45の空き容量が「中」であり且つジョブ指数Eが「中域」内の値であるとき(「パターンNo.5」のパターンに該当するとき)には、単位量DZは、20KB(キロバイト))に設定される。バッファメモリ45の空き容量が「中」であり且つジョブ指数Eが「高域」内の値であるとき(「パターンNo.6」のパターンに該当するとき)には、単位量DZは、8KB(キロバイト)に設定される。   Further, when the free capacity of the buffer memory 45 is “medium” and the job index E is a value within the “low range” (corresponding to the pattern of “pattern No. 4”), the unit amount DZ is , 32 KB (kilobytes). When the free space in the buffer memory 45 is “medium” and the job index E is a value within the “middle range” (when the pattern corresponds to the pattern of “pattern No. 5”), the unit amount DZ is 20 KB. (Kilobytes)). When the free space of the buffer memory 45 is “medium” and the job index E is a value in the “high range” (when it corresponds to the pattern of “pattern No. 6”), the unit amount DZ is 8 KB. Set to (kilobytes).

また、バッファメモリ45の空き容量が「小」であるとき(「パターンNo.7」のパターンに該当するとき)には、ジョブ指数Eの大小にかかわらず、単位量DZは最も小さな値(2KB(キロバイト))に設定される。   Further, when the free space in the buffer memory 45 is “small” (when it corresponds to the pattern of “pattern No. 7”), the unit amount DZ is the smallest value (2 KB) regardless of the size of the job index E. (Kilobytes)).

このように、バッファメモリ45の空き容量が「大」であると判定されるときには、バッファメモリ45の空き容量が「中」であると判定されるときよりも、比較的大きな値が単位量DZとして決定される。また、バッファメモリ45の空き容量が「中」であると判定されるときには、バッファメモリ45の空き容量が「小」であると判定されるときよりも、比較的大きな値が単位量DZとして決定される。換言すれば、バッファメモリ45における未使用メモリ容量が大きい程、単位量DZが大きな値に決定される。   As described above, when it is determined that the free space of the buffer memory 45 is “large”, a relatively large value is larger than the case where it is determined that the free space of the buffer memory 45 is “medium”. As determined. Further, when it is determined that the free space of the buffer memory 45 is “medium”, a relatively large value is determined as the unit amount DZ than when the free space of the buffer memory 45 is determined to be “small”. Is done. In other words, the unit amount DZ is determined to be larger as the unused memory capacity in the buffer memory 45 is larger.

また、(バッファメモリ45の空き容量が同程度である場合、)ジョブ指数Eが「低域」内の値であると判定されるときには、ジョブ指数Eが「中域」内の値であると判定されるときよりも、比較的大きな値が単位量DZとして決定される。また、ジョブ指数Eが「中域」内の値であると判定されるときには、ジョブ指数Eが「低域」内の値であると判定されるときよりも、比較的大きな値が単位量DZとして決定される。換言すれば、第2の種類のジョブJBの数が少ない程、単位量DZが大きな値に決定される。   When it is determined that the job index E is a value within the “low range” (when the free capacity of the buffer memory 45 is approximately the same), the job index E is a value within the “middle range”. A relatively large value is determined as the unit amount DZ than when it is determined. Further, when the job index E is determined to be a value within the “middle range”, a relatively large value is larger than the unit amount DZ than when the job index E is determined to be a value within the “low range”. As determined. In other words, the smaller the number of second type jobs JB, the larger the unit amount DZ is determined.

その後、ステップS14において、コントローラ9(通信制御部11)は、MFP10内のソフトウエアモジュール32からNIC43を介して外部装置(サーバ70等)へデータを送信する。このとき、コントローラ9(通信制御部11)は、送信対象のデータを上述の単位量DZごとに分割し、当該単位量DZごとの送信単位データをそれぞれ、バッファメモリ45に対して送信する。そして、NIC43は、一定程度のデータ量(たとえば、1500KB(キロバイト))が当該バッファメモリ45に蓄積されると、当該一定程度のデータ量のデータを外部装置へと送信する。あるいは、NIC43は、バッファメモリ45に蓄積されているデータを所定期間の経過ごとに纏めて外部装置へと送信するようにしてもよい。   Thereafter, in step S <b> 14, the controller 9 (communication control unit 11) transmits data from the software module 32 in the MFP 10 to an external device (such as the server 70) via the NIC 43. At this time, the controller 9 (communication control unit 11) divides the transmission target data for each unit amount DZ described above, and transmits the transmission unit data for each unit amount DZ to the buffer memory 45, respectively. Then, when a certain amount of data (for example, 1500 KB (kilobytes)) is accumulated in the buffer memory 45, the NIC 43 transmits the certain amount of data to the external device. Alternatively, the NIC 43 may collectively transmit the data stored in the buffer memory 45 to the external device every time a predetermined period elapses.

なお、ここでは、第1の種類のジョブJAとして単一のジョブJAが存在するものとし、ステップS13で決定された単位量DZがそのまま当該単一のジョブJAに関する単位量DZとして決定されるものとしている。第1の種類のジョブJAとして複数のジョブが存在する場合については、第6実施形態で説明する。   Here, it is assumed that there is a single job JA as the first type of job JA, and the unit amount DZ determined in step S13 is determined as it is as the unit amount DZ for the single job JA. It is said. A case where there are a plurality of jobs as the first type of job JA will be described in the sixth embodiment.

以上のような態様によれば、単位量DZがバッファメモリ45の空き容量に応じて適宜に変更される。より詳細には、バッファメモリ45の空き容量が小さい程、単位量DZが比較的小さな値に設定されるので、バッファメモリ45におけるオーバーフローを防止することが可能である。逆に、バッファメモリ45の空き容量が大きい程、単位量DZが比較的大きな値に設定されるので、通信速度が向上する。したがって、より効率的な通信を行うことが可能である。   According to the above aspect, the unit amount DZ is appropriately changed according to the free capacity of the buffer memory 45. More specifically, since the unit amount DZ is set to a relatively small value as the free space in the buffer memory 45 is small, it is possible to prevent overflow in the buffer memory 45. Conversely, the larger the free capacity of the buffer memory 45, the higher the unit amount DZ is set to a relatively large value, so that the communication speed is improved. Therefore, more efficient communication can be performed.

また、単位量DZがジョブ指数Eに応じて(第2の種類のジョブJBの予約状況に応じて)適宜に変更される。より詳細には、ジョブ指数Eが大きい程、単位量DZが比較的小さな値に設定されるので、バッファメモリ45におけるオーバーフローを防止することが可能である。逆に、ジョブ指数Eが小さい程、単位量DZが比較的大きな値に設定されるので、通信速度が向上する。したがって、より効率的な通信を行うことが可能である。   Further, the unit amount DZ is appropriately changed according to the job index E (according to the reservation status of the second type of job JB). More specifically, since the unit amount DZ is set to a relatively small value as the job index E is larger, it is possible to prevent overflow in the buffer memory 45. Conversely, as the job index E is smaller, the unit amount DZ is set to a relatively large value, so that the communication speed is improved. Therefore, more efficient communication can be performed.

なお、図6のパターンテーブルは、ジョブ指数Eの関数である値ζ(=func(E))(図8参照)を用いて、図7のようにも表現される。ジョブ指数Eが「低域」内の値であるとき(E<TH1)には、値ζは最大値V1(たとえば、V1=1)であり、ジョブ指数Eが「高域」内の値であるとき(E>TH2)には、値ζは最小値V3(たとえば、V3=0.25)である。また、ジョブ指数Eが「中域」内の値であるとき(TH1≦E≦TH2)には、値ζは値V1と値V3との間の値V2(たとえば、V2=0.625)である(V3<V2<V1)。   The pattern table of FIG. 6 is also expressed as shown in FIG. 7 using a value ζ (= func (E)) (see FIG. 8) that is a function of the job index E. When the job index E is a value within the “low range” (E <TH1), the value ζ is the maximum value V1 (eg, V1 = 1), and the job index E is a value within the “high range”. At some time (E> TH2), the value ζ is the minimum value V3 (eg, V3 = 0.25). When the job index E is a value in the “middle range” (TH1 ≦ E ≦ TH2), the value ζ is a value V2 between the value V1 and the value V3 (for example, V2 = 0.625). Yes (V3 <V2 <V1).

また、上記実施形態においては、図6(および図7)に示すように、各単位量DZが各パターンに応じた一定値(7段階の値のいずれか)にそれぞれ設定される態様が示されている。換言すれば、図7の値ζはジョブ指数Eに応じて3段階の値(離散値)のいずれかである。しかしながら、本発明はこれに限定されない。たとえば、図9の曲線C1(あるいはC2)に示すように、値ζはジョブ指数Eに応じて連続的に変化する値であってもよい。そして、図7のテーブルに従って単位量DZが決定されるようにしてもよい。   Moreover, in the said embodiment, as shown in FIG. 6 (and FIG. 7), the aspect by which each unit amount DZ is each set to the fixed value (any one of seven levels) according to each pattern is shown. ing. In other words, the value ζ in FIG. 7 is one of three levels (discrete values) according to the job index E. However, the present invention is not limited to this. For example, the value ζ may be a value that continuously changes in accordance with the job index E, as shown by a curve C1 (or C2) in FIG. Then, the unit amount DZ may be determined according to the table of FIG.

また、上記実施形態等においては、バッファメモリ45の空き容量の大小関係がジョブ指数Eの大小関係よりも優先的に考慮されて、単位量DZが決定されているが、これに限定されない。たとえば、図10に示すように、バッファメモリ45の空き容量の大小関係とジョブ指数Eの大小関係とが同等に考慮されて、単位量DZが決定されるようにしてもよい。   Further, in the above-described embodiment and the like, the unit amount DZ is determined in consideration of the size relationship of the free capacity of the buffer memory 45 with priority over the size relationship of the job index E, but is not limited thereto. For example, as shown in FIG. 10, the unit amount DZ may be determined in consideration of the size relationship of the free space in the buffer memory 45 and the size relationship of the job index E.

図10(詳細には、そのパターンNo.1〜No.6)においては、バッファメモリ45の空き容量が「大」および「中」の2段階に区分されている。バッファメモリ45の空き容量が「大」であるときには値「64」が基準値として決定され、バッファメモリ45の空き容量が「中」であるときには値「32」が基準値として決定される。そして、バッファメモリ45の空き容量に応じた各基準値に対して値ζ(図9)が同等に乗じられて単位量DZが算出される(DZ=「基準値」×ζ)。なお、図10においては、図9のような曲線C1(あるいはC2)で表現される値ζが用いられればよい。   10 (specifically, patterns No. 1 to No. 6), the free space of the buffer memory 45 is divided into two stages of “large” and “medium”. The value “64” is determined as the reference value when the free capacity of the buffer memory 45 is “large”, and the value “32” is determined as the reference value when the free capacity of the buffer memory 45 is “medium”. Then, the unit amount DZ is calculated by multiplying each reference value corresponding to the free capacity of the buffer memory 45 by the value ζ (FIG. 9) (DZ = “reference value” × ζ). In FIG. 10, a value ζ represented by a curve C1 (or C2) as shown in FIG. 9 may be used.

また、上記実施形態等においては、バッファメモリ45の空き容量(の変化)が単位量DZに対して離散的に反映される態様が例示されているが、これに限定されない。たとえば、次の式(2)に示すように、バッファメモリ45の空き容量(の変化)が単位量DZに対して連続的に反映されるようにしてもよい。   Moreover, in the said embodiment etc., the aspect in which the free capacity (change) of the buffer memory 45 is discretely reflected with respect to the unit amount DZ is illustrated, However, It is not limited to this. For example, as shown in the following equation (2), the free capacity (change) of the buffer memory 45 may be continuously reflected on the unit amount DZ.

ここで、値Bは、バッファメモリ45の全容量に対する空き容量の割合(空き比率)を示す値である。たとえば、全容量が100MB(メガバイト)であり空き容量が40MBであるときには、空き比率Bは40%として算出される。また、値Gは、予め定められた値であり、たとえば、100KB(キロバイト)である。   Here, the value B is a value indicating the ratio of the free capacity to the total capacity of the buffer memory 45 (free ratio). For example, when the total capacity is 100 MB (megabytes) and the free capacity is 40 MB, the free ratio B is calculated as 40%. The value G is a predetermined value, for example, 100 KB (kilobytes).

ただし、式(2)により算出された値が上限値(たとえば64KB(キロバイト))を超える場合には、値DZは当該上限値に変更されるものとする。また、式(2)により算出された値が下限値(たとえば2KB(キロバイト))を下回る場合には、値DZは当該下限値に変更されるものとする。   However, when the value calculated by the expression (2) exceeds the upper limit value (for example, 64 KB (kilobytes)), the value DZ is changed to the upper limit value. In addition, when the value calculated by the equation (2) is lower than the lower limit value (for example, 2 KB (kilobytes)), the value DZ is changed to the lower limit value.

このように、式(2)のような計算式(バッファメモリ45における未使用メモリ容量と値ζ(ひいてはジョブ指数E)と単位量DZとの関係を規定した計算式)に基づいて、単位量DZが決定されるようにしてもよい。   Thus, based on the calculation formula (Formula 2) (the calculation formula that defines the relationship between the unused memory capacity in the buffer memory 45, the value ζ (and thus the job index E), and the unit quantity DZ), the unit amount DZ may be determined.

また、上記実施形態等においては、第1の種類のジョブJAの開始前に単位量DZが決定されているが、これに限定されない。たとえば、一定時間間隔で(或いは不定期に)ステップS11〜ステップS14の処理が繰り返し実行されるようにしてもよい。たとえば、1秒ごとに、ステップS11〜ステップS13の処理が繰り返し実行されて単位量DZが決定されるとともに当該単位量DZに基づくステップS14の送信処理が行われるようにしてもよい。   In the above-described embodiment and the like, the unit amount DZ is determined before the start of the first type job JA, but the present invention is not limited to this. For example, the processes in steps S11 to S14 may be repeatedly executed at regular time intervals (or irregularly). For example, the processing of step S11 to step S13 may be repeatedly executed every second to determine the unit amount DZ, and the transmission processing of step S14 based on the unit amount DZ may be performed.

また、上記実施形態等におけるステップS11とステップS12とは、上記とは逆の順序(ステップS12,S11の順)で実行されるようにしてもよく、あるいは、ステップS11とステップS12とは同時並列的に実行されてもよい。   In addition, step S11 and step S12 in the above-described embodiment and the like may be executed in the reverse order (order of steps S12 and S11), or step S11 and step S12 are performed simultaneously in parallel. May be executed automatically.

また、上記実施形態等においては、バッファメモリ45の空き容量とジョブ指数との組合せがパターンNo.7に該当すると判定されると、単位量DZが「2」KB(キロバイト)に決定されているが、これに限定されない。たとえば、単位量DZが「16×ζ」として算出されるようにしてもよい。あるいは、第1の種類のジョブJAの実行が禁止される(換言すれば、単位量DZ=0)ようにしてもよい。   In the above-described embodiment, the combination of the free capacity of the buffer memory 45 and the job index is the pattern No. If it is determined that it corresponds to 7, the unit amount DZ is determined to be “2” KB (kilobytes), but the present invention is not limited to this. For example, the unit amount DZ may be calculated as “16 × ζ”. Alternatively, the execution of the first type of job JA may be prohibited (in other words, the unit amount DZ = 0).

<2.第2実施形態>
第2実施形態は、第1実施形態の変形例である。以下、第1実施形態との相違点を中心に説明する。
<2. Second Embodiment>
The second embodiment is a modification of the first embodiment. Hereinafter, the difference from the first embodiment will be mainly described.

上記第1実施形態においては、或る時点でのバッファメモリ45の空き容量と当該時点での第2の種類のジョブJBの予約状況とに基づいて、単位量DZが決定されている。   In the first embodiment, the unit amount DZ is determined based on the free capacity of the buffer memory 45 at a certain time and the reservation status of the second type job JB at that time.

一方、この第2実施形態においては、バッファメモリ45の空き容量(未使用メモリ容量)の変化傾向(変化率)と第2の種類のジョブJBの予約状況の変化傾向とに基づいて、単位量DZが決定される。具体的には、メモリ情報310として、バッファメモリ45の空き容量の変化傾向を示す情報が取得され、ジョブ状況情報320として、第2の種類のジョブJBに関するジョブ指数Eの変化傾向を示す情報が取得される。   On the other hand, in this second embodiment, the unit amount is based on the change tendency (change rate) of the free capacity (unused memory capacity) of the buffer memory 45 and the change tendency of the reservation status of the second type job JB. DZ is determined. Specifically, information indicating the change tendency of the free capacity of the buffer memory 45 is acquired as the memory information 310, and information indicating the change tendency of the job index E regarding the second type of job JB is acquired as the job status information 320. To be acquired.

また、この実施形態では、所定時間間隔Δt(たとえば1秒間隔)にて、図4のステップS11〜ステップS14の処理と同様の処理が繰り返し実行される。ただし、後述するように、ステップS13においては、若干異なる決定処理が実行される。   Moreover, in this embodiment, the process similar to the process of step S11-step S14 of FIG. 4 is repeatedly performed by predetermined time interval (DELTA) t (for example, 1 second interval). However, as will be described later, a slightly different determination process is executed in step S13.

バッファメモリ45の空き容量の変化傾向を示す情報は、バッファメモリ45の空き容量に関する前回(第(i−1)回)の取得値(測定値)と時間Δt経過後の今回(第i回)の取得値(測定値)との両者を比較した情報として取得される。具体的には、当該両者の比率P(あるいは差分値)を算出することによって、バッファメモリ45の空き容量に関する変化傾向が取得される。たとえば、前回の空き容量が40%であり、今回の空き容量が60%であるときには、当該両者の比率Pは、P=60/40=1.5、(「150%」)として算出される。すなわち、バッファメモリ45の空き容量が(前回比で)50%増大した旨が判定される。逆に、前回の空き容量が40%であり、今回の空き容量が20%であるときには、当該両者の比率Pは、P=20/40=0.5、(「50%」)として算出される。すなわち、バッファメモリ45の空き容量が(前回比で)50%減少した旨が判定される。   The information indicating the change tendency of the free space in the buffer memory 45 includes the previous (i-1) th acquired value (measured value) and the current time (i-th) after the elapse of time Δt. It is acquired as information that compares both with the acquired value (measured value). Specifically, by calculating the ratio P (or difference value) between the two, a change tendency regarding the free capacity of the buffer memory 45 is acquired. For example, when the previous free space is 40% and the current free space is 60%, the ratio P between the two is calculated as P = 60/40 = 1.5 (“150%”). . That is, it is determined that the free capacity of the buffer memory 45 has increased by 50% (compared to the previous time). Conversely, when the previous free space is 40% and the current free space is 20%, the ratio P between the two is calculated as P = 20/40 = 0.5, (“50%”). The That is, it is determined that the free capacity of the buffer memory 45 has decreased by 50% (compared to the previous time).

第2の種類のジョブJBの予約状況の変化傾向を示す情報は、ジョブ指数Eに関する前回(第(i−1)回)の取得値(測定値)と、時間Δt経過後の今回(第i回)の取得値(測定値)との両者を比較した情報として取得される。具体的には、当該両者の比率Q(あるいは差分値)を算出することによって、第2の種類のジョブJBの予約状況に関する変化傾向が取得される。たとえば、前回のジョブ指数Eが21であり、今回のジョブ指数Eが26であるときには、当該両者の比率Qは、26/21=1.24、(「124%」)として算出される。すなわち、ジョブ指数Eが(前回比で)24%増大した旨が判定される。逆に、前回のジョブ指数Eが21であり、今回のジョブ指数Eが15であるときには、当該両者の比率は、15/21=0.71、(「71%」)として算出される。すなわち、ジョブ指数Eが(前回比で)29%減少した旨が判定される。   Information indicating the change tendency of the reservation status of the second type of job JB includes the previous (i-th) acquired value (measured value) for the job index E and the current (i. Times) and the obtained value (measured value). Specifically, by calculating the ratio Q (or difference value) between the two, a change tendency regarding the reservation status of the second type of job JB is acquired. For example, when the previous job index E is 21 and the current job index E is 26, the ratio Q between the two is calculated as 26/21 = 1.24, (“124%”). That is, it is determined that the job index E has increased by 24% (compared to the previous time). Conversely, when the previous job index E is 21 and the current job index E is 15, the ratio between the two is calculated as 15/21 = 0.71 (“71%”). That is, it is determined that the job index E has decreased by 29% (compared to the previous time).

そして、バッファメモリ45の空き容量(未使用メモリ容量)の変化傾向(変化率)と第2の種類のジョブJBの予約状況の変化傾向とに基づいて、単位量DZが決定される。   The unit amount DZ is determined based on the change tendency (change rate) of the free capacity (unused memory capacity) of the buffer memory 45 and the change tendency of the reservation status of the second type job JB.

図11は、ステップS13における単位量DZ(詳細には、今回(第i回)の単位量DZ(i))の決定動作を示すパターンテーブルである。   FIG. 11 is a pattern table showing the determining operation of the unit amount DZ (specifically, the current (i-th) unit amount DZ (i)) in step S13.

図11に示すように、まず、バッファメモリ45の空き容量の変化傾向が、3つの段階(「減少」、「増大」、「維持」)のいずれであるかが判定される。具体的には、バッファメモリ45の空き容量が所定程度以上(たとえば(前回比で)20%以上)減少しているときには、バッファメモリ45の空き容量の変化傾向は「減少」であると判定される。また、バッファメモリ45の空き容量が所定程度以上(たとえば(前回比で)20%以上)増大しているときには、バッファメモリ45の空き容量の変化傾向は「増大」であると判定される。また、バッファメモリ45の空き容量の変化が所定程度未満(たとえば(前回比で)20%未満)であるときには、バッファメモリ45の空き容量の変化傾向は「維持」であると判定される。   As shown in FIG. 11, first, it is determined which of the three stages (“decrease”, “increase”, and “maintain”) the change tendency of the free capacity of the buffer memory 45. Specifically, when the free capacity of the buffer memory 45 is decreased by a predetermined level or more (for example, 20% or more (compared to the previous time)), the change tendency of the free capacity of the buffer memory 45 is determined to be “decrease”. The When the free capacity of the buffer memory 45 is increased by a predetermined level or more (for example, 20% or more (compared to the previous time)), it is determined that the change tendency of the free capacity of the buffer memory 45 is “increase”. When the change in the free capacity of the buffer memory 45 is less than a predetermined level (for example, less than 20% (compared to the previous time)), it is determined that the change tendency of the free capacity in the buffer memory 45 is “maintained”.

また、同様にして、ジョブ指数Eの変化傾向が、3つの段階(「増大」、「減少」、「維持」)のいずれであるかも判定される。   Similarly, it is also determined whether the change tendency of the job index E is one of three stages (“increase”, “decrease”, or “maintain”).

これらの判定結果に応じて、現在の状況がパターンNo.11〜No.19までの9つに分類される。   In accordance with these determination results, the current situation is the pattern No. 11-No. It is classified into 9 up to 19.

そして、バッファメモリ45の空き容量の変化傾向が「減少」である(パターンNo.11〜No.13)と判定されるときには、前回(第(i−1)回)の単位量DZ(i−1)に対して、値ΔD1が減算される。逆に、バッファメモリ45の空き容量の変化傾向が「増大」である(パターンNo.14〜No.16)と判定されるときには、前回(第(i−1)回)の単位量DZ(i−1)に対して、値ΔD1が加算される。バッファメモリ45の空き容量の変化傾向が「維持」である(パターンNo.17〜No.19)と判定されるときには、値ΔD1は加算されず減算もされない。なお、値ΔD1は、固定値(たとえば8KB)でもよく、あるいは、比率Pに応じて変動する値(たとえば、比率Pの増大に応じて段階的に(階段状に)あるいは連続的に増大する値)であってもよい。   When it is determined that the change tendency of the free space in the buffer memory 45 is “decrease” (pattern No. 11 to No. 13), the unit amount DZ (i−) of the previous ((i−1) th) time is determined. The value ΔD1 is subtracted from 1). On the contrary, when it is determined that the change tendency of the free capacity of the buffer memory 45 is “increase” (pattern No. 14 to No. 16), the unit amount DZ (i) of the previous (i−1) th time is determined. The value ΔD1 is added to −1). When it is determined that the change tendency of the free space in the buffer memory 45 is “maintained” (pattern No. 17 to No. 19), the value ΔD1 is not added or subtracted. Note that the value ΔD1 may be a fixed value (for example, 8 KB), or a value that varies according to the ratio P (for example, a value that increases stepwise (stepwise) or continuously as the ratio P increases). ).

さらに、ジョブ指数Eの変化傾向が「増大」である(パターンNo.11,14,17)と判定されるときには、値ΔD2が減算されて、今回(第i回)の単位量DZ(i)が算出される。逆に、ジョブ指数Eの変化傾向が「増大」である(パターンNo.12,15,18)と判定されるときには、値ΔD2が加算されて、今回(第i回)の単位量DZ(i)が算出される。ジョブ指数Eの変化傾向が「維持」である(パターンNo.13,16,19)と判定されるときには、値ΔD2は加算されず減算もされない。なお、値ΔD2は、固定値(たとえば8KB)でもよく、あるいは、比率Qに応じて変動する値(たとえば、比率Qの増大に応じて段階的あるいは連続的に増大する値)であってもよい。   Further, when it is determined that the change tendency of the job index E is “increase” (pattern No. 11, 14, 17), the value ΔD2 is subtracted, and the current (i-th) unit amount DZ (i). Is calculated. Conversely, when it is determined that the change tendency of the job index E is “increased” (pattern Nos. 12, 15, 18), the value ΔD2 is added and the current (i-th) unit amount DZ (i ) Is calculated. When it is determined that the change tendency of the job index E is “maintained” (pattern Nos. 13, 16, and 19), the value ΔD2 is not added or subtracted. Note that the value ΔD2 may be a fixed value (for example, 8 KB) or a value that varies according to the ratio Q (for example, a value that increases stepwise or continuously as the ratio Q increases). .

このように、今回(第i回)の単位量DZ(i)は、前回(第(i−1)回)の単位量DZ(i−1)に対して、バッファメモリ45の空き容量の変化傾向とジョブ指数Eの変化傾向とに基づいて、値ΔD1および/または値ΔD2が加算あるいは減算等されて算出される。   In this way, the current (i-th) unit amount DZ (i) changes in the free space of the buffer memory 45 with respect to the previous (i-th) unit amount DZ (i-1). Based on the tendency and the change tendency of the job index E, the value ΔD1 and / or the value ΔD2 is calculated by addition or subtraction.

また、このようにして算出された新たな値(今回(第i回)の単位量DZ(i))が上限値(たとえば64KB(キロバイト))を超える場合には、値DZ(i)は当該上限値に変更(設定)されるものとする。また、上記のようにして算出された新たな値が下限値(たとえば2KB(キロバイト))を下回る場合には、値DZは当該下限値に変更(設定)されるものとする。なお、単位量DZ(i)の初期値DZ(0)は、適宜の値(たとえば、4KB(キロバイト))に定められればよい。   If the new value calculated in this way (current (i-th) unit quantity DZ (i)) exceeds the upper limit (for example, 64 KB (kilobytes)), the value DZ (i) It shall be changed (set) to the upper limit value. In addition, when the new value calculated as described above falls below a lower limit value (for example, 2 KB (kilobytes)), the value DZ is changed (set) to the lower limit value. The initial value DZ (0) of the unit amount DZ (i) may be set to an appropriate value (for example, 4 KB (kilobytes)).

このようにして、第2実施形態に係るステップS13の決定処理が実行される。   In this way, the determination process of step S13 according to the second embodiment is executed.

以上のような態様によっても、単位量DZがバッファメモリ45の使用状況と第2の種類のジョブJBの予約状況とに応じて適宜に変更されるので、より効率的な通信を行うことが可能である。   Also according to the above-described aspect, the unit amount DZ is appropriately changed according to the usage status of the buffer memory 45 and the reservation status of the second type job JB, so that more efficient communication can be performed. It is.

なお、上記第2実施形態においては、バッファメモリ45の空き容量の変化傾向とジョブ指数Eの変化傾向とに基づいて、値ΔD1および/または値ΔD2が加算あるいは減算等されることによって、今回(第i回)の単位量DZ(i)が算出されているが、これに限定されない。たとえば、バッファメモリ45の空き容量の変化傾向とジョブ指数Eの変化傾向とに基づいて、値pおよび値q(次述)が積算あるいは除算等されることによって、今回(第i回)の単位量DZ(i)が算出されるようにしてもよい。より詳細には、(図11のパターンの区別に依らずに)次の式(3)に基づいて、今回(第i回)の単位量DZ(i)が(一律に)算出されるようにしてもよい。   In the second embodiment, the value ΔD1 and / or the value ΔD2 is added or subtracted based on the change tendency of the free space in the buffer memory 45 and the change tendency of the job index E, so that this time ( The i-th) unit amount DZ (i) is calculated, but is not limited thereto. For example, based on the change tendency of the free space in the buffer memory 45 and the change tendency of the job index E, the value p and the value q (the following description) are added or divided, etc. The quantity DZ (i) may be calculated. More specifically, the current (i-th) unit quantity DZ (i) is calculated (uniformly) based on the following equation (3) (regardless of the pattern distinction in FIG. 11). May be.

ここにおいて、値pは、上記比率P自体(p=P)でもよく、あるいは、比率Pに応じて変動する値(たとえば、比率Pの増大に応じて段階的あるいは連続的に増大する値)であってもよい。また、値qは、上記比率Q自体(q=Q)でもよく、あるいは、比率Qに応じて変動する値(たとえば、比率Qの増大に応じて段階的あるいは連続的に増大する値)であってもよい。   Here, the value p may be the ratio P itself (p = P) or a value that varies according to the ratio P (for example, a value that increases stepwise or continuously as the ratio P increases). There may be. The value q may be the ratio Q itself (q = Q), or a value that varies according to the ratio Q (for example, a value that increases stepwise or continuously as the ratio Q increases). May be.

また、上記第2実施形態等において、バッファメモリ45の空き容量が全容量の20%未満にまで低下したときには、第1の種類のジョブJAの実行が禁止される(換言すれば、単位量DZ=0)ようにしてもよい。   In the second embodiment, etc., when the free capacity of the buffer memory 45 is reduced to less than 20% of the total capacity, the execution of the first type job JA is prohibited (in other words, the unit amount DZ = 0).

また、上記第2実施形態等において、ジョブ指数Eが所定値TH3(たとえば、上述の値TH2よりも大きな値)よりも更に大きい場合には、他ジョブJBの実行を優先するため、第1の種類のジョブJAの実行が禁止されるようにしてもよい。   Further, in the second embodiment and the like, when the job index E is larger than a predetermined value TH3 (for example, a value larger than the above-mentioned value TH2), the execution of the other job JB is prioritized, so the first The execution of the type of job JA may be prohibited.

<3.第3実施形態>
第3実施形態は、第1実施形態等の変形例である。以下、第1実施形態との相違点を中心に説明する。
<3. Third Embodiment>
The third embodiment is a modification of the first embodiment and the like. Hereinafter, the difference from the first embodiment will be mainly described.

上記第1実施形態等においては、バッファメモリ45の全容量のうちの未使用のメモリの容量の割合等に基づいて、単位量DZが決定されている。   In the first embodiment and the like, the unit amount DZ is determined based on the ratio of the unused memory capacity to the total capacity of the buffer memory 45 and the like.

この第3実施形態においては、バッファメモリ45の全容量(全バッファ容量)のうち第1の種類のジョブJAに割り当てるメモリ容量U1が、第2の種類のジョブJBの予約状況に基づいて決定される。そして、「第1の種類のジョブJAに割り当てるメモリ容量U1のうちの未使用のメモリ容量の割合R」に基づいて、単位量DZが決定される。「第1の種類のジョブJAに割り当てるメモリ容量U1のうちの未使用のメモリ容量の割合R」は、次の式(4)で表現される。   In the third embodiment, the memory capacity U1 to be allocated to the first type job JA out of the total capacity (total buffer capacity) of the buffer memory 45 is determined based on the reservation status of the second type job JB. The Then, the unit amount DZ is determined based on “the ratio R of the unused memory capacity in the memory capacity U1 allocated to the first type job JA”. The “ratio R of the unused memory capacity of the memory capacity U1 allocated to the first type job JA” is expressed by the following equation (4).

ここで、値U2は、第1の種類のジョブJA向けに現在使用されているメモリ容量であり、値U2は値U1よりも小さい(U2<U1)。   Here, the value U2 is the memory capacity currently used for the first type of job JA, and the value U2 is smaller than the value U1 (U2 <U1).

式(4)に示すように値Rは、全バッファ容量のうち第1の種類のジョブJAに割り当てられるメモリ容量U1から、第1の種類のジョブJA向けに現在使用されているメモリ容量U2を差し引いた残余のメモリ容量(未使用のメモリ容量)(U1−U2)、の第1の種類のジョブJAに割り当てられるメモリ容量U1に対する割合(R=(U1−U2)/U1)である。なお、値(U1−U2)は、第1の種類のジョブJA向けの未使用メモリ容量である、とも表現される。   As shown in the equation (4), the value R represents the memory capacity U2 currently used for the first type job JA from the memory capacity U1 allocated to the first type job JA out of the total buffer capacity. This is a ratio (R = (U1-U2) / U1) of the remaining memory capacity (unused memory capacity) (U1-U2) to the memory capacity U1 allocated to the first type job JA. The value (U1-U2) is also expressed as an unused memory capacity for the first type of job JA.

この第3実施形態においても、第1実施形態と同様の動作が実行される。ただし、ステップS13において第1実施形態とは異なる処理が実行される。   In the third embodiment, the same operation as that of the first embodiment is performed. However, processing different from that of the first embodiment is executed in step S13.

ステップS13においては、3つの段階の処理が行われる。   In step S13, three stages of processing are performed.

まず、第1段階の処理として、バッファメモリ45の全容量(全バッファ容量)のうち第1の種類のジョブJAに割り当てるメモリ容量U1が第2の種類のジョブJBの予約状況に基づいて決定される。端的に言えば、第1の種類のジョブJAへのメモリ容量の割り当て処理が実行される。   First, as the first stage process, the memory capacity U1 to be allocated to the first type job JA out of the total capacity (total buffer capacity) of the buffer memory 45 is determined based on the reservation status of the second type job JB. The In short, a process for allocating memory capacity to the first type job JA is executed.

具体的には、バッファメモリ45の全容量(全バッファ容量)のうち、複数の種類のジョブJA,JB1,JB2のそれぞれに対して割り当てるメモリ量が、各ジョブJA,JB1,JB2のジョブに関する指標値(各ジョブ数と各重み付け係数との積で算出される指標値)の比率に応じて決定される。   Specifically, of the total capacity of the buffer memory 45 (total buffer capacity), the memory amount allocated to each of a plurality of types of jobs JA, JB1, JB2 is an index related to the job of each job JA, JB1, JB2. It is determined according to the ratio of the values (index values calculated by the product of the number of jobs and the weighting coefficient).

たとえば、第2の種類のジョブJBのうちの第1優先順位のジョブJB1の個数(N)が5個であり(N=5)、第2の種類のジョブJBのうちの第2優先順位のジョブJB2の個数(M)が3個であり(M=3)、第1の種類のジョブJAの個数(L)が1個である(L=2)状況、を想定する。また、重み付け係数α、β、γは、それぞれ、「15」,「6」,「2」に設定されるものとする(α=15,β=6,γ=2)。なお、係数γは、第1の種類のジョブJAに対する重み付け係数である。また、上述のように、係数αは、第2の種類のジョブJBのうち第1優先順位のジョブJB1に関する重み付け係数であり、係数βは、第2の種類のジョブJBのうち第2優先順位のジョブJB2に関する重み付け係数である。   For example, the number (N) of the first priority jobs JB1 among the second type jobs JB is five (N = 5), and the second priority job JB among the second type jobs JB. A situation is assumed in which the number (M) of jobs JB2 is 3 (M = 3) and the number (L) of first type job JA is 1 (L = 2). The weighting coefficients α, β, and γ are set to “15”, “6”, and “2”, respectively (α = 15, β = 6, γ = 2). The coefficient γ is a weighting coefficient for the first type of job JA. Further, as described above, the coefficient α is a weighting coefficient related to the job JB1 of the first priority among the second type jobs JB, and the coefficient β is the second priority of the job JB of the second type. This is a weighting coefficient for the job JB2.

このとき、各ジョブJB1,JB2,JAに対する各指標値α*N,β*M,γ*Lは、それぞれ、「75」(=15*5),「18」(=6*3),「2」(=2*1)として算出される。ここでは、全容量のうちの5%を余裕メモリに割り当て、その他のメモリ(95%のメモリ)に対して各ジョブJB1,JB2,JAをそれぞれの指標値の比率で割り当てる。図12は、各ジョブJB1,JB2,JAに対するメモリ容量が、当該比率(75:18:2)で(仮想的に)割り当てられた状態を示している。   At this time, the index values α * N, β * M, and γ * L for the jobs JB1, JB2, and JA are “75” (= 15 * 5), “18” (= 6 * 3), and “ 2 ”(= 2 * 1). Here, 5% of the total capacity is allocated to the margin memory, and each job JB1, JB2, JA is allocated to the other memory (95% memory) at the ratio of the index values. FIG. 12 shows a state in which the memory capacity for each job JB1, JB2, and JA is (virtually) allocated at the ratio (75: 18: 2).

また、図12のような状態の後において、仮に、第1優先順位の全て(5つ)のジョブJB1が終了し且つ第2優先順位の2つのジョブJB2が終了し、各ジョブの個数(N,M,L)が(5,3,1)から(0,1,1)に変更されると、各ジョブJB1,JB2,JAに対する指標値(α*N,β*M,γ*L)は、(75,18,2)から、(0,6,2)に変更される。そして、割当対象の全メモリ(95%のメモリ)に対して各ジョブJB1,JB2,JAがそれぞれの指標値の比率で割り当てられる。図13は、各ジョブJB1,JB2,JAに対するメモリ容量が、当該比率(0:6:2)で(仮想的に)割り当てられた状態を示している。ジョブJB2には、71(=95*6/(6+2))%のメモリ容量が割り当てられ、ジョブJAには、24(=95*2/(6+2))%のメモリ容量(U1)が割り当てられる。   In addition, after the state as shown in FIG. 12, it is assumed that all (five) jobs JB1 having the first priority are finished and two jobs JB2 having the second priority are finished, and the number of each job (N , M, L) is changed from (5, 3, 1) to (0, 1, 1), the index values (α * N, β * M, γ * L) for each job JB1, JB2, JA. Is changed from (75, 18, 2) to (0, 6, 2). Then, the jobs JB1, JB2, and JA are allocated to the entire allocation target memory (95% memory) at the ratio of the index values. FIG. 13 shows a state in which the memory capacity for each job JB1, JB2, and JA is (virtually) allocated at the ratio (0: 6: 2). The job JB2 is assigned 71 (= 95 * 6 / (6 + 2))% memory capacity, and the job JA is assigned 24 (= 95 * 2 / (6 + 2))% memory capacity (U1). .

このように、第1の種類のジョブJA以外のジョブ(第2の種類のジョブJB)が比較的多いときには、比較的少ないメモリ容量(2%)が第1の種類のジョブJAに割り当てられる(図12)。逆に、第1の種類のジョブJA以外のジョブ(第2の種類のジョブJB)が比較的少ないときには、比較的多いメモリ容量(24%)が第1の種類のジョブJAに割り当てられる(図13)。   Thus, when there are relatively many jobs other than the first type job JA (second type job JB), a relatively small memory capacity (2%) is allocated to the first type job JA ( FIG. 12). Conversely, when the number of jobs other than the first type job JA (second type job JB) is relatively small, a relatively large memory capacity (24%) is allocated to the first type job JA (FIG. 13).

つぎに、第2段階の処理が実行される。第2段階の処理は、第1の種類のジョブJAに割り当てられたメモリ容量U1のうちの未使用メモリ容量の割合R(式(4)参照)を算出する処理である。   Next, a second stage process is executed. The second-stage process is a process of calculating a ratio R (see Expression (4)) of the unused memory capacity in the memory capacity U1 allocated to the first type job JA.

具体的には、第1の種類のジョブJAに割り当てられたメモリ容量U1から、第1の種類のジョブJA向けに実際に使用されているメモリ容量(使用中メモリ容量)U2を差し引いた値(U1−U2)が、第1の種類のジョブJA向けの空き容量(未使用メモリ容量)として求められる。そして、当該未使用メモリ容量(U1−U2)を値U1で除した値として割合Rが取得される(R=(U1−U2)/U1)。割合Rは、第1の種類のジョブJA向けのメモリに関する空き比率、などとも称される。   Specifically, a value obtained by subtracting the memory capacity (in-use memory capacity) U2 actually used for the first type job JA from the memory capacity U1 allocated to the first type job JA ( U1-U2) is obtained as the free capacity (unused memory capacity) for the first type of job JA. Then, the ratio R is acquired as a value obtained by dividing the unused memory capacity (U1-U2) by the value U1 (R = (U1-U2) / U1). The ratio R is also referred to as an empty ratio related to the memory for the first type job JA.

たとえば、図12の状態において、使用中メモリ容量が全バッファ容量の1.5%のメモリ容量に相当するときには、割合Rは、25%(=(2−1.5)/2)、として算出される(図14も参照)。   For example, in the state of FIG. 12, when the memory capacity in use corresponds to a memory capacity of 1.5% of the total buffer capacity, the ratio R is calculated as 25% (= (2-1.5) / 2). (See also FIG. 14).

一方、図13の状態において、使用中メモリ容量が全バッファ容量の1.5%のメモリ容量に相当するときには、割合Rは、94%(=(24−1.5)/24)、として算出される(図15も参照)。   On the other hand, when the memory capacity in use corresponds to 1.5% of the total buffer capacity in the state of FIG. 13, the ratio R is calculated as 94% (= (24−1.5) / 24). (See also FIG. 15).

このように、第1の種類のジョブJA以外のジョブ(第2の種類のジョブJB)が比較的多いとき(図12および図14参照)には、値U1が比較的小さく割合Rは比較的小さい。逆に、第1の種類のジョブJA以外のジョブ(第2の種類のジョブJB)が比較的少ないとき(図13および図15参照)には、値U1が比較的大きく割合Rは比較的大きい。換言すれば、(値U2が同じであるとすると、)第2の種類のジョブJBが多くなるにつれて(ジョブ指数Eが大きくなるにつれて)、値U1が小さくなり(第1の種類のジョブJA向けの割り当てメモリが少なくなり)、割合(空き比率)Rも小さくなる。逆に、第2の種類のジョブJBが少なくなるにつれて(ジョブ指数Eが小さくなるにつれて)、値U1が大きくなり(第1の種類のジョブJA向けの割り当てメモリが多くなり)、割合(空き比率)Rも大きくなる。   As described above, when the number of jobs other than the first type job JA (second type job JB) is relatively large (see FIGS. 12 and 14), the value U1 is relatively small and the ratio R is relatively small. small. Conversely, when the number of jobs other than the first type job JA (second type job JB) is relatively small (see FIGS. 13 and 15), the value U1 is relatively large and the ratio R is relatively large. . In other words (assuming that the value U2 is the same), the value U1 decreases (as the job index E increases) as the second type job JB increases (for the first type job JA). And the ratio (empty ratio) R is also reduced. Conversely, as the second type job JB decreases (as the job index E decreases), the value U1 increases (the allocated memory for the first type job JA increases) and the ratio (empty ratio). ) R also increases.

そして、第3段階の処理が実行される。第3段階の処理は、当該割合Rに基づいて単位量DZを決定する処理である。具体的には、割合Rが「大」、「中」、「小」のいずれに該当するかが判定されるとともに、当該判定結果に応じた単位量DZが決定される。   Then, a third stage process is executed. The third stage process is a process for determining the unit amount DZ based on the ratio R. Specifically, it is determined whether the ratio R corresponds to “large”, “medium”, or “small”, and the unit amount DZ corresponding to the determination result is determined.

詳細には、割合Rが閾値TH11(たとえば50%)より大きいときには、当該割合Rが「大」であると判定される。また、割合Rが閾値TH12(たとえば20%)未満であるときには、当該割合Rが「小」であると判定される。また、割合Rが閾値TH11以上且つ閾値TH12以下の範囲内の値であるときには、当該割合Rが「中」であると判定される。   Specifically, when the ratio R is greater than a threshold value TH11 (for example, 50%), it is determined that the ratio R is “large”. Further, when the ratio R is less than a threshold value TH12 (for example, 20%), it is determined that the ratio R is “small”. Further, when the ratio R is a value within the range of the threshold TH11 or more and the threshold TH12 or less, it is determined that the ratio R is “medium”.

そして、図16に示すように、割合Rが「大」である(パターンNo.21)と判定されるときには、単位量DZが「64KB(キロバイト)」に決定される。また、割合Rが「中」である(パターンNo.22)と判定されるときには、単位量DZが「32KB(キロバイト)」に決定され、割合Rが「小」である(パターンNo.23)と判定されるときには、単位量DZが「2KB(キロバイト)」に決定される。   As shown in FIG. 16, when the ratio R is determined to be “large” (pattern No. 21), the unit amount DZ is determined to be “64 KB (kilobytes)”. When it is determined that the ratio R is “medium” (pattern No. 22), the unit amount DZ is determined to be “32 KB (kilobytes)”, and the ratio R is “small” (pattern No. 23). Is determined, the unit amount DZ is determined to be “2 KB (kilobytes)”.

たとえば、図12の状態においては、R=25%であるので、割合Rは「中」であると判定され、単位量DZは「32KB」に決定される。一方、図13の状態においては、R=94%であるので、割合Rは「大」であると判定され、単位量DZは「64KB」に決定される。図12の状態から図13の状態に遷移する場合には、第2の種類のジョブJBが少なくなって値U1および割合(空き比率)Rが大きくなり、単位量DZも大きくなる。   For example, in the state of FIG. 12, since R = 25%, the ratio R is determined to be “medium”, and the unit amount DZ is determined to be “32 KB”. On the other hand, in the state of FIG. 13, since R = 94%, the ratio R is determined to be “large”, and the unit amount DZ is determined to be “64 KB”. In the case of transition from the state of FIG. 12 to the state of FIG. 13, the second type job JB decreases, the value U1 and the ratio (empty ratio) R increase, and the unit amount DZ also increases.

以上のような3つの段階の処理がステップS13において行われる。   The above three-stage processing is performed in step S13.

第3実施形態においては、単位量DZが、上述の割合Rに応じて適宜に変更される。割合Rは、第2の種類のジョブJBの予約状況を反映した、第1の種類のジョブJA向けの未使用メモリ容量(U1−U2)に基づいて算出される。換言すれば、割合Rは、第1の種類のジョブJA向けの使用中メモリ容量U2を反映した値であるとともに、第2の種類のジョブJBの予約状況をも反映した値でもある。したがって、たとえば、使用中メモリ容量U2が同じであっても、他ジョブJBの予約状況に依拠して第1の種類のジョブJA向けのメモリ容量U1および第1の種類のジョブJA向けの未使用メモリ容量(U1−U2)は変化し、割合Rも変化する。そして、この割合Rに応じて単位量DZを決定することによれば、第1の種類のジョブJA向けのメモリに関する余裕度合い(空き比率R)を反映させて、状況に応じた適切な単位量DZが決定される。したがって、より効率的な通信を行うことが可能である。このように、単位量DZは、第2の種類のジョブJBの予約状況と未使用のメモリ容量とに基づいて適切に設定され、より効率的な通信が行われ得る。   In the third embodiment, the unit amount DZ is changed as appropriate according to the ratio R described above. The ratio R is calculated based on the unused memory capacity (U1-U2) for the first type job JA that reflects the reservation status of the second type job JB. In other words, the ratio R is a value that reflects the used memory capacity U2 for the first type of job JA, and also a value that reflects the reservation status of the second type of job JB. Therefore, for example, even if the in-use memory capacity U2 is the same, the memory capacity U1 for the first type job JA and the unused for the first type job JA depend on the reservation status of the other job JB. The memory capacity (U1-U2) changes and the ratio R also changes. Then, by determining the unit amount DZ according to the ratio R, an appropriate unit amount corresponding to the situation is reflected by reflecting the margin (empty ratio R) regarding the memory for the first type of job JA. DZ is determined. Therefore, more efficient communication can be performed. As described above, the unit amount DZ is appropriately set based on the reservation status of the second type job JB and the unused memory capacity, and more efficient communication can be performed.

なお、上記実施形態においては、図16に基づき単位量DZが離散的な値として算出されているが、これに限定されない。   In the above embodiment, the unit amount DZ is calculated as a discrete value based on FIG. 16, but is not limited to this.

たとえば、単位量DZは値Rに応じて連続的に変化する値であってもよい。より詳細には、値DZは、式(5)に基づいて算出されるようにしてもよい。   For example, the unit amount DZ may be a value that continuously changes according to the value R. More specifically, the value DZ may be calculated based on Expression (5).

ただし、式(5)により算出された値が上限値(たとえば64KB(キロバイト))を超える場合には、値DZは当該上限値に変更され、式(5)により算出された値が下限値(たとえば2KB(キロバイト))を下回る場合には、値DZは当該下限値に変更されればよい。   However, when the value calculated by the equation (5) exceeds the upper limit value (for example, 64 KB (kilobytes)), the value DZ is changed to the upper limit value, and the value calculated by the equation (5) is changed to the lower limit value ( For example, when the value is less than 2 KB (kilobytes), the value DZ may be changed to the lower limit value.

また、上記第3実施形態等においては、バッファメモリ45の空き容量の絶対量は考慮されていないが、これに限定されない。たとえば、バッファメモリ45の空き容量が全容量の20%未満にまで低下したときには、他ジョブJBの実行を優先するため、第1の種類のジョブJAの実行が禁止される(換言すれば、単位量DZ=0)ようにしてもよい。   In the third embodiment and the like, the absolute amount of free space in the buffer memory 45 is not considered, but the present invention is not limited to this. For example, when the free capacity of the buffer memory 45 is reduced to less than 20% of the total capacity, execution of the other job JB is prioritized, so execution of the first type job JA is prohibited (in other words, unit (Amount DZ = 0).

また、上記第3実施形態等において、ジョブ指数Eが所定値TH3(たとえば、上述の値TH2よりも大きな値)よりも更に大きい場合には、他ジョブJBの実行を優先するため、第1の種類のジョブJAの実行が禁止されるようにしてもよい。   Further, in the third embodiment and the like, when the job index E is larger than a predetermined value TH3 (for example, a value larger than the above-mentioned value TH2), the execution of the other job JB is prioritized, so the first The execution of the type of job JA may be prohibited.

<4.第4実施形態>
第4実施形態は、第3実施形態の変形例である。以下、第3実施形態との相違点を中心に説明する。
<4. Fourth Embodiment>
The fourth embodiment is a modification of the third embodiment. Hereinafter, the difference from the third embodiment will be mainly described.

上記第3実施形態におけるステップS13の第1段階の処理では、受け付けられたジョブJA、JB1,JB2の全てでバッファメモリ45のメモリ空間を(仮想的に)分配する態様が例示されている。   In the first stage process of step S13 in the third embodiment, a mode in which the memory space of the buffer memory 45 is (virtually) distributed among all accepted jobs JA, JB1, JB2 is exemplified.

一方、この第4実施形態(詳細には、そのステップS13の第1段階の処理)においては、受け付けられたジョブJA、JB1,JB2のうち同時実行が不可能なジョブを除外して、バッファメモリ45のメモリ空間が分配される。   On the other hand, in the fourth embodiment (specifically, the processing in the first stage of step S13), jobs that cannot be executed simultaneously are excluded from the accepted jobs JA, JB1, and JB2, and the buffer memory 45 memory spaces are distributed.

図17はこのようなメモリ空間の分配を示す図である。図17の左側のグラフは、第3実施形態の手法によって全てのジョブJA,JB1,JB2に対してメモリ容量が分配された状況を示している。ここでは、第1優先順位のジョブJB1として「インターネットファクシミリ受信ジョブ(単に、ファクシミリ受信ジョブとも称する)」J4が受け付けられており、且つ第2優先順位のジョブJB2として「印刷出力用データ受信ジョブ(PCプリントジョブとも称する)」J3も受け付けられているものとする。ファクシミリ受信ジョブJ4は、ファクシミリデータを受信する処理と受信したファクシミリデータを用いて印刷出力を行う処理とを実行するジョブである。また、PCプリントジョブJ3は、印刷出力用データを受信する処理と受信した印刷出力用データを用いて印刷出力を行う処理とを実行するジョブである。   FIG. 17 is a diagram showing such a memory space distribution. The graph on the left side of FIG. 17 shows a situation in which the memory capacity is distributed to all jobs JA, JB1, and JB2 by the method of the third embodiment. In this example, “Internet facsimile reception job (simply referred to as facsimile reception job)” J4 is accepted as the first priority job JB1, and “print output data reception job ( It is also assumed that J3 is also accepted. The facsimile reception job J4 is a job for executing processing for receiving facsimile data and processing for performing print output using the received facsimile data. The PC print job J3 is a job for executing processing for receiving print output data and processing for performing print output using the received print output data.

ただし、MFP10の印刷出力部3(プリントエンジン)は、或る時点において1つのいジョブしか実行できない。このようなハードウエアの制約が存在するため、MFP10はファクシミリ受信ジョブJB1と印刷出力用データ受信ジョブ(PCプリントジョブ)JB2とを同時に実行することができない。そのため、第1優先順位のジョブJB1であるファクシミリ受信ジョブが終了するまでは、第2優先順位のジョブJB2である印刷出力用データ受信ジョブを実行することができない。特に、現時点において、ファクシミリ受信ジョブにおける印刷出力処理(受信したファクシミリデータを用いて印刷出力を行う処理)が行われているときには、PCプリントジョブ(特に、受信した印刷出力用データを用いて印刷出力を行う処理)を実行することができない。   However, the print output unit 3 (print engine) of the MFP 10 can execute only one job at a certain time. Due to such hardware restrictions, the MFP 10 cannot execute the facsimile reception job JB1 and the print output data reception job (PC print job) JB2 at the same time. For this reason, the print output data reception job, which is the second priority job JB2, cannot be executed until the facsimile reception job, which is the first priority job JB1, is completed. In particular, when print output processing (processing for performing print output using received facsimile data) in a facsimile reception job is currently performed, a PC print job (particularly, print output using received print output data) is performed. Cannot be executed.

この第4実施形態では、このようなハードウエアの制約が考慮される。具体的には、MFP10は、PCプリントジョブ(第2優先順位のジョブJB2)をメモリ割当対象ジョブから除外した上で、上記第1段階の処理を実行する。より具体的には、残りのジョブ、すなわちファクシミリ受信ジョブ(第1優先順位のジョブJB1)および第1の種類のジョブJAのそれぞれに対する各メモリ容量が図17の右側のグラフに示すように割り当てられる。   In the fourth embodiment, such hardware restrictions are considered. Specifically, the MFP 10 excludes the PC print job (second priority job JB2) from the memory allocation target job, and then executes the first stage process. More specifically, the memory capacities for the remaining jobs, that is, the facsimile reception job (first priority job JB1) and the first type job JA are allocated as shown in the graph on the right side of FIG. .

図17の左側のグラフと右側のグラフとを比較すると判るように、PCプリントジョブ(第2優先順位のジョブJB2)をメモリ割当対象ジョブから除外することによって、第1の種類のジョブJAに割り当てられるメモリ容量U1が拡大する。   As can be seen by comparing the graph on the left side and the graph on the right side in FIG. 17, the PC print job (second priority job JB2) is excluded from the memory allocation target job, and is allocated to the first type job JA. The memory capacity U1 to be increased.

次に、ステップS13の第2段階の処理(割合Rの算出処理)が行われる。   Next, a second stage process (a ratio R calculation process) in step S13 is performed.

上述のようなメモリ容量U1の増大が発生すると、(第1の種類のジョブJAに関する使用中メモリ容量U2(全体の10%)が同一である場合には、)割合Rは増大する。たとえば、第1の種類のジョブJAに対する割当メモリ容量U1が全体の15%から21%へと増大すると、割合(空き比率)Rは、33%(=(15−10)/15)から52%(=(21−10)/21)へと増大する。   When the increase in the memory capacity U1 as described above occurs, the ratio R increases (in the case where the in-use memory capacity U2 (10% of the total) relating to the first type job JA is the same). For example, when the allocated memory capacity U1 for the first type job JA increases from 15% to 21% of the whole, the ratio (empty ratio) R is reduced from 33% (= (15-10) / 15) to 52%. It increases to (= (21-10) / 21).

そして、このような変更後の割合Rに基づいて単位量DZが決定される(ステップS13の第3段階の処理)。たとえば、第1の種類のジョブJAに対する割当メモリ容量が全体の15%から21%へと増大することに応じて、割合Rが33%から52%へと増大し、単位量DZは(32KBではなく)「64KB」に設定される。   Then, the unit amount DZ is determined on the basis of the changed ratio R (step S13 in the third stage). For example, as the allocated memory capacity for the first type job JA increases from 15% to 21% of the total, the ratio R increases from 33% to 52%, and the unit amount DZ is (at 32 KB) Not) and set to “64 KB”.

さらに、ステップS14の処理等が行われる。ステップS14では、単位量DZに従って、データ転送処理が実行される。   Furthermore, the process of step S14 etc. are performed. In step S14, the data transfer process is executed according to the unit amount DZ.

このように、第4実施形態においては、第2の種類のジョブJBのうち同時実行不可能な少なくとも1つのジョブを除外して、第2の種類のジョブJBに割り当てるメモリ容量と第1の種類のジョブJAに割り当てるメモリ容量U1とが決定される。第2優先順位のジョブJB2のうちの少なくとも1つのジョブ(ここでは全ジョブJB2)をメモリ割当対象ジョブから除外することによって、第1の種類のジョブJAに割り当てられるメモリ容量U1が拡大し、その結果、単位量DZが増大する。   As described above, in the fourth embodiment, the memory capacity allocated to the second type job JB and the first type are excluded by excluding at least one job that cannot be simultaneously executed from the second type job JB. The memory capacity U1 to be allocated to the job JA is determined. By excluding at least one job (here, all jobs JB2) of the jobs JB2 of the second priority from the memory allocation target job, the memory capacity U1 allocated to the first type job JA is expanded, As a result, the unit amount DZ increases.

以上のような処理によれば、第3実施形態と同様の効果を得ることができる。また、この第4実施形態においては、第2の種類のジョブJBのうち同時実行不可能な少なくとも1つのジョブを除外して、バッファメモリ45において第1の種類のジョブJAに割り当てるメモリ容量U1が決定される。これによれば、第2の種類のジョブJBの少なくとも1つのジョブが除外されない場合に比べて、第1の種類のジョブJAに割り当てられるメモリ容量U1が拡大して単位量DZが増大するので、通信速度を向上させることが可能である。   According to the above processing, the same effect as that of the third embodiment can be obtained. Further, in the fourth embodiment, the memory capacity U1 assigned to the first type job JA in the buffer memory 45 excluding at least one job that cannot be simultaneously executed from the second type job JB. It is determined. According to this, compared with the case where at least one job of the second type job JB is not excluded, the memory capacity U1 allocated to the first type job JA is expanded and the unit amount DZ is increased. It is possible to improve the communication speed.

なお、この第4実施形態においては、受け付けられたジョブJA、JB1,JB2のうち「現時点での同時実行」が不可能なジョブJB2を除外してメモリ空間が分配されている。しかしながら、本発明は、これに限定されない。たとえば、受け付けられたジョブJA、JB1,JB2のうち「現時点以降の或る時点での同時実行」が不可能なジョブを除外してメモリ空間が分配されるようにしてもよい。より具体的には、現在実行中のジョブJB1に含まれる複数の処理(第1および第2の処理)のうち現在実行中の第1の処理の次に実行される第2の処理(現在実行中のジョブを構成する一部の処理)、とは同時に実行され得ない処理、を含む別の(次の)ジョブJB2が除外されて、メモリ空間が分配されるようにしてもよい。   In the fourth embodiment, the memory space is distributed by excluding the job JB2 that cannot be “simultaneously executed at the present time” from the accepted jobs JA, JB1, and JB2. However, the present invention is not limited to this. For example, the memory space may be distributed by excluding jobs that cannot be “simultaneously executed at a certain time after the current time” from the accepted jobs JA, JB1, and JB2. More specifically, the second process (currently executed) that is executed next to the first process that is currently being executed among the plurality of processes (first and second processes) included in the job JB1 that is currently being executed. The memory space may be distributed by excluding another (next) job JB2 including a process that cannot be executed at the same time as a part of the processes constituting the middle job).

より詳細には、現時点において、ファクシミリ受信ジョブJB1におけるファクシミリデータの受信処理(第1の処理)が行われており、未だ印刷出力処理(受信したファクシミリデータを用いて印刷出力を行う処理)(第2の処理)が行われていないものとする。当該現時点以降の或る時点(たとえば数秒後〜数分後)においてファクシミリデータの受信処理が完了すると、当該ファクシミリデータに関する印刷出力処理が実行される。ただし、ハードウエアの制約に起因して、当該ファクシミリデータに関する印刷出力処理(ジョブJB1を構成する一部の処理である第2の処理)と、その次のPCプリントジョブJB2の印刷出力処理(コンピュータ90cから受信した印刷出力用データを用いて印刷出力を行う処理)とは同時実行され得ない。換言すれば、現時点以降の或る時点(具体的には、ジョブJB1に関する第2の処理時点(印刷出力時点))において、PCプリントジョブJB2はジョブJB1と同時に実行され得ない。このような状況において、既に受け付けられたジョブJA、JB1,JB2のうち「現時点以降の或る時点での同時実行」が不可能なPCプリントジョブJB2を除外してメモリ空間が分配されるようにしてもよい。   More specifically, at the present time, facsimile data reception processing (first processing) in the facsimile reception job JB1 is being performed, and printing output processing (processing that performs print output using the received facsimile data) (first) 2) is not performed. When the facsimile data reception process is completed at a certain time after the current time (for example, several seconds to several minutes later), a print output process for the facsimile data is executed. However, due to hardware limitations, the print output process (second process, which is a part of the job JB1) related to the facsimile data, and the print output process (computer) of the next PC print job JB2 The process of performing print output using the print output data received from 90c) cannot be executed simultaneously. In other words, the PC print job JB2 cannot be executed at the same time as the job JB1 at a certain time after the current time (specifically, the second processing time (print output time) regarding the job JB1). In such a situation, the memory space is distributed by excluding the PC print job JB2 that cannot be “simultaneously executed at a certain time after the current time” from among the jobs JA, JB1, and JB2 that have already been received. May be.

このようにして、受け付けられたジョブJA、JB1,JB2のうち同時実行が不可能な1つのジョブ(より詳細には低優先度のジョブJB2)を除外してメモリ空間が分配されるようにしてもよい。   In this way, the memory space is distributed by excluding one of the accepted jobs JA, JB1, and JB2 that cannot be executed simultaneously (more specifically, the low-priority job JB2). Also good.

また、上記実施形態等においては、同時実行不可能なジョブJBが2つ存在する場合において、一方のジョブJB(より詳細には低優先度のジョブJB2)を除外して、ジョブJBに割り当てるメモリ容量およびジョブJAに割り当てられるメモリ容量が決定されているが、これに限定されない。たとえば、同時実行不可能なジョブJBが3つ以上存在する場合において、1つ又は2つ以上のジョブJBを除外して、ジョブJBに割り当てるメモリ容量およびジョブJAに割り当てられるメモリ容量が決定されるようにしてもよい。   Further, in the above-described embodiment and the like, when there are two jobs JB that cannot be executed at the same time, one memory JB (more specifically, a low-priority job JB2) is excluded, and the memory allocated to the job JB Although the capacity and the memory capacity allocated to the job JA are determined, the present invention is not limited to this. For example, when there are three or more jobs JB that cannot be executed simultaneously, the memory capacity allocated to the job JB and the memory capacity allocated to the job JA are determined by excluding one or more jobs JB. You may do it.

<5.第5実施形態>
第5実施形態は、第3実施形態の変形例である。以下では、第3実施形態との相違点を中心に説明する。
<5. Fifth Embodiment>
The fifth embodiment is a modification of the third embodiment. Below, it demonstrates centering on difference with 3rd Embodiment.

この第5実施形態においては、ジョブの数のみならず、ジョブの大きさもが考慮されて、各ジョブJA、JB1,JB2に対するメモリ容量の分配処理が行われる。   In the fifth embodiment, not only the number of jobs but also the size of the job is taken into consideration, and memory capacity distribution processing is performed for each of the jobs JA, JB1, and JB2.

図18の左側のグラフは、第5実施形態に係るジョブの受付状況(予約状況)を概念的に示す図である。ここでは、第1の種類のジョブJAの他に第2の種類の複数のジョブJBも受け付けられているものとする。   The graph on the left side of FIG. 18 is a diagram conceptually illustrating the job reception status (reservation status) according to the fifth embodiment. Here, in addition to the first type of job JA, a plurality of second type of jobs JB are also accepted.

具体的には、第2の種類のジョブJBのうち第1優先順位のジョブJB1として、2つのジョブJB11,JB12が受け付けられており、第2の種類のジョブJBのうち第2優先順位のジョブJB2として、4つのジョブJB21〜JB24が受け付けられている。これらのジョブJB11,JB12,JB21〜JB24は、いずれも、所定サイズ(たとえば5MB(メガバイト))以下であるものとする。   Specifically, two jobs JB11 and JB12 are accepted as the first priority job JB1 of the second type of job JB, and the second priority job of the second type of job JB. As JB2, four jobs JB21 to JB24 are accepted. These jobs JB11, JB12, JB21 to JB24 are all assumed to have a predetermined size (for example, 5 MB (megabytes)) or less.

また、これらのジョブに加えて、さらに第2の種類のジョブJB25が受け付けられる場合(図18の左側のグラフ参照)において、MFP10は、当該ジョブJB25のサイズが所定値(たとえば5MB(メガバイト))以上であるときには、当該ジョブJB25を他のジョブJB21〜JB24とは同時実行しない(並列処理しない)ことを決定する。詳細には、MFP10は、当該ジョブJB25を他のジョブJB21〜JB24の終了後に実行する旨を決定する。そして、MFP10は、ジョブJB25を除外した上で、(第3実施形態と同様にして)第2の種類のジョブJBに割り当てるメモリ容量を決定するとともに第1の種類のジョブJAに割り当てるメモリ容量を決定する。図18の右側のグラフは、ジョブJB25を除外した上で決定された、各ジョブに対するメモリ容量の分配状況を示す概念図である。   In addition to these jobs, when the second type of job JB25 is accepted (see the graph on the left side of FIG. 18), the MFP 10 determines that the size of the job JB25 is a predetermined value (for example, 5 MB (megabytes)). When it is above, it is determined that the job JB25 and the other jobs JB21 to JB24 are not executed simultaneously (no parallel processing). Specifically, the MFP 10 determines to execute the job JB25 after the other jobs JB21 to JB24 are completed. The MFP 10 excludes the job JB25, determines the memory capacity to be allocated to the second type job JB (similar to the third embodiment), and sets the memory capacity to be allocated to the first type job JA. decide. The graph on the right side of FIG. 18 is a conceptual diagram showing the distribution of memory capacity for each job, determined after excluding job JB25.

このような処理が、ステップS13の第1段階の処理として実行された後、さらにステップS13における第2段階の処理および第3段階の処理、ならびにステップS14の処理等が行われる。   After such a process is executed as the first-stage process in step S13, the second-stage process and third-stage process in step S13, the process in step S14, and the like are further performed.

以上のような処理によれば、所定サイズ以上のジョブJB2(JB25)を除外して第2の種類のジョブJBと第1の種類のジョブJAとに対してメモリ容量が割り当てられる。そのため、所定サイズ以上のジョブを除外せずに第1の種類のジョブJAに対するメモリ容量が割り当てられる場合に比べて、比較的大きなメモリ容量が(結果的に)第1の種類のジョブJAに割り当てられる。その結果、割合Rは、比較的大きな値になり、単位量DZも比較的大きな値になるので、より効率的な通信が行われ得る。   According to the above processing, the memory capacity is allocated to the second type job JB and the first type job JA, excluding the job JB2 (JB25) having a predetermined size or larger. Therefore, a relatively large memory capacity is allocated to the first type job JA (as a result) compared to the case where the memory capacity for the first type job JA is allocated without excluding jobs of a predetermined size or larger. It is done. As a result, the ratio R becomes a relatively large value and the unit amount DZ also becomes a relatively large value, so that more efficient communication can be performed.

<6.第6実施形態>
上記各実施形態においては、単一の第1の種類のジョブJAが実行される場合について主に例示されている。
<6. Sixth Embodiment>
In each of the above embodiments, the case where a single first type job JA is executed is mainly exemplified.

この第6実施形態では、複数の第1の種類のジョブJAが実行される態様について主に例示する。   In the sixth embodiment, a mode in which a plurality of first-type jobs JA are executed is mainly exemplified.

複数の第1の種類のジョブJAが実行される場合には、上記各実施形態で求められた単位量DZに対応する通信能力が複数の第1の種類のジョブJAによって分配される。   When a plurality of first type jobs JA are executed, the communication capability corresponding to the unit amount DZ obtained in each of the above embodiments is distributed by the plurality of first type jobs JA.

また、この第6実施形態では、複数の第1の種類のジョブJAを複数のランク(異なる優先順位)のジョブに分類し、各ジョブJAの優先順位にも基づいて、当該各ジョブの単位量DZが決定される。具体的には、各第1の種類のジョブJAは、その優先順位に基づいて、第1順位のランクRAと第2順位のランクRBとを含む複数のランク(ここでは2つのランクRA,RB)に分類される。所定程度以上に高い優先度を有する第1の種類のジョブJA(ハードウエア制御を伴うジョブ等)は、第1順位のランクRAに分類され、所定程度よりも低い優先度を有する第1の種類のジョブJA(添付データを送信するジョブ等)は、第2順位のランクRBに分類される。そして、第1の種類のジョブJAとして、いずれのランクのジョブが受け付けられているか等に応じて、個別の各ジョブJAに関する個別の単位量DZ(ZR)がそれぞれ決定される。   In the sixth embodiment, a plurality of first type jobs JA are classified into jobs of a plurality of ranks (different priority orders), and the unit amount of each job is determined based on the priority order of each job JA. DZ is determined. Specifically, each first-type job JA has a plurality of ranks (here, two ranks RA and RB) including a first rank RA and a second rank RB based on the priority. )are categorized. A first type job JA (such as a job with hardware control) having a priority higher than a predetermined level is classified into the first rank RA, and the first type has a priority lower than a predetermined level. The job JA (such as a job for transmitting attached data) is classified into the second rank rank RB. Then, the individual unit amount DZ (ZR) for each individual job JA is determined according to which rank of the job JA is accepted as the first type of job JA.

図19は、第6実施形態に係るステップS14の処理を示すフローチャートである。   FIG. 19 is a flowchart showing the process of step S14 according to the sixth embodiment.

ここでは、各実施形態におけるステップS13までの処理において、第1の種類のジョブJAに関する単位量DZ(ZSとも表記する)(たとえば「64KB(キロバイト)」)が決定されているものとする。なお、当該単位量ZSは、より正確には、全ての第1の種類のジョブJA向けに割り当てられたメモリ容量を反映した値であり、最終的な個別のジョブに関する単位量DZ(ZRとも表記する)とは本来的には異なる値である。単位量ZSは、個別のジョブに関する個別の単位量ZRを算出するための基本値である、とも表現される。この第6実施形態では、単位量(の基本値)ZSに基づいて(値ZSが分配されて)単位量ZRが決定される。なお、上記第1〜第5実施形態においては、第1の種類のジョブJAが1個のみ存在しており、値ZRは値ZSと同じ値であるとして算出されている。   Here, it is assumed that the unit amount DZ (also expressed as ZS) (for example, “64 KB (kilobytes)) regarding the first type of job JA is determined in the processing up to step S13 in each embodiment. The unit amount ZS is more accurately a value that reflects the memory capacity allocated to all the first type jobs JA, and is expressed as a unit amount DZ (also referred to as ZR) related to the final individual job. Is essentially a different value. The unit amount ZS is also expressed as a basic value for calculating an individual unit amount ZR for an individual job. In the sixth embodiment, the unit amount ZR is determined (the value ZS is distributed) based on the unit amount (its basic value) ZS. In the first to fifth embodiments, there is only one first-type job JA, and the value ZR is calculated as the same value as the value ZS.

その後、図19のステップS33において、第1の種類のジョブJAとして、2種類のランクRA,RBのジョブJAが混在しているか否かが判定される。第1の種類のジョブJAとしてランクRAのジョブJAのみが受け付けられているときには、2種類のランクRA,RBのジョブJAが混在していないと判定され、ステップS34に進む。同様に、第1の種類のジョブJAとしてランクRBのジョブJAのみが受け付けられているときにも、2種類のランクRA,RBのジョブJAが混在していないと判定され、ステップS34に進む。   Thereafter, in step S33 of FIG. 19, it is determined whether or not two types of jobs JA of rank RA and RB are mixed as the first type of job JA. If only the job RA of rank RA is accepted as the first type of job JA, it is determined that the two types of jobs JA of rank RA and RB are not mixed, and the process proceeds to step S34. Similarly, when only the job JA of rank RB is accepted as the first type of job JA, it is determined that the two types of jobs JA of rank RA and RB are not mixed, and the process proceeds to step S34.

ステップS34においては、同一順位ジョブJA相互間で、第1の種類のジョブJAの全体に割り当てられた単位量DZ(ZS)を同等に分配して各ジョブJAの単位量DZが決定され、少なくとも1つのジョブJAが実行される。   In step S34, the unit amount DZ (ZS) allocated to the entire first type job JA is equally distributed among the jobs of the same rank JA, and the unit amount DZ of each job JA is determined. One job JA is executed.

たとえば、第1の種類のジョブJAとして、ランクRAの単一のジョブJA11のみが受け付けられているときには、図20に示すように、当該単一のジョブJA11に関する単位量DZ(ZR)はそのまま「64KB」として決定される。   For example, when only a single job JA11 of rank RA is accepted as the first type of job JA, as shown in FIG. 20, the unit amount DZ (ZR) relating to the single job JA11 is “ 64KB ".

また、第1の種類のジョブJAとして、複数(たとえば2つ)のランクRAのジョブJA11,JA12のみが受け付けられているときには、図21に示すように、第1の種類のジョブJAに関する単位量DZ(ZS)は、当該2つのジョブJA11,JA12で同等に分配される。たとえば、第1の種類のジョブJAに関する単位量DZ(ZS)が「64KB」である旨がステップS13で決定されているときには、当該2つのジョブJA11,JA12で同等に分配され、各ジョブJA11,JA12に関する各単位量DZ(ZR)としてそれぞれ同じ値(「32KB」)が最終的に決定される。   When only a plurality of (for example, two) rank RA jobs JA11 and JA12 are accepted as the first type of job JA, as shown in FIG. 21, the unit amount relating to the first type of job JA DZ (ZS) is equally distributed between the two jobs JA11 and JA12. For example, when it is determined in step S13 that the unit amount DZ (ZS) relating to the first type job JA is “64 KB”, the two jobs JA11 and JA12 are equally distributed, and each job JA11, The same value (“32 KB”) is finally determined as each unit amount DZ (ZR) relating to JA12.

同様に、第1の種類のジョブJAとして、複数(たとえば2つ)のランクRBのジョブJA21,JA22のみが受け付けられているときには、図22に示すように、第1の種類のジョブJAに関する単位量DZ(ZS)は、当該2つのジョブJA21,JA22で同等に分配される。たとえば、第1の種類のジョブJAに関する単位量DZ(ZS)が「64KB」である旨がステップS13で決定されているときには、当該2つのジョブJA21,JA22で同等に分配され、各ジョブJA21,JA22に関する各単位量DZ(ZR)としてそれぞれ同じ値(「32KB」)が最終的に決定される。   Similarly, when only a plurality of (for example, two) rank RB jobs JA21 and JA22 are accepted as the first type of job JA, as shown in FIG. 22, the unit relating to the first type of job JA is shown. The amount DZ (ZS) is equally distributed between the two jobs JA21 and JA22. For example, when it is determined in step S13 that the unit amount DZ (ZS) relating to the first type job JA is “64 KB”, the two jobs JA21 and JA22 are equally distributed, and each job JA21, The same value (“32 KB”) is finally determined as each unit amount DZ (ZR) relating to JA22.

また、第1の種類のジョブJAとして、ランクRBの単一のジョブJA21のみが受け付けられているときには、当該単一のジョブJA21に関する単位量DZ(ZR)はそのまま「64KB」として決定されればよい。   If only a single job JA21 of rank RB is accepted as the first type of job JA, the unit amount DZ (ZR) relating to the single job JA21 is determined as it is as “64 KB”. Good.

このようにして決定された各単位量DZに基づいて、コントローラ9(通信制御部11)は、画像形成装置内の所定のソフトウエアモジュールからNIC43(バッファメモリ45)へとデータを送信する。このとき、コントローラ9(通信制御部11)は、送信対象のデータを上述のステップS34で新たに決定された単位量DZ(ZR)ごとに分割し、当該新たな単位量DZ(ZR)ごとの送信単位データをそれぞれ、バッファメモリ45に対して送信する。その後、第1実施形態と同様の処理が行われる。たとえば、NIC43は、一定程度のデータ量(たとえば、1500KB(キロバイト))が当該バッファメモリ45に蓄積されると、当該一定程度のデータ量のデータを外部装置へと送信する。   Based on each unit amount DZ determined in this way, the controller 9 (communication control unit 11) transmits data from a predetermined software module in the image forming apparatus to the NIC 43 (buffer memory 45). At this time, the controller 9 (communication control unit 11) divides the data to be transmitted for each unit amount DZ (ZR) newly determined in step S34 described above, and for each new unit amount DZ (ZR). Each transmission unit data is transmitted to the buffer memory 45. Thereafter, the same processing as in the first embodiment is performed. For example, when a certain amount of data (for example, 1500 KB (kilobytes)) is accumulated in the buffer memory 45, the NIC 43 transmits the certain amount of data to the external device.

このようにして、少なくとも1つの同一ランクの第1の種類のジョブJAが実行される。特に、複数の同一ランクの第1の種類のジョブJAが受け付けられている場合には、当該複数の同一ランクの第1の種類のジョブJAが並列的に処理される。   In this way, at least one first-type job JA having the same rank is executed. In particular, when a plurality of first-type jobs JA having the same rank are received, the plurality of first-type jobs JA having the same rank are processed in parallel.

一方、図19のステップS33において、2種類のランクRA,RBのジョブJAが混在していると判定される場合には、ステップS35に進む。   On the other hand, if it is determined in step S33 in FIG. 19 that two types of jobs JA of rank RA and RB are mixed, the process proceeds to step S35.

ステップS35では、ステップS13で決定された単位量DZが、所定値TBよりも大きい(DZ>TB)か否かが判定される。所定値TBは、第1順位のランクRAの少なくとも1つのジョブを実行する際の単位量DZ(ZS)として望ましい値であるとして予め定められた値(たとえば、(ジョブ1個あたり)「40KB(キロバイト)」)である。所定値TBは、第1の種類のジョブJAの通信に関して好適な通信速度を実現するための望ましい単位量DZである、とも表現される。所定値TBは、第1順位のランクRAの第1の種類のジョブJAの数に応じて増大する値である。所定値TBは、第1順位のランクRAの第1の種類のジョブJAごとの個別の閾値TC(たとえば「40KB」)に第1順位のランクRAの第1の種類のジョブJAの数(たとえば、「2個」)を乗じた値(たとえば「80KB」)である。たとえば、第1順位のランクRAの単一のジョブJAが存在する場合には、所定値TBは「40KB」であり、第1順位のランクRAの2つのジョブJAが存在する場合には、所定値TBは「80KB」(=40KB×2)である。   In step S35, it is determined whether or not the unit amount DZ determined in step S13 is larger than a predetermined value TB (DZ> TB). The predetermined value TB is a value (for example, “40 KB (per job)) predetermined as a desirable value as the unit amount DZ (ZS) when executing at least one job of the rank RA of the first rank. Kilobytes) ”). The predetermined value TB is also expressed as a desirable unit amount DZ for realizing a communication speed suitable for communication of the first type of job JA. The predetermined value TB is a value that increases in accordance with the number of first-type jobs JA of the rank RA of the first rank. The predetermined value TB is set to an individual threshold value TC (for example, “40 KB”) for each first-type job JA of the first rank RA, for example, the number of the first-type jobs JA of the first rank RA (for example, , “2 pieces”) (for example, “80 KB”). For example, when there is a single job JA of the first rank RA, the predetermined value TB is “40 KB”, and when two jobs JA of the first rank RA are present, the predetermined value TB is predetermined. The value TB is “80 KB” (= 40 KB × 2).

ステップS35において、単位量DZ(ZS)が所定値TBよりも大きいと判定される場合にはステップS36に進む。   If it is determined in step S35 that the unit amount DZ (ZS) is larger than the predetermined value TB, the process proceeds to step S36.

ステップS36では、十分な単位量DZ(ZS)が第1の種類のジョブJAに対して割り当てられていると判定され、2種類のランクRA,RBのジョブJAが並列的に処理される。このとき、ランクRBのジョブJAよりもランクRAのジョブJAに対して優先的にバッファメモリ45のリソースが割り当てられて、各単位量DZが決定される。   In step S36, it is determined that a sufficient unit amount DZ (ZS) is allocated to the first type of job JA, and two types of jobs JA of ranks RA and RB are processed in parallel. At this time, the resource of the buffer memory 45 is preferentially allocated to the job JA of the rank RA over the job JA of the rank RB, and each unit amount DZ is determined.

たとえば、ランクRAの単一のジョブJA11とランクRBの2つのジョブJA21,JA22とが受け付けられている場合において、ステップS13で決定された単位量DZ(「64KB」)が、所定値TB(「40KB」)よりも大きいと判定される(ステップS35)ときには、図23に示すような各単位量DZが決定される。   For example, when a single job JA11 of rank RA and two jobs JA21 and JA22 of rank RB are received, the unit amount DZ (“64 KB”) determined in step S13 is a predetermined value TB (“ If it is determined that it is larger than (40 KB ") (step S35), each unit amount DZ as shown in FIG. 23 is determined.

具体的には、第1順位のランクRAの第1の種類のジョブJAに関する個別の単位量DZ(ZR)は個別の閾値TC(「40KB」)以上の値に設定される。また、第2順位のランクRBの第1の種類のジョブJAに関する個別の単位量DZ(ZR)は、第1順位のランクRBの第1の種類のジョブJAに関する個別の単位量DZ(ZR)よりも小さな値に設定される。   Specifically, the individual unit amount DZ (ZR) regarding the first type job JA of the rank RA of the first rank is set to a value equal to or greater than the individual threshold TC (“40 KB”). The individual unit amount DZ (ZR) related to the first type job JA of the rank RB of the second rank is the individual unit amount DZ (ZR) related to the first type job JA of the rank RB of the first rank. Is set to a smaller value.

詳細には、まず、第1順位のランクRAの単一のジョブJA11を優先的に処理するため、当該単一のジョブJA11向けの新たな単位量DZ(ZR)として個別の閾値TC(「40KB」)が決定される。そして、ステップS13で決定された単位量DZ(ZS)(「64KB」)からランクRAのジョブJA1向けの割当量(ここでは(「40KB」)を差し引いた残余の値(「24KB」)が、ランクRBのジョブJA2向けの単位量DZ(総合値)として決定される。さらに、当該単位量DZ(総合値)がランクRBの2つのジョブJA21,JA22で分配される。たとえば、各ジョブJA21,JA22の新たな単位量DZ(ZR)は、それぞれ、「12KB」に決定される。なお、ここでは、当該単一のジョブJA11向けの新たな単位量DZ(ZR)は、個別の閾値TC(「40KB」)に設定されているが、これに限定されず、個別の閾値TCより大きな値に設定されてもよい。   Specifically, first, in order to preferentially process the single job JA11 of the rank RA of the first rank, the individual threshold value TC (“40 KB” is set as a new unit amount DZ (ZR) for the single job JA11. ") Is determined. Then, a residual value (“24 KB”) obtained by subtracting the allocated amount (here, “40 KB”) for the job RA1 of rank RA from the unit amount DZ (ZS) (“64 KB”) determined in step S13, The unit amount DZ (total value) for the job JA2 of rank RB is determined, and the unit amount DZ (total value) is distributed among the two jobs JA21 and JA22 of rank RB. The new unit amount DZ (ZR) of JA 22 is determined to be “12 KB.” Here, the new unit amount DZ (ZR) for the single job JA11 is set to the individual threshold value TC ( However, the present invention is not limited to this and may be set to a value larger than the individual threshold value TC.

このようにして決定された各単位量DZ(ZR)に基づいて、コントローラ9(通信制御部11)は、画像形成装置内の所定のソフトウエアモジュールからNIC43(バッファメモリ45)へとデータを送信する。このとき、コントローラ9(通信制御部11)は、送信対象のデータを上述のステップS36で新たに決定された単位量DZ(ZR)ごとに分割し、当該新たな単位量DZごとの送信単位データをそれぞれ、バッファメモリ45に対して送信する。その後、第1実施形態と同様の処理が行われる。   Based on each unit amount DZ (ZR) determined in this way, the controller 9 (communication control unit 11) transmits data from a predetermined software module in the image forming apparatus to the NIC 43 (buffer memory 45). To do. At this time, the controller 9 (communication control unit 11) divides the transmission target data for each unit amount DZ (ZR) newly determined in step S36, and transmits the transmission unit data for each new unit amount DZ. Are respectively transmitted to the buffer memory 45. Thereafter, the same processing as in the first embodiment is performed.

このようにして、異なるランクの複数の第1の種類のジョブJAが実行される。特に、ランクRAに関する単位量DZ(ZS)が所定値TBより大きい場合には、当該複数の異なるランクの第1の種類のジョブJAが並列的に処理される。   In this way, a plurality of first-type jobs JA having different ranks are executed. In particular, when the unit amount DZ (ZS) related to the rank RA is larger than the predetermined value TB, the plurality of first rank jobs JA of different ranks are processed in parallel.

また、ステップS35において、単位量DZ(ZS)が所定値TB以下であると判定される場合にはステップS37に進む。   If it is determined in step S35 that the unit amount DZ (ZS) is equal to or smaller than the predetermined value TB, the process proceeds to step S37.

ステップS37では、ランクRAのジョブJAとランクRBのジョブJAとをこの順序で逐次的に(順次に)処理する旨が決定される。複数のジョブを優先度合いに応じて逐次的に処理することによれば、或る時点で同時並列的に実行されるジョブの数が低減されるので、優先度合いに応じた、より効率的な通信が行われ得る。なお、或る時点において、低減された数のジョブ(具体的には、同一ランクの複数のジョブJA)が並列的に実行される際には、ステップS13で決定された単位量DZ(ZS)は当該複数のジョブJAに対して同等に分配され、各ジョブJAに関する個別の単位量DZ(ZR)が決定される。   In step S37, it is determined that the job JA of the rank RA and the job JA of the rank RB are processed sequentially (sequentially) in this order. By sequentially processing a plurality of jobs according to the priority level, the number of jobs that are simultaneously executed in parallel at a certain point in time is reduced. Therefore, more efficient communication according to the priority level Can be done. When a reduced number of jobs (specifically, a plurality of jobs JA having the same rank) are executed in parallel at a certain time, the unit amount DZ (ZS) determined in step S13 is used. Are equally distributed to the plurality of jobs JA, and an individual unit amount DZ (ZR) for each job JA is determined.

たとえば、ランクRAの2つのジョブJA11,JA12とランクRBの2つのジョブJA21,JA22との合計4つのジョブJAが受け付けられている場合を想定する(図24参照)。この場合、所定値TBは、ランクRAの2個分のジョブJAに対する値であり、たとえば「80KB」(=40KB*2))である。そして、ステップS35において、ステップS13で決定された単位量DZ(ZS)(「64KB」)が、所定値TB(ここでは「80KB」)よりも小さいと判定され、ステップS37に進む。   For example, it is assumed that a total of four jobs JA, that is, two jobs JA11 and JA12 of rank RA and two jobs JA21 and JA22 of rank RB are received (see FIG. 24). In this case, the predetermined value TB is a value for two jobs JA of rank RA, and is, for example, “80 KB” (= 40 KB * 2)). In step S35, it is determined that the unit amount DZ (ZS) (“64KB”) determined in step S13 is smaller than a predetermined value TB (here, “80KB”), and the process proceeds to step S37.

ステップS37では、2種類のランクRA,RBのジョブJAを逐次的に処理する旨が決定される。具体的には、ステップS37では、4つのジョブJA11,JA12,JA21,JA22のうち、まず、ランクRAの2つのジョブJA11,JA12を(並列的に)実行する旨が決定される。また、4つから2つに低減された数のジョブ(具体的には、同一ランクRAの2つのジョブJA11,JA12)を並列的に処理する旨が決定されるとともに、これら2つのジョブJA11,JA12に対して同等の単位量DZ(ZR)が決定される。詳細には、ステップS13で決定された単位量DZ(ZS)(「64KB」)が2つのジョブJA11,JA12で同等に分配され、各ジョブJA11,JA12の各単位量DZ(ZR)は、それぞれ、同じ値(「32KB」)に決定される。   In step S37, it is determined that two types of ranks RA and RB jobs JA are to be sequentially processed. Specifically, in step S37, among the four jobs JA11, JA12, JA21, and JA22, it is first determined that two jobs JA11 and JA12 of rank RA are to be executed (in parallel). Further, it is determined that the number of jobs reduced from four to two (specifically, two jobs JA11 and JA12 of the same rank RA) are processed in parallel, and these two jobs JA11, A unit amount DZ (ZR) equivalent to JA12 is determined. Specifically, the unit amount DZ (ZS) (“64 KB”) determined in step S13 is equally distributed between the two jobs JA11 and JA12, and the unit amounts DZ (ZR) of the jobs JA11 and JA12 are respectively , The same value (“32 KB”) is determined.

このようにして決定された各単位量DZ(ZR)に基づいて、コントローラ9(通信制御部11)は、画像形成装置内のソフトウエアモジュール32からNIC43(バッファメモリ45)へとデータを送信する。このとき、コントローラ9(通信制御部11)は、送信対象のデータを上述のステップS37で新たに決定された単位量DZ(ZR)ごとに分割し、当該新たな単位量DZ(ZR)ごとの送信単位データをそれぞれ、バッファメモリ45に対して送信する。その後、第1実施形態と同様の処理が行われる。   Based on each unit amount DZ (ZR) determined in this way, the controller 9 (communication control unit 11) transmits data from the software module 32 in the image forming apparatus to the NIC 43 (buffer memory 45). . At this time, the controller 9 (communication control unit 11) divides the transmission target data for each unit amount DZ (ZR) newly determined in step S37 described above, and for each new unit amount DZ (ZR). Each transmission unit data is transmitted to the buffer memory 45. Thereafter, the same processing as in the first embodiment is performed.

次に、ランクRAの2つのジョブJA11,JA12が終了すると、ランクRBの2つのジョブJA21,JA22を(並列的に)実行する旨が決定される。また、当該残りの2つのジョブ(同一ランクRBの2つのジョブJA21,JA22)を並列的に処理する旨が決定されるとともに、これら2つのジョブJA21,JA22に対して同等の単位量DZ(ZR)が決定される。詳細には、ステップS13で決定された単位量DZ(ZS)(「64KB」)が2つのジョブJA21,JA22で同等に分配され、各ジョブJA21,JA22の各単位量DZ(ZR)は、それぞれ、同じ値(「32KB」)に決定される。   Next, when the two jobs RA11 and JA12 of rank RA are completed, it is determined that the two jobs JA21 and JA22 of rank RB are to be executed (in parallel). In addition, it is determined that the remaining two jobs (two jobs JA21 and JA22 of the same rank RB) are processed in parallel, and an equivalent unit amount DZ (ZR) for these two jobs JA21 and JA22. ) Is determined. Specifically, the unit amount DZ (ZS) (“64 KB”) determined in step S13 is equally distributed between the two jobs JA21 and JA22, and the unit amounts DZ (ZR) of the jobs JA21 and JA22 are respectively , The same value (“32 KB”) is determined.

このようにして決定された各単位量DZ(ZR)に基づいて、コントローラ9(通信制御部11)は、画像形成装置内のソフトウエアモジュール32からNIC43(バッファメモリ45)へとデータを送信する。このとき、コントローラ9(通信制御部11)は、送信対象のデータを上述のステップS37で新たに決定された単位量DZ(ZR)ごとに分割し、当該新たな単位量DZ(ZR)ごとの送信単位データをそれぞれ、バッファメモリ45に対して送信する。その後、第1実施形態と同様の処理が行われる。   Based on each unit amount DZ (ZR) determined in this way, the controller 9 (communication control unit 11) transmits data from the software module 32 in the image forming apparatus to the NIC 43 (buffer memory 45). . At this time, the controller 9 (communication control unit 11) divides the transmission target data for each unit amount DZ (ZR) newly determined in step S37 described above, and for each new unit amount DZ (ZR). Each transmission unit data is transmitted to the buffer memory 45. Thereafter, the same processing as in the first embodiment is performed.

以上のようにして、異なるランクの複数の第1の種類のジョブJAが実行される。特に、ランクRAに関する単位量DZが所定値TBより小さい場合には、当該複数の異なるランクRA,RBの第1の種類のジョブJAがランク別に処理されるとともに、当該複数の異なるランクRA,RBの第1の種類のジョブJAが逐次的に処理される。   As described above, a plurality of first-type jobs JA having different ranks are executed. In particular, when the unit amount DZ related to the rank RA is smaller than the predetermined value TB, the plurality of different ranks RA and RB of the first type job JA are processed according to rank, and the plurality of different ranks RA and RB are processed. The first type of job JA is sequentially processed.

以上のような態様によれば、第1の種類のジョブJAに関する各単位量DZ(ZR)が適切に決定される。   According to the above aspect, each unit amount DZ (ZR) relating to the first type of job JA is appropriately determined.

なお、上記第6実施形態においては、第1の種類のジョブJAに関する単位量DZ(ZS)を複数のジョブJAで同等に分配するに際して、単純に分割して個別のジョブの単位量DZ(ZR)が算出されているが、これに限定されない。n個のジョブJAで同等に分配するに際して、単位量DZ(ZS)を単純にn分割した値(32KB)以外の値(30KB(あるいは40KB)等)が個別のジョブJAの各単位量DZ(ZR)としてそれぞれ決定されるようにしてもよい。たとえば、図21等において、「64KB」を2分割した値(32KB)以外の値(30KB(あるいは40KB)等)が各ジョブJA(JA11,JA12等)の各単位量DZ(ZR)としてそれぞれ決定されるようにしてもよい。同様に、図23において、「24KB」を2分割した値(12KB)以外の値(10KB(あるいは15KB)等)が各ジョブJA21,JA22の各単位量DZ(ZR)としてそれぞれ決定されるようにしてもよい。   In the sixth embodiment, when the unit amount DZ (ZS) relating to the first type job JA is equally distributed among the plurality of jobs JA, the unit amount DZ (ZR) of each individual job is simply divided. ) Is calculated, but is not limited to this. When the n jobs JA are equally distributed, a value (30 KB (or 40 KB) or the like) other than a value (32 KB) obtained by simply dividing the unit amount DZ (ZS) into n is a unit amount DZ ( ZR) may be determined respectively. For example, in FIG. 21 and the like, values (30 KB (or 40 KB, etc.) other than the value obtained by dividing “64 KB” into two (32 KB) are determined as the unit amounts DZ (ZR) of each job JA (JA11, JA12, etc.). You may be made to do. Similarly, in FIG. 23, a value (10 KB (or 15 KB) or the like) other than a value obtained by dividing “24 KB” into two (12 KB) is determined as each unit amount DZ (ZR) of each job JA21, JA22. May be.

<7.変形例等>
以上、この発明の実施の形態について説明したが、この発明は上記説明した内容のものに限定されるものではない。
<7. Modified example>
Although the embodiments of the present invention have been described above, the present invention is not limited to the contents described above.

たとえば、上記各実施形態においては、第2の種類のジョブJBに関して、制御不可能ジョブ等を第1優先順位ジョブJB1とし、部分制御可能ジョブ等を第2優先順位ジョブJB2とする態様が例示されているが、これに限定されない。たとえば、MFP10の操作部6(タッチパネル25等)に対するユーザ操作を伴うジョブを第1優先順位ジョブJB1とし、MFP10の操作部6(タッチパネル25等)に対するユーザ操作を伴わないジョブ(PCプリントジョブ)を第2優先順位ジョブJB2とするようにしてもよい。   For example, in each of the embodiments described above, with respect to the second type of job JB, an example in which an uncontrollable job or the like is a first priority job JB1 and a partially controllable job or the like is a second priority job JB2 is exemplified. However, it is not limited to this. For example, a job with a user operation on the operation unit 6 (touch panel 25, etc.) of the MFP 10 is set as the first priority job JB1, and a job (PC print job) without a user operation on the operation unit 6 (touch panel 25, etc.) of the MFP 10 is set. The job may be the second priority job JB2.

また、条件に応じた各種の分岐処理における等号成立時は、分岐後の他方の処理が実行されるようにしてもよい。たとえば、図6において、ジョブ指数Eに関して、E=TH1のときには、(DZ=52ではなく)DZ=64として決定されるようにしてもよい。メモリの空き容量等に関しても同様である。あるいは、図19のフローチャートのステップS35において、DZ=TBのときには、(ステップS37の処理ではなく)ステップS36の処理が実行されるようにしてもよい。   Further, when an equal sign is established in various branch processes according to conditions, the other process after the branch may be executed. For example, in FIG. 6, when the job index E is E = TH1, it may be determined that DZ = 64 (not DZ = 52). The same applies to the free memory capacity. Alternatively, in step S35 of the flowchart of FIG. 19, when DZ = TB, the process of step S36 (not the process of step S37) may be executed.

1 画像形成システム
10 MFP(画像形成装置)
32 ソフトウエアモジュール
43 NIC
45 バッファメモリ
70,90 コンピュータ
310 メモリ情報
320 ジョブ状況情報
DZ,ZR,ZS 単位量
E ジョブ指数
JA 第1の種類のジョブ
JB 第2の種類のジョブ
1 image forming system 10 MFP (image forming apparatus)
32 software modules 43 NIC
45 Buffer memory 70, 90 Computer 310 Memory information 320 Job status information DZ, ZR, ZS Unit amount E Job index JA First type job JB Second type job

Claims (22)

外部装置との間でネットワーク通信を行うことが可能な画像形成装置であって、
前記画像形成装置の内部と外部との間でのデータ通信を中継するバッファ処理部と、
前記画像形成装置内のソフトウエアモジュールから前記バッファ処理部を介して前記外部装置へデータを送信する動作を制御する制御手段と、
を備え、
前記制御手段は、前記バッファ処理部のバッファメモリに関する使用状況を示すメモリ情報と前記ソフトウエアモジュールによるジョブである第1の種類のジョブ以外のジョブである第2の種類のジョブの予約状況を示す情報であるジョブ状況情報とを取得するとともに、前記メモリ情報と前記ジョブ状況情報とに基づいて、前記第1の種類のジョブの実行に関して前記ソフトウエアモジュールから前記バッファ処理部へのデータ送信における送信単位データのデータ量である単位量を決定することを特徴とする画像形成装置。
An image forming apparatus capable of network communication with an external device,
A buffer processing unit that relays data communication between the inside and the outside of the image forming apparatus;
Control means for controlling an operation of transmitting data from the software module in the image forming apparatus to the external apparatus via the buffer processing unit;
With
The control means indicates memory information indicating a usage status of the buffer processing unit regarding the buffer memory and a reservation status of a second type job that is a job other than the first type job that is a job by the software module. And acquiring job status information as information, and transmitting data transmission from the software module to the buffer processing unit with respect to execution of the first type job based on the memory information and the job status information. An image forming apparatus that determines a unit amount that is a data amount of unit data.
請求項1に記載の画像形成装置において、
前記制御手段は、
前記第2の種類のジョブの数が少ない程、前記単位量を大きな値に決定する、
ことを特徴とする画像形成装置。
The image forming apparatus according to claim 1.
The control means includes
The smaller the number of the second type jobs, the larger the unit amount is determined.
An image forming apparatus.
請求項2に記載の画像形成装置において、
前記制御手段は、
前記バッファメモリにおける未使用メモリ容量が大きい程、前記単位量を大きな値に決定する、
ことを特徴とする画像形成装置。
The image forming apparatus according to claim 2.
The control means includes
The larger the unused memory capacity in the buffer memory, the larger the unit amount.
An image forming apparatus.
請求項1に記載の画像形成装置において、
前記制御手段は、
前記第2の種類のジョブを第1優先順位のジョブと第2優先順位のジョブとに分類し、
前記第1優先順位のジョブの数と前記第2優先順位のジョブの数とを各ジョブの優先順位に応じた重み付け係数で重み付けして加算したジョブ指数を算出し、
前記ジョブ指数と前記メモリ情報とに基づいて前記単位量を決定する、
ことを特徴とする画像形成装置。
The image forming apparatus according to claim 1.
The control means includes
Classifying the second type of job into a first priority job and a second priority job;
Calculating a job index obtained by weighting and adding the number of jobs of the first priority and the number of jobs of the second priority with a weighting coefficient corresponding to the priority of each job;
Determining the unit quantity based on the job index and the memory information;
An image forming apparatus.
請求項4に記載の画像形成装置において、
前記第1優先順位のジョブに関する重み付け係数である第1の重み付け係数は、前記第2優先順位のジョブに関する重み付け係数である第2の重み付け係数よりも大きく、
前記制御手段は、
前記ジョブ指数が小さい程、前記単位量を大きな値に決定する、
ことを特徴とする画像形成装置。
The image forming apparatus according to claim 4.
A first weighting factor that is a weighting factor for the first priority job is greater than a second weighting factor that is a weighting factor for the second priority job;
The control means includes
The smaller the job index, the larger the unit amount.
An image forming apparatus.
請求項5に記載の画像形成装置において、
前記制御手段は、
前記ジョブ指数が第1の値よりも小さい場合には、前記ジョブ指数が前記第1の値よりも大きい場合に比べて、前記単位量を比較的大きな値に決定する、
ことを特徴とする画像形成装置。
The image forming apparatus according to claim 5.
The control means includes
When the job index is smaller than the first value, the unit amount is determined to be a relatively large value compared to the case where the job index is larger than the first value.
An image forming apparatus.
請求項6に記載の画像形成装置において、
前記制御手段は、
前記ジョブ指数が前記第1の値よりも大きな第2の値よりも更に大きい場合には、前記ジョブ指数が前記第2の値よりも小さい場合に比べて、前記単位量を比較的小さな値に決定する、
ことを特徴とする画像形成装置。
The image forming apparatus according to claim 6.
The control means includes
When the job index is larger than the second value larger than the first value, the unit amount is set to a relatively small value as compared with the case where the job index is smaller than the second value. decide,
An image forming apparatus.
請求項4に記載の画像形成装置において、
前記制御手段は、前記バッファメモリにおける未使用メモリ容量と前記ジョブ指数とに基づいて前記単位量を決定することを特徴とする画像形成装置。
The image forming apparatus according to claim 4.
The image forming apparatus, wherein the control unit determines the unit amount based on an unused memory capacity in the buffer memory and the job index.
請求項4に記載の画像形成装置において、
前記制御手段は、前記バッファメモリにおける未使用メモリ容量と前記ジョブ指数と前記単位量との関係を規定したデータテーブルに基づいて、前記単位量を決定することを特徴とする画像形成装置。
The image forming apparatus according to claim 4.
The image forming apparatus according to claim 1, wherein the control unit determines the unit quantity based on a data table that defines a relationship among an unused memory capacity in the buffer memory, the job index, and the unit quantity.
請求項4に記載の画像形成装置において、
前記制御手段は、前記バッファメモリにおける未使用メモリ容量と前記ジョブ指数と前記単位量との関係を規定した計算式に基づいて、前記単位量を決定することを特徴とする画像形成装置。
The image forming apparatus according to claim 4.
The image forming apparatus according to claim 1, wherein the control unit determines the unit amount based on a calculation formula that defines a relationship among an unused memory capacity in the buffer memory, the job index, and the unit amount.
請求項4に記載の画像形成装置において、
前記メモリ情報は、前記バッファメモリにおける未使用メモリ容量の変化傾向を示す情報を含み、
前記ジョブ状況情報は、前記第2の種類のジョブに関する前記ジョブ指数の変化傾向を示す情報を含み、
前記制御手段は、前記未使用メモリ容量の変化傾向と前記ジョブ指数の変化傾向とに基づいて、前記単位量を決定することを特徴とする画像形成装置。
The image forming apparatus according to claim 4.
The memory information includes information indicating a change tendency of unused memory capacity in the buffer memory,
The job status information includes information indicating a change tendency of the job index related to the second type of job,
The image forming apparatus, wherein the control unit determines the unit amount based on a change tendency of the unused memory capacity and a change tendency of the job index.
請求項1に記載の画像形成装置において、
前記制御手段は、前記第2の種類のジョブの予約状況に基づいて、前記第2の種類のジョブに割り当てるメモリ容量を決定するとともに、前記第1の種類のジョブに割り当てるメモリ容量を決定し、
前記第1の種類のジョブに割り当てるメモリ容量のうちの未使用のメモリ容量の割合に基づいて、前記単位量を決定することを特徴とする画像形成装置。
The image forming apparatus according to claim 1.
The control means determines a memory capacity to be allocated to the second type job based on a reservation status of the second type job, and determines a memory capacity to be allocated to the first type job;
2. The image forming apparatus according to claim 1, wherein the unit amount is determined based on a ratio of an unused memory capacity to a memory capacity allocated to the first type job.
請求項12に記載の画像形成装置において、
前記制御手段は、前記第2の種類のジョブのうち同時実行不可能な少なくとも1つのジョブを除外して、前記第2の種類のジョブに割り当てるメモリ容量と前記第1の種類のジョブに割り当てるメモリ容量とを決定することを特徴とする画像形成装置。
The image forming apparatus according to claim 12.
The control means excludes at least one job that cannot be simultaneously executed from the second type jobs, and allocates a memory capacity to be assigned to the second type job and a memory to be assigned to the first type job. An image forming apparatus that determines a capacity.
請求項12に記載の画像形成装置において、
前記制御手段は、前記第2の種類のジョブのうち所定サイズ以上のジョブを除外して、前記第2の種類のジョブに割り当てるメモリ容量と前記第1の種類のジョブに割り当てるメモリ容量とを決定することを特徴とする画像形成装置。
The image forming apparatus according to claim 12.
The control means determines a memory capacity allocated to the second type job and a memory capacity allocated to the first type job by excluding jobs of a predetermined size or more from the second type job. An image forming apparatus.
請求項1ないし請求項14のいずれかに記載の画像形成装置において、
前記制御手段は、
前記第1の種類のジョブとして複数のジョブが受け付けられるときには、前記メモリ情報と前記ジョブ状況情報とに基づいて前記単位量の基本値を決定し、前記基本値に基づき前記複数の第1の種類のジョブのそれぞれの前記単位量を決定することを特徴とする画像形成装置。
The image forming apparatus according to any one of claims 1 to 14,
The control means includes
When a plurality of jobs are accepted as the first type of job, a basic value of the unit amount is determined based on the memory information and the job status information, and the plurality of first types is determined based on the basic value. An image forming apparatus that determines the unit amount of each of the jobs.
請求項15に記載の画像形成装置において、
前記制御手段は、
前記第1の種類のジョブを第1順位のランクと第2順位のランクとを含む複数のランクに分類し、
前記複数のジョブとして同じランクのジョブのみが受け付けられるときには、前記複数の第1の種類のジョブのそれぞれの前記単位量をいずれも同じ値に決定することを特徴とする画像形成装置。
The image forming apparatus according to claim 15.
The control means includes
Classifying the first type of job into a plurality of ranks including a first rank rank and a second rank rank;
An image forming apparatus, wherein when only jobs having the same rank are accepted as the plurality of jobs, the unit amounts of the plurality of first type jobs are all set to the same value.
請求項16に記載の画像形成装置において、
前記制御手段は、前記複数のジョブとして互いに異なるランクのジョブが受け付けられるときには、前記第1順位のランクの前記第1の種類のジョブを前記第2順位のランクの前記第1の種類のジョブに比べて優先的に処理することを特徴とする画像形成装置。
The image forming apparatus according to claim 16.
When the control unit accepts jobs having different ranks as the plurality of jobs, the control unit changes the first type job having the first rank to the first type job having the second rank. An image forming apparatus characterized in that processing is performed preferentially compared to the above.
請求項17に記載の画像形成装置において、
前記制御手段は、前記第1順位のランクの前記第1の種類のジョブの数に応じた所定の閾値よりも前記基本値が大きい場合には、前記第1順位のランクの前記第1の種類のジョブと前記第2順位のランクの前記第1の種類のジョブとを並列的に処理し、
前記所定の閾値は、前記第1順位のランクの前記第1の種類のジョブごとの個別の閾値に前記第1順位のランクの前記第1の種類のジョブの数を乗じた値であり、
前記第1順位のランクの前記第1の種類のジョブに関する個別の前記単位量は前記個別の閾値以上の値に設定され、
前記第2順位のランクの前記第1の種類のジョブに関する個別の前記単位量は、前記第1順位のランクの前記第1の種類のジョブに関する個別の前記単位量よりも小さな値に設定されることを特徴とする画像形成装置。
The image forming apparatus according to claim 17.
When the basic value is larger than a predetermined threshold value according to the number of jobs of the first type of the first rank, the control unit is configured to set the first type of the rank of the first rank. And the first type of job of the second rank are processed in parallel,
The predetermined threshold value is a value obtained by multiplying an individual threshold value for each of the first type jobs of the first rank rank by the number of the first type jobs of the first rank rank,
The individual unit amount related to the first type of job of the first rank is set to a value equal to or greater than the individual threshold value,
The individual unit amount relating to the first type job of the second rank rank is set to a value smaller than the individual unit amount relating to the first type job of the first rank rank. An image forming apparatus.
請求項17に記載の画像形成装置において、
前記制御手段は、前記第1順位のランクの前記第1の種類のジョブの数に応じた所定の閾値よりも前記基本値が小さい場合には、前記第1順位のランクの前記第1の種類のジョブと前記第2順位のランクの前記第1の種類のジョブとをこの順序で逐次的に処理することを特徴とする画像形成装置。
The image forming apparatus according to claim 17.
When the basic value is smaller than a predetermined threshold corresponding to the number of jobs of the first type of the first rank, the control means, when the basic value is smaller than the first type of the rank of the first rank An image forming apparatus that sequentially processes the first job and the first type of job of the second rank in this order.
請求項19に記載の画像形成装置において、
前記制御手段は、同一順位のランクの複数の前記第1の種類のジョブを並列的に処理し、
同一順位のランクの前記複数の前記第1の種類のジョブに関する個別の前記単位量は、互いに同じ値に設定されることを特徴とする画像形成装置。
The image forming apparatus according to claim 19.
The control means processes a plurality of the first type jobs having the same rank in parallel,
The image forming apparatus according to claim 1, wherein the individual unit amounts relating to the plurality of first type jobs having the same rank are set to the same value.
請求項1ないし請求項20のいずれかに記載の画像形成装置において、
前記ソフトウエアモジュールは、前記外部装置にインストールされた外部装置用アプリケーションとの間でデータを授受するアプリケーションであることを特徴とする画像形成装置。
The image forming apparatus according to any one of claims 1 to 20,
The image forming apparatus, wherein the software module is an application that exchanges data with an external device application installed in the external device.
外部装置との間でネットワーク通信を行うことが可能な画像形成装置に内蔵されたコンピュータに、
a)前記画像形成装置の内部と外部との間でのデータ通信を中継するバッファ処理部のバッファメモリに関する使用状況を示すメモリ情報を取得するステップと、
b)前記画像形成装置内のソフトウエアモジュールによるジョブである第1の種類のジョブ以外のジョブである第2の種類のジョブの予約状況を示す情報であるジョブ状況情報を取得するステップと、
c)前記ソフトウエアモジュールから前記バッファ処理部を介して前記外部装置へデータを送信する動作を制御するステップと、
を実行させるためのプログラムであって、
前記ステップc)は、
前記メモリ情報と前記ジョブ状況情報とに基づいて、前記第1の種類のジョブの実行に関して前記ソフトウエアモジュールから前記バッファ処理部へのデータ送信における送信単位データのデータ量である単位量を決定するステップ、
を有することを特徴とするプログラム。
In a computer built in the image forming apparatus capable of network communication with an external device,
a) obtaining memory information indicating a usage status of a buffer memory of a buffer processing unit that relays data communication between the inside and the outside of the image forming apparatus;
b) obtaining job status information that is information indicating a reservation status of a second type job that is a job other than the first type job that is a job by a software module in the image forming apparatus;
c) controlling the operation of transmitting data from the software module to the external device via the buffer processing unit;
A program for executing
Said step c)
Based on the memory information and the job status information, a unit amount that is a data amount of transmission unit data in data transmission from the software module to the buffer processing unit with respect to execution of the first type job is determined. Step,
The program characterized by having.
JP2014220840A 2014-10-29 2014-10-29 Image forming apparatus and program Active JP6405890B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2014220840A JP6405890B2 (en) 2014-10-29 2014-10-29 Image forming apparatus and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2014220840A JP6405890B2 (en) 2014-10-29 2014-10-29 Image forming apparatus and program

Publications (2)

Publication Number Publication Date
JP2016092455A true JP2016092455A (en) 2016-05-23
JP6405890B2 JP6405890B2 (en) 2018-10-17

Family

ID=56016761

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2014220840A Active JP6405890B2 (en) 2014-10-29 2014-10-29 Image forming apparatus and program

Country Status (1)

Country Link
JP (1) JP6405890B2 (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06237348A (en) * 1993-02-08 1994-08-23 Fuji Xerox Co Ltd Memory controller
JPH09307718A (en) * 1996-05-16 1997-11-28 Brother Ind Ltd Image processor and storage medium
US7571216B1 (en) * 2003-10-02 2009-08-04 Cisco Technology, Inc. Network device/CPU interface scheme
JP2010052386A (en) * 2008-08-29 2010-03-11 Oki Data Corp Image forming apparatus and printing system
JP5482946B1 (en) * 2013-08-09 2014-05-07 富士ゼロックス株式会社 Image output system and program

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06237348A (en) * 1993-02-08 1994-08-23 Fuji Xerox Co Ltd Memory controller
JPH09307718A (en) * 1996-05-16 1997-11-28 Brother Ind Ltd Image processor and storage medium
US7571216B1 (en) * 2003-10-02 2009-08-04 Cisco Technology, Inc. Network device/CPU interface scheme
JP2010052386A (en) * 2008-08-29 2010-03-11 Oki Data Corp Image forming apparatus and printing system
JP5482946B1 (en) * 2013-08-09 2014-05-07 富士ゼロックス株式会社 Image output system and program

Also Published As

Publication number Publication date
JP6405890B2 (en) 2018-10-17

Similar Documents

Publication Publication Date Title
JP5598229B2 (en) Job distributed processing system, information processing apparatus, and program
US7652671B2 (en) Image processing device and method and storage medium storing program
Blazewicz et al. Berth and quay crane allocation: a moldable task scheduling model
US20080129740A1 (en) Image processing apparatus, storage medium that stores image processing program, and image processing method
JP5938968B2 (en) Information processing apparatus, information processing program, and information processing method
US9195919B2 (en) Fixed memory rendering
US9336058B2 (en) Automated scheduling management of MapReduce flow-graph applications
JP6405890B2 (en) Image forming apparatus and program
JP2016091137A (en) Image forming apparatus, specific processing execution method, and computer program
JP2006350573A (en) Data transfer controller, data transfer control method, data transfer device, image forming device, data transfer control program and computer-readable recording medium recording control program
EP2600237A2 (en) Multi-device power saving
US8892476B2 (en) Server for an image forming apparatuses which calculates charges according to printing usage amounts
US20080184251A1 (en) System and method for document processing quota management
JP6686599B2 (en) Image processing apparatus, load balancing method, and load balancing program
US20110264458A1 (en) System and method for assigning a seat based on usage situations of printing apparatus
JP2006215853A (en) Workflow support system
JP2011053944A (en) Image forming device, image forming method, and control program
JP6708106B2 (en) Information processing apparatus, information processing system, and information processing method
US20120243031A1 (en) Gpu accelerated color analysis and control system
JP6168311B2 (en) Image forming apparatus, image forming system, and image forming method
JP2019001044A (en) Printer, control method and program of printer
JP5168220B2 (en) Image forming apparatus
CN115237610B (en) Elastic expansion method and device based on Kubernetes container cloud platform and application
US20140146359A1 (en) Image forming apparatus and recording medium
JP6350015B2 (en) Image processing apparatus, character recognition processing method, and character recognition processing program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20170927

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20180809

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: 20180821

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20180903

R150 Certificate of patent or registration of utility model

Ref document number: 6405890

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150