JP2004094808A - Task-to-task communication method and control device - Google Patents

Task-to-task communication method and control device Download PDF

Info

Publication number
JP2004094808A
JP2004094808A JP2002257972A JP2002257972A JP2004094808A JP 2004094808 A JP2004094808 A JP 2004094808A JP 2002257972 A JP2002257972 A JP 2002257972A JP 2002257972 A JP2002257972 A JP 2002257972A JP 2004094808 A JP2004094808 A JP 2004094808A
Authority
JP
Japan
Prior art keywords
data
transmission
task
notification data
transmission data
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2002257972A
Other languages
Japanese (ja)
Inventor
Yoshisato Kida
木田 義覚
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.)
Toshiba Corp
Original Assignee
Toshiba Corp
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 Toshiba Corp filed Critical Toshiba Corp
Priority to JP2002257972A priority Critical patent/JP2004094808A/en
Publication of JP2004094808A publication Critical patent/JP2004094808A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To reduce communication overheads by simplifying data transmission/reception processing for transmitting/receiving data using task-to-task socket communication. <P>SOLUTION: A task of a transmission source files transmission data and records it in a storage device. Notification data consisting of information showing the file of the transmission data recorded in the storage device and information showing the task of a transmission destination is transmitted to the task of the transmission destination via the socket communication. When the task of the transmission destination receives the notification data, it restores the transmission data recorded in the storage device in accordance with the notification data. <P>COPYRIGHT: (C)2004,JPO

Description

【0001】
【発明の属する技術分野】
この発明は、ソケット通信を用いた複数タスク間あるいは複数装置間の通信方法及びその通信方法が適用される制御装置に関する。
【0002】
【従来の技術】
従来、OS(オペレーティングシステム)上で動作するアプリケーションにおいて、複数タスク間で通信する手段のひとつとしてソケット通信がある。上記ソケット通信は、TCP/IPプロトコルを用いた通信方式となっている。上記ソケット通信において、ネットワーク内で定められたサイズ(MTU: Maximum Transfer Unit)を超える送信データは、ネットワーク内で分割されて送受信されるという特徴を有している。
【0003】
従って、ソケット通信において、各アプリケーション間では、送信側から1回で送ったデータが受信側で複数回に分割されて受信される。つまり、ソケット通信において、送信データが所定のサイズよりも大きい場合、1つの送信データがネットワーク上で複数のデータに分割され、受信側には複数に分割されたデータが受信される。このため、ソケット通信を用いてデータの送信を行うシステムあるいは装置では、アプリケーションを開発する際に、送信データが所定のサイズを超えた場合に分割されることを考慮しなければならない。
【0004】
上記のような従来のソケット通信では、以下のような問題点がある。
(1)分割されたデータを復元する処理などの複雑なシーケンス制御が必要となる。
すなわち、データの受信側のタスク(装置)では、データが分割されているか否かを検知する仕組み、及び、分割されたデータを元のデータに復元する仕組みが必要となるという問題点がある。また、複数タスク間でデータ通信が行われる場合、複数タスクから同時に送信データが送信され、さらに、各送信データが分割された際、受信側では、送信元ごとに一意の送信データに復元する複雑なシーケンス制御が必要となるという問題点がある。
【0005】
(2)同一処理が複数発生した場合に通信遅延(オーバヘッド)が発生する。
すなわち、複数タスク間にまたがるデータ通信の際、(1)で説明した処理を送信元及び送信先のタスクのみならず、その間に介在するタスク内でも行う必要がある。このため、送信元から送信先への通信にかかる処理が冗長となるという問題点がある。また、通信の際に記憶装置に記録される通信ログも冗長なものとなり、ディスクI/Oによる遅延、ログサイズの肥大化による記憶装置の容量を圧迫するなどの問題点がある。
【0006】
【発明が解決しようとする課題】
上記したように、従来のソケット通信では、分割されたデータを一意に復元するために複雑な制御が必要となったり、通信遅延が発生したりするという問題点を解決するもので、ソケット通信におけるデータの制御を簡単に行うことができ、通信遅延を削減できる複数タスク間の通信方法及び制御装置を提供することを目的とする。
【0007】
【課題を解決するための手段】
この発明の通信方法は、ソケット通信を用いた複数のタスク間の通信方法であって、送信元のタスクが送信データをファイル化し、このファイル化した送信データを記憶装置に記憶し、前記記憶装置に記憶した送信データのファイルを示す情報及び送信先のタスクを示す情報とからなる通知データをソケット通信にて送信先のタスクへ送信し、送信先のタスクが前記通知データを受信した際、当該通知データに基づいて前記記憶装置に記憶されている送信データを復元することを特徴とする。
【0008】
この発明の通信方法は、ソケット通信を用いた複数のタスク間の通信方法であって、送信元のタスクが送信データをファイル化し、このファイル化した送信データを記憶装置に記憶し、前記記憶装置に記憶した送信データのファイルを示す情報及び送信先のタスクを示す情報とからなる通知データを他のタスクへ送信し、前記通知データを受信したタスクが自身宛の通知データか否かを判定し、この判定により自身宛の通知データでないと判定した場合、当該通知データを他のタスクへ転送し、前記判定により自身宛の通知データであると判定した場合、当該通知データに基づいて前記記憶装置に記録されている前記送信データを復元することを特徴とする。
【0009】
この発明の通信方法は、ソケット通信を用いた複数のタスク間の通信方法であって、送信元のタスクが他のタスクへ送信する送信データがソケット通信において分割される可能性があるか否かを判断し、この判断により前記送信データが分割される可能性があると判断した場合、前記送信データをファイル化し、このファイル化した前記送信データを記憶装置に記憶し、前記記憶装置に記憶した前記送信データのファイルを示す情報及び送信先のタスクを示す情報とからなる通知データを他のタスクへ送信し、前記通知データを受信したタスクが自身宛の通知データか否かを判定し、この判定により自身宛の通知データでないと判定した場合、当該通知データを他のタスクへ転送し、前記判定により自身宛の通知データであると判定した場合、当該通知データに基づいて前記記憶装置に記録されている前記送信データを復元することを特徴とする。
【0010】
この発明の制御装置は、複数の処理部間でソケット通信を行うものにおいて、各処理部は、他の処理部へ送信データを送信する際に、前記送信データをファイル化するファイル化手段と、このファイル化手段によりファイル化した前記送信データを記憶装置に記録する記録手段と、前記記憶装置に記録した前記送信データのファイルを示す情報及び送信先の処理部を示す情報とからなる通知データをソケット通信にて送信先の処理部へ送信する送信手段と、自身宛の通知データを受信した際に、当該通知データのファイルを示す情報に基づいて前記記憶装置に記録されている前記送信データを復元する復元手段とを有する。
【0011】
この発明の制御装置は、複数の処理部間でソケット通信を行うものにおいて、各処理部は、他の処理部へ送信データを送信する際に、前記送信データをファイル化するファイル化手段と、このファイル化手段によりファイル化した前記送信データを記憶装置に記録する記録手段と、前記記憶装置に記録した前記送信データのファイルを示す情報及び送信先の処理部を示す情報とからなる通知データを他の処理部へ送信する送信手段と、前記通知データを受信した際、自身宛の通知データか否かを判定する判定手段と、この判定手段により自身宛の通知データでないと判定した場合、当該通知データを他の処理部へ転送する転送手段と、前記判定手段により自身宛の通知データであると判定した場合、当該通知データに基づいて前記記憶装置に記録されている前記送信データを復元する復元手段とを有する。
【0012】
この発明の制御装置は、複数の処理部間でソケット通信を行うものにおいて、各処理部は、他の処理部へ送信データを送信する際に、ソケット通信において前記送信データが分割される可能性があるか否かを判断する判断手段と、この判断手段により送信データが分割される可能性があると判断した場合、前記送信データをファイル化するファイル化手段と、このファイル化手段によりファイル化した前記送信データを記憶装置に記録する記録手段と、前記記憶装置に記録した前記送信データのファイルを示す情報及び送信先の処理部を示す情報とからなる通知データを他の処理部へ送信する送信手段と、前記通知データを受信した際、自身宛の通知データか否かを判定する判定手段と、この判定手段により自身宛の通知データでないと判定した場合、当該通知データを他の処理部へ転送する転送手段と、前記判定手段により自身宛の通知データであると判定した場合、当該通知データに基づいて前記記憶装置に記憶されている前記送信データを復元する復元手段とを有する。
【0013】
【発明の実施の形態】
以下、この発明の実施の形態について図面を参照して説明する。
図1は、本発明の実施の形態に係るコンソールシステム(制御装置)10が適用される処理装置の一例としての紙葉類処理装置1の概略構成を示す図である。
図1に示すように、紙葉類処理装置1は、コンソールシステム(制御装置)10に、処理ユニット2、操作表示パネル3、データベース4、及びプリンタ5などが接続された構成となっている。上記コンソールシステム(制御装置)10は、紙葉類処理装置全体の制御を司り、処理ユニット2、操作表示パネル3、データベース4、及びプリンタ5などを制御する処理機能(タスク)を有している。
【0014】
上記処理ユニット2は、紙葉類の状態を検知したり、紙葉類を券種ごとに区分したり、紙葉類の表裏及び向きを揃えたりするものである。上記操作表示パネル3は、操作員に対する操作案内や処理結果などを表示する表示部と操作員により操作指示が入力される操作部とを有している。上記データベース4は、上記処理ユニット2による処理結果等の集計データなどが記憶される。上記プリンタ5は、上記処理ユニット2による処理結果や上記データベース4に記憶されている集計データなどを印刷出力するものである。
図1に示すような構成により、紙葉類処理装置1では、コンソールシステム10が上記処理ユニット2、上記操作表示パネル3、上記データベース4、及び上記プリンタ5などを制御することにより紙葉類を処理するようになっている。
【0015】
次に、上記のような紙葉類処理装置(処理装置)1のコンソールシステム(制御装置)10について説明する。
図2は、紙葉類処理装置(処理装置)1のコンソールシステム(制御装置)10内の構成例を示す図である。図2に示すように、コンソールシステム10は、複数のタスク11〜16により処理装置の制御を行うようになっている。各タスク11〜16は、アプリケーションプログラムにより構成される処理単位である。すなわち、コンソールシステム10は、複数のタスク(アプリケーションプログラム)11〜16で実行される種々の処理により処理装置1の制御を行うようになっている。また、各タスク11〜16は、プロセス間通信機能を有し、他のタスクによる処理結果などのデータの送受信を行うことによりそれぞれの処理を実行するようになっている。また、各タスク間では、ソケット通信によりデータ通信を実現するようになっている。
【0016】
図2に示すように、コンソールシステム10は、複数の画面タスク(アプリケーション部)11(11a、11b、11c、…)、画面制御タスク(画面制御部)12、主制御タスク(主制御部)13、ユニット制御タスク(処理ユニット制御部)14、データベース制御タスク(データベース制御部)15、ジャーナル制御タスク(ジャーナル制御部)16などのタスクから構成される。また、上記コンソールシステム10は、ファイルなどを記憶する記憶装置17を有している。また、上記記憶装置17は、各タスク11〜16からのアクセスが可能となっている。また、上記記憶装置17には、各タスクからデータの送受信に関する通信ログを記録するようにしても良い。
【0017】
上記画面タスク11は、処理装置1の操作表示パネル3への画面の表示、あるいは操作表示パネル3によるユーザからの操作指示の受付等のタスクを実行するアプリケーションである。上記画面タスク11は、上記操作表示パネル3に画面を表示し、表示した画面に応じたユーザからの操作指示を受付けるものである。各画面タスク11は、ユーザによる操作指示や処理装置内の状態変化などに応じて、上記画面制御タスク12により切り替えられる。
【0018】
上記画面制御タスク12は、各画面タスク11の切り替えなどの制御を行う。上記画面制御タスク12は、例えば、ユーザによる操作指示に応じて画面タスク11を切り替えることにより、上記操作表示パネル3に表示する画面の切り替えを行う。上記主制御タスク13は、コンソールシステム10内の全体を制御するものである。上記主制御タスク13は、上記画面制御タスク12、上記ユニット制御タスク14、上記データベース制御タスク15、及び、ジャーナル制御タスク16等の制御を行う。
【0019】
上記ユニット制御タスク14は、処理ユニット2と直接通信を行うことにより処理装置1内の処理ユニット2を制御する。上記データベース制御タスク15は、上記データベース4にデータを書き込んだり、上記データベース4からデータを読み出したりする制御を行うものである。上記ジャーナル制御タスク16は、上記プリンタ5を制御する機能を有する。上記ジャーナル制御タスク16は、上記プリンタ5を制御することにより処理結果などを印字する制御を行う。
【0020】
次に、上記のように構成されるコンソールシステム10の動作について説明する。
以下の説明では、タスク間では、ソケット通信によりデータの送受信が行なわれるものとして説明する。
まず、タスク間の通信の一例として、上記画面タスク11からユニット制御タスク14へデータを送信する場合について図3のフローチャートを参照しつつ説明する。図3は、上記画面タスク11から上記処理ユニット2へデータを送信する場合の各タスクの動作を説明するためのフローチャートである。
【0021】
まず、上記画面タスク11は、処理ユニット2へ送信すべき送信データを作成すると(ステップS1)、作成した送信データがソケット通信では分割される可能性のあるデータか否かを判断する。例えば、送信データの大きさが所定の大きさ以上か否かを判断することにより、送信データの大きさに基づいてソケット通信では分割される可能性があるか否かを判断する。この判断により送信データがソケット通信では分割される可能性のあると判断した際、上記画面タスク11は、送信データをファイル化し(ステップS2)、上記記憶装置17に記録する(ステップS3)。この際、送信データは、例えば、バイナリ形式でファイル化されて記憶装置17に記録される。
【0022】
上記画面タスク11は、送信データをファイル化して記憶装置17に記録すると、ユニット制御タスク14宛の通知データを作成する(ステップS4)。この通知データは、送信先のタスクをユニット制御タスク14であり、ファイル化した送信データの記録場所を示すパス、ファイル名、及び、ファイルの属性を示す属性情報を含むものである。上記のような通知データを作成すると、上記画面タスク11は、送信先をユニット制御タスク14とした通知データを画面制御タスク12へ送信する(ステップS5)。
【0023】
上記画面制御タスク12は、上記画面タスク11からの通知データを受信すると、受信した通知データが当該画面制御タスク12宛の通知データか否かを判定する。この場合は通知データの送信先がユニット制御タスク14であるため、上記画面制御タスク12は、受信した通知データが当該画面制御タスク12宛の通知データでないと判定し、当該通知データを主制御タスク13へ転送する(ステップS6)。
【0024】
主制御タスク13は、上記画面制御タスク12から通知データを受信すると、受信した通知データが当該主制御タスク13宛の通知データか否かを判定する。この場合は通知データの送信先がユニット制御タスク14であるため、上記主制御タスク13は、受信した通知データが当該主制御タスク13宛の通知データでないと判定し、当該通知データを上記ユニット制御タスク14へ転送する(ステップS7)。
【0025】
上記ユニット制御タスク14は、上記主制御タスク13からの通知データを受信すると、受信した通知データが当該ユニット制御タスク14宛の通知データであるか否かを判定する。この場合は通知データの送信先がユニット制御タスク14であるため、上記ユニット制御タスク14は、当該通知データに基づいて、送信データのファイル名(フルパス)とファイルの属性とを判断する。この判断により判断したファイル名とファイルの属性に従って、上記ユニット制御タスク14は、ファイル化されて上記記憶装置17に記録されている送信データを復元する(ステップS8)。ファイル化されて上記記憶装置17に記録されている送信データを復元すると、上記ユニット制御タスク14は、復元した送信データを処理ユニット2へ送信する(ステップS9)。
【0026】
上記のような処理により画面タスクから処理ユニットへの送信データをファイル化して記憶装置に記録し、ファイルの内容を示す通知データのみをソケット通信方式により送信する。これにより、画面タスクからの処理ユニット宛の送信データを受信するタスク(ユニット制御タスク)では、送信データのサイズが大きくても分割された複数のデータを受信して送信データを復元する必要がなく、送信データの復元処理を簡単に行うことができる。
【0027】
次に、データの送信時における各タスクの動作について説明する。
図4は、他のタスクへデータを送信する際の各タスクの動作を説明するためのフローチャートである。
まず、他のタスクへデータを送信する際、送信元のタスクは、送信データを作成する(ステップS11)。送信データを作成すると、送信元のタスクは、送信データのサイズ等に基づいて、タスク間の通常のソケット通信において送信データが分割される可能性があるか否かを判断する(ステップS12)。例えば、送信元のタスクは、送信データのサイズが所定のサイズ以上か否かにより送信データが分割される可能性があるか否かを判断する。
【0028】
上記判断により送信データが分割される可能性がないと判断した場合(ステップS12、NO)、送信元のタスクは、通常のソケット通信にて送信データを他のタスクへ送信する(ステップS13)。
また、上記判断により送信データが分割される可能性があると判断した場合(ステップS12、YES)、送信元のタスクは、送信データをファイル化し(ステップS14)、ファイル化した送信データを上記記憶装置17に記録する(ステップS15)。
【0029】
送信データをファイル化して上記記憶装置17に記録すると、送信元のタスクは、送信データの送信先のタスク、ファイル名、サーチパス、ファイルの属性(ファイル形式)等を含む通知データを作成する(ステップS16)。通知データを作成すると、送信元のタスクは、当該通知データを次のタスクへ送信する(ステップS17)。
【0030】
次に、上記通知データの受信時における各タスクの動作について説明する。 図5は、他のタスクからの通知データを受信した際の各タスクの動作を説明するためのフローチャートである。
まず、他のタスクから通知データを受信した際、通知データを受信したタスク(以下、受信タスクと称する)は、受信した通知データの送信先のタスクを示す情報に基づいて、受信した通知データが自身宛の通知データであるか否かを判断する(ステップS21)。この判断により受信した通知データが自身宛の通知データでないと判断した場合(ステップS21、NO)、受信タスクは、受信した通知データを次のタスクへ転送する(ステップS22)。
【0031】
また、上記判断により受信した通知データが自身宛の通知データであると判断した場合(ステップS21、YES)、受信タスクは、受信した通知データに基づいてファイル化されて記憶装置17に記録されている送信データのファイル名、パス、及びファイルの属性などを判断し、送信データを復元する処理を行う(ステップS23)。この復元処理により送信データを復元すると、受信タスクは、復元した送信データに基づいた処理を実行する(ステップS24)。
【0032】
上記のように、送信元のタスクが送信データをファイル化して記憶装置に記憶し、前記記憶装置に記録した送信データのファイルを示す情報及び宛先のタスクを示す情報とからなる通知データをソケット通信にて送信先のタスクへ送信し、送信先のタスクが前記通知データを受信した際、当該通知データに基づいて前記記憶装置に記録されている送信データを復元するようにしたものである。
【0033】
これにより、各タスク間のソケット通信を用いたデータの送受信において、冗長な処理が省略され、通信オーバヘッドを削減できる。また、データを受信したタスクが分割されたデータを復元する処理、複数タスクからの分割データを受信した際の複雑なシーケンス制御を行わなくとも良い。また、通信ログのサイズを非常に小さくできるため、ディスクI/Oによる遅延、ログサイズの肥大化による記憶装置の容量の圧迫などの問題を小さくできる。
【0034】
なお、上記実施の形態では、各タスク間での通信について説明したが、ネットワーク上の複数のパーソナルコンピュータ間での通信、あるいは、装置内での複数の処理部間での通信においても、上記実施の形態と同様な通信が可能である。
【0035】
【発明の効果】
以上詳述したように、この発明によれば、ソケット通信におけるデータの制御を簡単に行うことができ、通信遅延を削減できる複数タスク間の通信方法及び制御装置を提供できる。
【図面の簡単な説明】
【図1】この発明の実施の形態に係る紙葉類処理装置の概略構成を示す図。
【図2】図1の紙葉類処理装置に用いられるコンソールシステム(制御装置)内における複数のタスクの構成例を示す図。
【図3】各タスク間における通知の一例を説明するためのフローチャート。
【図4】各タスクにおけるデータの送信時の処理を説明するためのフローチャート。
【図5】各タスクにおける通知データの受信時の処理を説明するためのフローチャート。
【符号の説明】
1…紙葉類処理装置(処理装置)、2…処理ユニット、3…操作表示パネル、4…データベース、5…プリンタ、10…コンソールシステム(制御装置)、11(11a、11b、11c、…)…画面タスク(アプリケーション部)、12…画面制御タスク(画面制御部)、13…主制御タスク(主制御部)、14…ユニット制御タスク(処理ユニット制御部)、15…データベース制御タスク(データベース制御部)、16…ジャーナル制御タスク(ジャーナル制御部)、17…記憶装置
[0001]
TECHNICAL FIELD OF THE INVENTION
The present invention relates to a communication method between a plurality of tasks or between a plurality of devices using socket communication and a control device to which the communication method is applied.
[0002]
[Prior art]
2. Description of the Related Art Conventionally, in an application operating on an OS (Operating System), socket communication is one of means for communicating between a plurality of tasks. The socket communication is a communication method using a TCP / IP protocol. In the socket communication, transmission data exceeding a size (MTU: Maximum Transfer Unit) determined in the network is divided and transmitted and received in the network.
[0003]
Therefore, in the socket communication, between the applications, the data sent from the transmission side at one time is divided and received at the reception side a plurality of times. That is, in the socket communication, if the transmission data is larger than the predetermined size, one transmission data is divided into a plurality of data on the network, and the reception side receives the divided data. For this reason, in a system or an apparatus that transmits data using socket communication, when developing an application, it is necessary to consider that the transmission data is divided when the transmission data exceeds a predetermined size.
[0004]
The conventional socket communication as described above has the following problems.
(1) A complicated sequence control such as a process of restoring the divided data is required.
In other words, the task (apparatus) on the data receiving side has a problem that a mechanism for detecting whether data is divided and a mechanism for restoring the divided data to the original data are required. In addition, when data communication is performed between a plurality of tasks, transmission data is simultaneously transmitted from the plurality of tasks, and when each transmission data is divided, the receiving side restores unique transmission data for each transmission source. There is a problem that a special sequence control is required.
[0005]
(2) A communication delay (overhead) occurs when a plurality of identical processes occur.
That is, at the time of data communication over a plurality of tasks, it is necessary to perform the process described in (1) not only in the task at the transmission source and the task at the transmission destination but also in a task interposed therebetween. For this reason, there is a problem in that processing relating to communication from the source to the destination becomes redundant. In addition, the communication log recorded in the storage device at the time of communication becomes redundant, and there are problems such as a delay due to disk I / O and an increase in the size of the log, which reduces the capacity of the storage device.
[0006]
[Problems to be solved by the invention]
As described above, the conventional socket communication solves the problems that complicated control is required to restore the divided data uniquely and that a communication delay is caused. An object of the present invention is to provide a communication method and a control device between a plurality of tasks that can easily control data and reduce communication delay.
[0007]
[Means for Solving the Problems]
A communication method according to the present invention is a communication method between a plurality of tasks using socket communication, in which a task at a transmission source makes a file of transmission data, and stores the filed transmission data in a storage device. The notification data including the information indicating the transmission data file and the information indicating the transmission destination task stored in the socket data is transmitted to the transmission destination task by the socket communication, and when the transmission destination task receives the notification data, The transmission data stored in the storage device is restored based on the notification data.
[0008]
A communication method according to the present invention is a communication method between a plurality of tasks using socket communication, in which a task at a transmission source makes a file of transmission data, and stores the filed transmission data in a storage device. The notification data including the information indicating the file of the transmission data stored in the storage device and the information indicating the task of the transmission destination is transmitted to another task, and it is determined whether the task receiving the notification data is the notification data addressed to itself. If it is determined that the notification data is not the notification data addressed to itself, the notification data is transferred to another task. If the determination result is that the notification data is the notification data addressed to itself, the storage device is determined based on the notification data. The transmission data recorded in the data is restored.
[0009]
The communication method of the present invention is a communication method between a plurality of tasks using socket communication, and it is determined whether transmission data transmitted from a task of a transmission source to another task may be divided in socket communication. When it is determined that the transmission data may be divided by this determination, the transmission data is filed, the transmission data in the file is stored in a storage device, and the transmission data is stored in the storage device. The notification data including the information indicating the file of the transmission data and the information indicating the task of the transmission destination is transmitted to another task, and it is determined whether the task that has received the notification data is the notification data addressed to itself. When it is determined that the notification data is not the notification data addressed to itself, the notification data is transferred to another task, and when the notification data is determined to be the notification data addressed to itself. Characterized by restoring the transmission data recorded in the storage device based on the notification data.
[0010]
The control device of the present invention is a device for performing socket communication between a plurality of processing units, wherein each processing unit transmits filed transmission data to another processing unit, and a filing unit for filing the transmission data, A recording unit that records the transmission data filed by the filing unit in a storage device, and notification data including information indicating a file of the transmission data recorded in the storage device and information indicating a processing unit of a transmission destination. Transmitting means for transmitting to the processing unit of the transmission destination by socket communication, when receiving the notification data addressed to itself, the transmission data recorded in the storage device based on the information indicating the file of the notification data Restoration means for restoring.
[0011]
The control device of the present invention is a device for performing socket communication between a plurality of processing units, wherein each processing unit transmits filed transmission data to another processing unit, and a filing unit for filing the transmission data, A recording unit that records the transmission data filed by the filing unit in a storage device, and notification data including information indicating a file of the transmission data recorded in the storage device and information indicating a processing unit of a transmission destination. A transmitting unit for transmitting to another processing unit, a determining unit for determining whether or not the notification data is addressed to itself when receiving the notification data; and A transfer unit configured to transfer the notification data to another processing unit; and when the determination unit determines that the notification data is the notification data addressed to the processing unit, the storage unit transmits the notification data to the storage device based on the notification data. And a restoring means for restoring said transmission data being recorded.
[0012]
The control device of the present invention performs socket communication between a plurality of processing units. When each processing unit transmits transmission data to another processing unit, the transmission data may be divided in the socket communication. Determining means for determining whether or not there is a file, when the determining means determines that there is a possibility that the transmission data may be divided, filing means for filing the transmission data, and filing by the filing means. Recording means for recording the transmitted data in a storage device, and notification data including information indicating a file of the transmission data recorded in the storage device and information indicating a processing unit of a transmission destination, to another processing unit. A transmitting unit, a determining unit that determines whether or not the notification data is addressed to itself when receiving the notification data, and determines that the notification data is not addressed to itself by the determining unit Transfer means for transferring the notification data to another processing unit, and when the determination means determines that the notification data is addressed to itself, the transmission means stored in the storage device based on the notification data. Restoration means for restoring data.
[0013]
BEST MODE FOR CARRYING OUT THE INVENTION
Hereinafter, embodiments of the present invention will be described with reference to the drawings.
FIG. 1 is a diagram illustrating a schematic configuration of a sheet processing apparatus 1 as an example of a processing apparatus to which a console system (control device) 10 according to an embodiment of the present invention is applied.
As shown in FIG. 1, the sheet processing apparatus 1 has a configuration in which a processing unit 2, an operation display panel 3, a database 4, a printer 5, and the like are connected to a console system (control device) 10. The console system (control device) 10 controls the entire sheet processing apparatus, and has a processing function (task) for controlling the processing unit 2, the operation display panel 3, the database 4, the printer 5, and the like. .
[0014]
The processing unit 2 detects the state of the paper sheet, sorts the paper sheet for each ticket type, and aligns the front and back and orientation of the paper sheet. The operation display panel 3 has a display unit for displaying operation guidance and processing results for the operator, and an operation unit for inputting operation instructions by the operator. The database 4 stores, for example, tabulated data such as processing results by the processing unit 2. The printer 5 prints out a processing result of the processing unit 2 and total data stored in the database 4.
With the configuration as shown in FIG. 1, in the paper sheet processing apparatus 1, the console system 10 controls the processing unit 2, the operation display panel 3, the database 4, the printer 5, and the like so that the paper sheet is processed. Processing.
[0015]
Next, the console system (control device) 10 of the above-described sheet processing apparatus (processing apparatus) 1 will be described.
FIG. 2 is a diagram illustrating a configuration example in the console system (control device) 10 of the sheet processing apparatus (processing apparatus) 1. As shown in FIG. 2, the console system 10 controls the processing device by a plurality of tasks 11 to 16. Each of the tasks 11 to 16 is a processing unit configured by an application program. That is, the console system 10 controls the processing device 1 by various processes executed by a plurality of tasks (application programs) 11 to 16. Each of the tasks 11 to 16 has an inter-process communication function, and executes each process by transmitting and receiving data such as a process result by another task. In addition, data communication is realized between each task by socket communication.
[0016]
As shown in FIG. 2, the console system 10 includes a plurality of screen tasks (application sections) 11 (11a, 11b, 11c,...), A screen control task (screen control section) 12, a main control task (main control section) 13 , A unit control task (processing unit control unit) 14, a database control task (database control unit) 15, a journal control task (journal control unit) 16, and the like. The console system 10 has a storage device 17 for storing files and the like. The storage device 17 is accessible from each of the tasks 11 to 16. Further, the storage device 17 may record a communication log relating to transmission and reception of data from each task.
[0017]
The screen task 11 is an application that executes a task such as displaying a screen on the operation display panel 3 of the processing device 1 or receiving an operation instruction from a user using the operation display panel 3. The screen task 11 is for displaying a screen on the operation display panel 3 and receiving an operation instruction from a user according to the displayed screen. Each screen task 11 is switched by the screen control task 12 according to a user's operation instruction, a state change in the processing device, or the like.
[0018]
The screen control task 12 performs control such as switching of each screen task 11. The screen control task 12 switches the screen to be displayed on the operation display panel 3 by switching the screen task 11 according to, for example, a user's operation instruction. The main control task 13 controls the entire console system 10. The main control task 13 controls the screen control task 12, the unit control task 14, the database control task 15, the journal control task 16, and the like.
[0019]
The unit control task 14 controls the processing unit 2 in the processing apparatus 1 by directly communicating with the processing unit 2. The database control task 15 controls writing data to the database 4 and reading data from the database 4. The journal control task 16 has a function of controlling the printer 5. The journal control task 16 controls the printer 5 to print a processing result and the like.
[0020]
Next, the operation of the console system 10 configured as described above will be described.
In the following description, it is assumed that data transmission / reception is performed by socket communication between tasks.
First, as an example of communication between tasks, a case where data is transmitted from the screen task 11 to the unit control task 14 will be described with reference to the flowchart in FIG. FIG. 3 is a flowchart for explaining the operation of each task when data is transmitted from the screen task 11 to the processing unit 2.
[0021]
First, when the screen task 11 creates transmission data to be transmitted to the processing unit 2 (step S1), the screen task 11 determines whether the created transmission data is data that may be divided in socket communication. For example, by determining whether or not the size of the transmission data is equal to or greater than a predetermined size, it is determined whether or not there is a possibility of being divided in the socket communication based on the size of the transmission data. When it is determined that the transmission data may be divided in the socket communication by this determination, the screen task 11 converts the transmission data into a file (step S2) and records it in the storage device 17 (step S3). At this time, the transmission data is recorded in the storage device 17 in the form of a file in a binary format, for example.
[0022]
When the transmission task is filed and recorded in the storage device 17, the screen task 11 creates notification data addressed to the unit control task 14 (step S4). This notification data is a unit control task 14 for the task of the transmission destination, and includes a path indicating the recording location of the filed transmission data, a file name, and attribute information indicating the attribute of the file. When the notification data as described above is created, the screen task 11 transmits the notification data with the destination set to the unit control task 14 to the screen control task 12 (step S5).
[0023]
Upon receiving the notification data from the screen task 11, the screen control task 12 determines whether the received notification data is notification data addressed to the screen control task 12. In this case, since the transmission destination of the notification data is the unit control task 14, the screen control task 12 determines that the received notification data is not the notification data addressed to the screen control task 12, and transmits the notification data to the main control task. 13 (step S6).
[0024]
Upon receiving the notification data from the screen control task 12, the main control task 13 determines whether the received notification data is notification data addressed to the main control task 13. In this case, since the transmission destination of the notification data is the unit control task 14, the main control task 13 determines that the received notification data is not the notification data addressed to the main control task 13, and transmits the notification data to the unit control task 13. Transfer to task 14 (step S7).
[0025]
Upon receiving the notification data from the main control task 13, the unit control task 14 determines whether the received notification data is notification data addressed to the unit control task 14. In this case, since the destination of the notification data is the unit control task 14, the unit control task 14 determines the file name (full path) of the transmission data and the attribute of the file based on the notification data. The unit control task 14 restores the transmission data that has been filed and recorded in the storage device 17 according to the file name and file attribute determined by this determination (step S8). When the transmission data that has been filed and recorded in the storage device 17 is restored, the unit control task 14 transmits the restored transmission data to the processing unit 2 (step S9).
[0026]
The transmission data from the screen task to the processing unit is filed and recorded in the storage device by the above processing, and only the notification data indicating the contents of the file is transmitted by the socket communication method. Accordingly, in the task (unit control task) for receiving the transmission data addressed to the processing unit from the screen task, it is not necessary to receive a plurality of divided data and restore the transmission data even if the size of the transmission data is large. Thus, the transmission data can be easily restored.
[0027]
Next, the operation of each task when transmitting data will be described.
FIG. 4 is a flowchart for explaining the operation of each task when transmitting data to another task.
First, when transmitting data to another task, the task at the transmission source creates transmission data (step S11). When the transmission data is created, the task at the transmission source determines whether or not the transmission data may be divided in the normal socket communication between the tasks based on the size of the transmission data (step S12). For example, the task of the transmission source determines whether or not the transmission data may be divided depending on whether or not the size of the transmission data is equal to or larger than a predetermined size.
[0028]
When it is determined that there is no possibility that the transmission data is divided (step S12, NO), the task at the transmission source transmits the transmission data to another task by normal socket communication (step S13).
When it is determined that there is a possibility that the transmission data may be divided (step S12, YES), the task of the transmission source files the transmission data (step S14) and stores the transmission data in the file. Recording is performed on the device 17 (step S15).
[0029]
When the transmission data is filed and recorded in the storage device 17, the task at the transmission source creates notification data including the task at the transmission destination of the transmission data, the file name, the search path, the file attribute (file format), and the like ( Step S16). When the notification data is created, the transmission source task transmits the notification data to the next task (step S17).
[0030]
Next, the operation of each task at the time of receiving the notification data will be described. FIG. 5 is a flowchart for explaining the operation of each task when notification data from another task is received.
First, when receiving notification data from another task, the task that has received the notification data (hereinafter referred to as a reception task) determines whether the received notification data is based on information indicating the task to which the received notification data is to be transmitted. It is determined whether or not the notification data is addressed to itself (step S21). When it is determined that the received notification data is not the notification data addressed to itself (step S21, NO), the receiving task transfers the received notification data to the next task (step S22).
[0031]
If it is determined that the received notification data is the notification data addressed to itself (step S21, YES), the receiving task is filed based on the received notification data and recorded in the storage device 17. The file name, path, and file attribute of the transmitted data are determined, and processing for restoring the transmitted data is performed (step S23). When the transmission data is restored by the restoration process, the receiving task executes a process based on the restored transmission data (step S24).
[0032]
As described above, the task of the transmission source converts the transmission data into a file, stores the file in the storage device, and transmits the notification data including the information indicating the file of the transmission data recorded in the storage device and the information indicating the task of the destination to the socket communication. When the task of the transmission destination receives the notification data, the transmission data recorded in the storage device is restored based on the notification data.
[0033]
Thereby, in data transmission / reception using socket communication between the tasks, redundant processing is omitted, and communication overhead can be reduced. Further, it is not necessary to perform the process of restoring the divided data of the task that has received the data, and the complicated sequence control when the divided data from the plurality of tasks is received. Further, since the size of the communication log can be made very small, problems such as delay due to disk I / O and pressure on the storage device due to an increase in log size can be reduced.
[0034]
In the above embodiment, the communication between the tasks has been described. However, the communication between a plurality of personal computers on a network or the communication between a plurality of processing units in the apparatus may be performed as described above. Communication similar to that of the embodiment is possible.
[0035]
【The invention's effect】
As described above in detail, according to the present invention, it is possible to provide a communication method and a control device between a plurality of tasks that can easily perform data control in socket communication and reduce communication delay.
[Brief description of the drawings]
FIG. 1 is a diagram showing a schematic configuration of a paper sheet processing apparatus according to an embodiment of the present invention.
FIG. 2 is a diagram showing a configuration example of a plurality of tasks in a console system (control device) used in the sheet processing apparatus of FIG. 1;
FIG. 3 is a flowchart for explaining an example of notification between tasks.
FIG. 4 is a flowchart for explaining processing at the time of data transmission in each task.
FIG. 5 is a flowchart for explaining processing at the time of receiving notification data in each task.
[Explanation of symbols]
DESCRIPTION OF SYMBOLS 1 ... Sheet processing apparatus (processing apparatus), 2 ... processing unit, 3 ... operation display panel, 4 ... database, 5 ... printer, 10 ... console system (control apparatus), 11 (11a, 11b, 11c, ...) ... Screen task (application section), 12 ... Screen control task (Screen control section), 13 ... Main control task (Main control section), 14 ... Unit control task (Processing unit control section), 15 ... Database control task (Database control) Section), 16: journal control task (journal control section), 17: storage device

Claims (8)

ソケット通信を用いた複数タスク間の通信方法であって、
送信元のタスクが送信データをファイル化し、このファイル化した送信データを記憶装置に記憶し、前記記憶装置に記憶した送信データのファイルを示す情報及び送信先のタスクを示す情報とからなる通知データをソケット通信にて送信先のタスクへ送信し、
送信先のタスクが前記通知データを受信した際、当該通知データに基づいて前記記憶装置に記録されている送信データを復元する、
ことを特徴とする通信方法。
A communication method between a plurality of tasks using socket communication,
A task of the transmission source files transmission data, stores the transmission data in a file in a storage device, and notification data including information indicating a file of the transmission data stored in the storage device and information indicating a task of the transmission destination. To the destination task via socket communication,
When the task of the transmission destination receives the notification data, restores the transmission data recorded in the storage device based on the notification data,
A communication method, comprising:
前記送信データのファイルを示す情報は、少なくとも、ファイル名及びファイルの属性を示す属性情報を含み、
前記送信データの復元は、前記ファイル名により特定されるファイルを属性情報に基づいて復元する、ことを特徴とする前記請求項1に記載の通信方法。
The information indicating the file of the transmission data includes at least attribute information indicating a file name and a file attribute,
The communication method according to claim 1, wherein the restoration of the transmission data includes restoring a file specified by the file name based on attribute information.
ソケット通信を用いた複数のタスク間の通信方法であって、送信元のタスクが送信データをファイル化し、このファイル化した送信データを記憶装置に記憶し、前記記憶装置に記憶した送信データのファイルを示す情報及び送信先のタスクを示す情報とからなる通知データを他のタスクへ送信し、
前記通知データを受信したタスクが自身宛の通知データか否かを判定し、この判定により自身宛の通知データでないと判定した場合、当該通知データを他のタスクへ転送し、前記判定により自身宛の通知データであると判定した場合、当該通知データに基づいて前記記憶装置に記録されている前記送信データを復元する、
ことを特徴とする通信方法。
A communication method between a plurality of tasks using socket communication, wherein a task of a transmission source files transmission data, stores the filed transmission data in a storage device, and a file of transmission data stored in the storage device. Send notification data consisting of information indicating the task and information indicating the task of the transmission destination to other tasks,
It is determined whether the task that has received the notification data is the notification data addressed to itself.If it is determined that the notification data is not the notification data addressed to itself, the notification data is transferred to another task. If it is determined that the notification data, the transmission data recorded in the storage device is restored based on the notification data,
A communication method, comprising:
ソケット通信を用いた複数のタスク間の通信方法であって、送信元のタスクが他のタスクへ送信する送信データがソケット通信において分割される可能性があるか否かを判断し、この判断により前記送信データが分割される可能性があると判断した場合、前記送信データをファイル化し、このファイル化した前記送信データを記憶装置に記憶し、前記記憶装置に記憶した前記送信データのファイルを示す情報及び送信先のタスクを示す情報とからなる通知データを他のタスクへ送信し、
前記通知データを受信したタスクが自身宛の通知データか否かを判定し、この判定により自身宛の通知データでないと判定した場合、当該通知データを他のタスクへ転送し、前記判定により自身宛の通知データであると判定した場合、当該通知データに基づいて前記記憶装置に記録されている前記送信データを復元する、
ことを特徴とする通信方法。
A communication method between a plurality of tasks using socket communication, in which a source task determines whether or not transmission data to be transmitted to another task may be divided in socket communication. If it is determined that the transmission data may be divided, the transmission data is filed, the transmission data thus filed is stored in a storage device, and a file of the transmission data stored in the storage device is shown. Send notification data consisting of information and information indicating the task of the transmission destination to another task,
It is determined whether the task that has received the notification data is the notification data addressed to itself.If it is determined that the notification data is not the notification data addressed to itself, the notification data is transferred to another task. If it is determined that the notification data, the transmission data recorded in the storage device is restored based on the notification data,
A communication method, comprising:
複数の処理部間でソケット通信を行う制御装置において、
各処理部は、
他の処理部へ送信データを送信する際に、前記送信データをファイル化するファイル化手段と、
このファイル化手段によりファイル化した前記送信データを記憶装置に記録する記録手段と、
前記記憶装置に記録した前記送信データのファイルを示す情報及び送信先の処理部を示す情報とからなる通知データをソケット通信にて送信先の処理部へ送信する送信手段と、
自身宛の通知データを受信した際に、当該通知データのファイルを示す情報に基づいて前記記憶装置に記憶されている前記送信データを復元する復元手段と、を有する、
ことを特徴とする制御装置。
In a control device that performs socket communication between a plurality of processing units,
Each processing unit
When transmitting transmission data to another processing unit, filing means for filing the transmission data,
Recording means for recording the transmission data filed by the filing means in a storage device;
Transmission means for transmitting notification data including information indicating a file of the transmission data recorded in the storage device and information indicating a processing unit of a transmission destination to the processing unit of the transmission destination by socket communication,
When receiving the notification data addressed to itself, it has a restoration means for restoring the transmission data stored in the storage device based on information indicating a file of the notification data,
A control device, characterized in that:
前記通知データは、少なくとも、前記送信データのファイルを示すファイル名及びファイルの属性を示す属性情報を含み、
前記復元手段は、前記ファイル名により特定されるファイルを属性情報に基づいて復元する、ことを特徴とする前記請求項5に記載の制御装置。
The notification data includes at least a file name indicating a file of the transmission data and attribute information indicating an attribute of the file,
6. The control device according to claim 5, wherein the restoration unit restores the file specified by the file name based on attribute information.
複数の処理部間でソケット通信を行う制御装置において、
各処理部は、
他の処理部へ送信データを送信する際に、前記送信データをファイル化するファイル化手段と、
このファイル化手段によりファイル化した前記送信データを記憶装置に記録する記録手段と、
前記記憶装置に記録した前記送信データのファイルを示す情報及び送信先の処理部を示す情報とからなる通知データを他の処理部へ送信する送信手段と、
前記通知データを受信した際、自身宛の通知データか否かを判定する判定手段と、
この判定手段により自身宛の通知データでないと判定した場合、当該通知データを他の処理部へ転送する転送手段と、
前記判定手段により自身宛の通知データであると判定した場合、当該通知データに基づいて前記記憶装置に記憶されている前記送信データを復元する復元手段と、を有する、
ことを特徴とする制御装置。
In a control device that performs socket communication between a plurality of processing units,
Each processing unit
When transmitting transmission data to another processing unit, filing means for filing the transmission data,
Recording means for recording the transmission data filed by the filing means in a storage device;
Transmission means for transmitting notification data including information indicating a file of the transmission data recorded in the storage device and information indicating a processing unit of a transmission destination to another processing unit,
When receiving the notification data, determining means for determining whether the notification data is addressed to itself,
A transfer unit configured to transfer the notification data to another processing unit when the determination unit determines that the notification data is not the notification data addressed to itself;
When determining that the notification data is addressed to itself by the determination unit, the recovery unit that restores the transmission data stored in the storage device based on the notification data,
A control device, characterized in that:
複数の処理部間でソケット通信を行う制御装置において、
各処理部は、
他の処理部へ送信データを送信する際に、ソケット通信において前記送信データが分割される可能性があるか否かを判断する判断手段と、
この判断手段により送信データが分割される可能性があると判断した場合、前記送信データをファイル化するファイル化手段と、
このファイル化手段によりファイル化した前記送信データを記憶装置に記録する記録手段と、
前記記憶装置に記録した前記送信データのファイルを示す情報及び送信先の処理部を示す情報とからなる通知データを他の処理部へ送信する送信手段と、
前記通知データを受信した際、自身宛の通知データか否かを判定する判定手段と、
この判定手段により自身宛の通知データでないと判定した場合、当該通知データを他の処理部へ転送する転送手段と、
前記判定手段により自身宛の通知データであると判定した場合、当該通知データに基づいて前記記憶装置に記憶されている前記送信データを復元する復元手段と、を有する、
ことを特徴とする制御装置。
In a control device that performs socket communication between a plurality of processing units,
Each processing unit
When transmitting transmission data to another processing unit, determining means for determining whether there is a possibility that the transmission data is divided in socket communication,
When it is determined that the transmission data may be divided by the determination unit, a filing unit that converts the transmission data into a file,
Recording means for recording the transmission data filed by the filing means in a storage device;
Transmission means for transmitting notification data including information indicating a file of the transmission data recorded in the storage device and information indicating a processing unit of a transmission destination to another processing unit,
When receiving the notification data, determining means for determining whether the notification data is addressed to itself,
A transfer unit configured to transfer the notification data to another processing unit when the determination unit determines that the notification data is not the notification data addressed to itself;
When determining that the notification data is addressed to itself by the determination unit, the recovery unit that restores the transmission data stored in the storage device based on the notification data,
A control device, characterized in that:
JP2002257972A 2002-09-03 2002-09-03 Task-to-task communication method and control device Pending JP2004094808A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2002257972A JP2004094808A (en) 2002-09-03 2002-09-03 Task-to-task communication method and control device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2002257972A JP2004094808A (en) 2002-09-03 2002-09-03 Task-to-task communication method and control device

Publications (1)

Publication Number Publication Date
JP2004094808A true JP2004094808A (en) 2004-03-25

Family

ID=32062758

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2002257972A Pending JP2004094808A (en) 2002-09-03 2002-09-03 Task-to-task communication method and control device

Country Status (1)

Country Link
JP (1) JP2004094808A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008276321A (en) * 2007-04-25 2008-11-13 Sony Computer Entertainment Inc Information processing system and method
JP2013097734A (en) * 2011-11-04 2013-05-20 Ricoh Co Ltd Controller and communication control method

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008276321A (en) * 2007-04-25 2008-11-13 Sony Computer Entertainment Inc Information processing system and method
JP2013097734A (en) * 2011-11-04 2013-05-20 Ricoh Co Ltd Controller and communication control method
US9667607B2 (en) 2011-11-04 2017-05-30 Ricoh Company, Ltd. Control apparatus and communications control method

Similar Documents

Publication Publication Date Title
US20140002855A1 (en) Image processing apparatus, network system, information processing method, program, and storage medium
CN101114212A (en) Information processing equipment and method
CN112130959B (en) Virtual machine protection system and method
JP3789062B2 (en) Information processing apparatus, data processing method, and storage medium storing computer-readable program
JP2004094808A (en) Task-to-task communication method and control device
JP2003285510A (en) Printer with alternative print function
JP2000137585A (en) Printer, printing system and its controlling method
JP4140956B2 (en) Print information processing apparatus, print system, print information processing method, print program, and storage medium storing print program
JP2009163634A (en) Printer, printing system, print management method, print management program, and recording medium
JP7062951B2 (en) Electronic devices, equipment management systems, and programs
JP3239702B2 (en) Data transfer system, data processing device, printer, and data transfer method
JP2001047706A (en) Imaging system in network environment
JPH11146173A (en) Image scanner
JPH0773128A (en) Information output device
JP2004130686A (en) Printer with built-in server and method of printing operation
JPH11110282A (en) Data sending and receiving system, buffer control device and method and medium storing data sending and receiving program
JPH09114618A (en) Output data management system
JP4124187B2 (en) Communication terminal device and communication system
JP2000020269A (en) Printer system
JPH11134141A (en) Printing system
JPH08115287A (en) Server device
JPH09307688A (en) Facsimile control system
JPH086747A (en) Printing control system under network environment
JP2001273114A (en) Device for managing printing job, method for detecting printing completion page and method for resuming printing
JPH10326162A (en) Printer daemon state reference system