JPH10116161A - Print controller and resource information managing method - Google Patents

Print controller and resource information managing method

Info

Publication number
JPH10116161A
JPH10116161A JP8269809A JP26980996A JPH10116161A JP H10116161 A JPH10116161 A JP H10116161A JP 8269809 A JP8269809 A JP 8269809A JP 26980996 A JP26980996 A JP 26980996A JP H10116161 A JPH10116161 A JP H10116161A
Authority
JP
Japan
Prior art keywords
job
resource information
inquiry
resource
unit
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
JP8269809A
Other languages
Japanese (ja)
Inventor
Kazuhiro Soga
和浩 曽我
Toyokazu Uda
豊和 宇田
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.)
Fujifilm Business Innovation Corp
Original Assignee
Fuji Xerox Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fuji Xerox Co Ltd filed Critical Fuji Xerox Co Ltd
Priority to JP8269809A priority Critical patent/JPH10116161A/en
Publication of JPH10116161A publication Critical patent/JPH10116161A/en
Pending legal-status Critical Current

Links

Landscapes

  • Information Transfer Between Computers (AREA)
  • Computer And Data Communications (AREA)

Abstract

PROBLEM TO BE SOLVED: To enable a print server to process a print job and an inquiry job for resource information in parallel. SOLUTION: A job decision part 20 decides the kind of an inputted job. When the job is a print job, decomposing is performed after a spring. When the job is an inquiry job, on the other hand, corresponding resource information is read out after the inquiry contents are interpreted, and then outputted to the client PC as the request source. The resource information is automatically generated at the time of the initialization or resource change of the device, so that the latest resource information is stored in a storage part 36. The resource information management part 34 manages the resource information.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は印刷制御装置及びリ
ソース情報管理方法に関し、特に、ジョブ処理に当たっ
て利用されるリソースのリソース情報の管理に関する。
[0001] 1. Field of the Invention [0002] The present invention relates to a print control device and a resource information management method, and more particularly to management of resource information of resources used in job processing.

【0002】[0002]

【従来の技術】ネットワーク印刷システムにおいて、用
紙への印刷を実行するプリンタはプリントサーバーによ
って制御され、これによりプリンタはネットワーク上の
複数のクライアント(クライアント装置)によって共有
される。一般に、クライアントからの印刷データ(印刷
ジョブ)は例えばPostScript(登録商標)などのページ
記述言語(PDL)で記述され、その印刷ジョブがプリ
ントサーバーに入力されると、PDLインタープリタ及
びイメージャーとして機能するデコンポーザにより、そ
のPDLファイルが解釈されて各ページのイメージデー
タが生成され、更にそれらのイメージデータがプリンタ
へ供給されて各ページの印刷が実行される。
2. Description of the Related Art In a network printing system, a printer that performs printing on paper is controlled by a print server, whereby the printer is shared by a plurality of clients (client devices) on a network. Generally, print data (print job) from a client is described in a page description language (PDL) such as PostScript (registered trademark), and when the print job is input to a print server, functions as a PDL interpreter and an imager. The PDL file is interpreted by the decomposer to generate image data of each page, and the image data is supplied to a printer to print each page.

【0003】ところで、クライアントとプリントサーバ
ーとの間のプロトコルには各種のものがあるが、例えば
AppleTalk (登録商標)などの一部のプロトコルでは、
クライアントからの印刷ジョブの送出に先立って、クラ
イアントとプリントサーバーとの間にコネクションを形
成し、クライアント側でサーバーから送られるリソース
情報を取得する必要がある。ここで、リソース情報は、
例えば、デコンポーズなどのジョブ処理で利用可能なフ
ォントや解像度などを表す情報であり、一般に、変更さ
れる可能性があるサーバーへの情報全般又はサーバーに
より異なる可能性がある情報全般である。そのリソース
情報は追加・削除・変更などにより動的に変化するもの
であるため、基本的に、印刷ジョブの形成時に現在のリ
ソース情報を入手する必要がある。クラアント側ではそ
のようなリソース情報に基づいて印刷ジョブの内容や属
性が決定される。
[0003] There are various protocols between the client and the print server.
For some protocols, such as AppleTalk®,
Prior to sending a print job from a client, it is necessary to form a connection between the client and the print server, and obtain the resource information sent from the server on the client side. Here, the resource information is
For example, the information indicates fonts and resolutions that can be used in job processing such as decomposing, and is generally information to a server that may be changed or information that may be different depending on the server. Since the resource information dynamically changes due to addition, deletion, change, and the like, basically, it is necessary to obtain the current resource information when a print job is formed. On the client side, the contents and attributes of the print job are determined based on such resource information.

【0004】従来において、そのようなリソース情報
は、印刷ジョブと同様、ページ記述言語で記述された問
い合せジョブをプリントサーバーに送り、そのデコンポ
ーザで問い合せジョブの内容を解釈・実行させることに
より取得されていた。すなわち、問い合せジョブのファ
イル中に、例えば使用可能なフォント名を返す命令を組
み込んでおき、そのデコンポーザにそのような命令を実
行させることが行われていた。
Conventionally, such resource information is obtained by sending an inquiry job described in a page description language to a print server, and interpreting and executing the contents of the inquiry job by a decomposer, similarly to a print job. Was. That is, an instruction for returning, for example, a usable font name is incorporated in a file of an inquiry job, and the decomposer executes such an instruction.

【0005】[0005]

【発明が解決しようとする課題】しかしながら、上記従
来の方式では、問い合せジョブをデコンポーザが処理し
ている間は他の印刷ジョブを処理することができず、印
刷が遅れるなどの問題が指摘されていた。その一方、他
のジョブを処理している間は問い合せジョブの処理を行
うことができず、問い合せに対して即時返答を行うこと
ができなかった。よって、システムの稼働効率を低下さ
せる要因となっていた。
However, in the above-mentioned conventional method, it is pointed out that other print jobs cannot be processed while the inquiry job is being processed by the decomposer, and printing is delayed. Was. On the other hand, while another job is being processed, the inquiry job cannot be processed, and an immediate response to the inquiry cannot be made. Therefore, it has been a factor to reduce the operation efficiency of the system.

【0006】また、問い合せを行っている間、クライア
ントとプリントサーバーとの間のコネクションの維持が
必要なプロトコルの場合、スプーリング型のプリントサ
ーバーなどには適用できないという問題も指摘されてい
る。
[0006] It has also been pointed out that a protocol that requires maintaining a connection between a client and a print server during an inquiry cannot be applied to a spooling type print server or the like.

【0007】以上の問題は、デコンポーザに限られず、
印刷データファイルの変換を行うコンバータなどの他の
ジョブ処理部においても同様に指摘される。
[0007] The above problems are not limited to decomposers.
The same is pointed out in other job processing units such as a converter for converting a print data file.

【0008】本発明は、上記従来の課題に鑑みなされた
ものであり、その目的は、ジョブ処理部が処理を行って
いる最中でも、リソース情報の問い合せジョブを処理で
きる印刷制御装置及びリソース情報管理方法を提供する
ことにある。
The present invention has been made in view of the above-mentioned conventional problems, and has as its object to provide a print control apparatus and a resource information management system capable of processing a resource information inquiry job even while a job processing unit is performing processing. It is to provide a method.

【0009】また、本発明の目的は、リソース情報の問
い合せのためにクラアントとの間にコネクションを維持
しても、他のクライアントからの印刷ジョブを処理可能
な印刷制御装置及びリソース情報管理方法を提供するこ
とにある。
Another object of the present invention is to provide a print control apparatus and a resource information management method capable of processing a print job from another client even if a connection is maintained with a client for querying resource information. To provide.

【0010】また、本発明の目的は、ジョブのスプーリ
ングを行う印刷制御装置において印刷ジョブの処理を妨
げることなく問い合せジョブの処理を行うことにある。
It is another object of the present invention to provide a print control apparatus that performs spooling of a job and processes an inquiry job without interrupting the processing of the print job.

【0011】また、本発明の目的は、問い合せジョブが
入力される毎にデコンポーズを行う必要性をなくし、動
的に変化するリソース情報を記憶・管理して、問い合せ
ジョブの処理を高速に行うことにある。
Another object of the present invention is to eliminate the necessity of decomposing every time an inquiry job is input, to store and manage dynamically changing resource information, and to process the inquiry job at high speed. It is in.

【0012】[0012]

【課題を解決するための手段】[Means for Solving the Problems]

(1)上記目的を達成するために、本発明は、ジョブ処
理のためのリソースを利用しつつ、印刷ジョブを処理す
るジョブ処理部と、クライアント装置から送られたジョ
ブの種別を読取って、リソース情報の問い合せジョブを
判定するジョブ判定手段と、前記問い合せジョブが判定
された場合に、その問い合せ内容に応じたリソース情報
を前記クライアント装置へ出力するリソース情報管理手
段と、を含むことを特徴とする。
(1) In order to achieve the above object, the present invention provides a job processing unit that processes a print job while using a resource for job processing, and reads a job type sent from a client device, and A job determining unit that determines an information inquiry job; and a resource information management unit that outputs, when the inquiry job is determined, resource information corresponding to the inquiry content to the client device. .

【0013】上記構成によれば、ジョブ処理部に関わる
リソースのリソース情報はリソース情報管理部によって
管理される。問い合せジョブが入力されたことがジョブ
判定手段により判定されると、その問い合せジョブがジ
ョブ処理部へ与えられることなく、リソース情報管理部
で別途処理される。すなわち、従来において、問い合せ
ジョブは印刷ジョブと同様にジョブ処理部により処理さ
れていたが、本発明において、問い合せジョブは他のジ
ョブとは切り離されて別系統で処理される。本発明に係
る印刷制御装置において、複数のクライアントと同時に
通信を行えるように構成しておけば、リソース情報の問
い合せを行ったクライアントとの間にコネクションを維
持しつつ、別のクライアントからの印刷ジョブを受け入
れることが可能となる。すなわち、問い合せジョブと印
刷ジョブとを並行処理することができる。また、本発明
によれば、ジョブ処理部の負担を軽減でき、ジョブスプ
ーリングにも対応できる。
According to the above configuration, the resource information of the resources related to the job processing unit is managed by the resource information management unit. When it is determined by the job determination means that the inquiry job has been input, the inquiry job is processed separately by the resource information management unit without being given to the job processing unit. That is, in the related art, an inquiry job is processed by a job processing unit in the same manner as a print job, but in the present invention, an inquiry job is separated from other jobs and processed by another system. If the print control apparatus according to the present invention is configured to be able to communicate simultaneously with a plurality of clients, a print job from another client can be maintained while maintaining a connection with the client that has inquired for resource information. Can be accepted. That is, the inquiry job and the print job can be processed in parallel. Further, according to the present invention, the load on the job processing unit can be reduced, and job spooling can be handled.

【0014】リソース情報管理手段の内部又は外部に、
動的に変化する最新のリソース情報が書き込まれる記憶
部を設けるのが望ましいが、問い合せジョブの入力時
に、リソース管理手段が直接的にリソースを調査してリ
ソース情報を入手・生成することもできる。上記ジョブ
処理部は、望ましくはデコンポーザであるが、それ以外
の処理部、例えばファイルコンバータのようなものも含
まれる。
[0014] Inside or outside the resource information management means,
It is desirable to provide a storage unit in which the latest dynamically changing resource information is written. However, when an inquiry job is input, the resource management unit can directly investigate the resources and obtain / generate the resource information. The job processing unit is preferably a decomposer, but may include other processing units such as a file converter.

【0015】なお、リソースの概念には、ジョブ処理に
当たって直接的又は間接的に関連する資源のすべてが含
まれ、特に、クライアント側から問い合せが行われる可
能性がある情報のすべてが含まれる。例えば、リソース
情報には、フォント名、ロゴ、パターン、フォーム、解
像度、デコンポーザのバージョン、VM Statu
s、手続きセット、プリンタ固有の機能、ファイルなど
が含まれる。ここで、リソースの実体は、プリントサー
バー内に存在していてもよいが、外部にあってもよい。
The concept of resources includes all resources that are directly or indirectly related to job processing, and particularly includes all information that may be queried from the client side. For example, the resource information includes font name, logo, pattern, form, resolution, decomposer version, VM Status
s, procedure sets, printer-specific functions, files, and the like. Here, the entity of the resource may exist in the print server, or may be external.

【0016】(2)本発明の好適な態様では、前記問い
合せジョブの問い合せ内容を解釈する問い合せジョブ解
釈手段を含むことを特徴とする。この問い合せジョブ解
釈手段は、例えば、ジョブ判定手段の中に組み込むこと
もでき、あるいはリソース情報管理手段に中に組み込む
こともできる。問い合せジョブの形態については各種の
ものが考えられ、例えば、後述するように、PDLファ
イルのコメント文を利用することができ、また、印刷ジ
ョブのファイルとは別のファイル形式で構成することも
できる。なお、本発明において、問い合せジョブ解釈手
段は、ジョブの内容を解釈する点で、ある意味ではジョ
ブ処理部に類似する面があるが、問い合せ内容の解釈と
いう限定された機能を有するもので十分であり、また、
少なくともジョブ処理部とは別体に構成される必要があ
る。
(2) A preferred embodiment of the present invention is characterized in that it comprises an inquiry job interpreting means for interpreting the inquiry contents of the inquiry job. The inquiry job interpreting means can be incorporated in, for example, the job determining means, or can be incorporated in the resource information managing means. Various forms of the inquiry job can be considered. For example, as described later, a comment sentence of the PDL file can be used, and the inquiry job can be configured in a file format different from the print job file. . In the present invention, the inquiry job interpreting means is similar in some sense to the job processing unit in interpreting the contents of the job. However, a means having a limited function of interpreting the inquiry contents is sufficient. Yes, and
It must be configured at least separately from the job processing unit.

【0017】(3)本発明の好適な態様では、前記ジョ
ブ判定手段が前記印刷ジョブを判定した場合には当該印
刷ジョブが前記ジョブ処理部へ送られ、前記ジョブ判定
手段が前記問い合せジョブを判定した場合には当該問い
合せジョブ自体又はその問い合せ内容が前記リソース情
報管理手段へ送られることを特徴とする。すなわち、ジ
ョブ判定の結果に基づいて、入力されたジョブの行き先
が設定され、印刷ジョブであれば従来同様に例えばスプ
ーラを介してジョブ処理部へ送られ、問い合せジョブで
あればリソース情報管理手段で別処理される。
(3) In a preferred aspect of the present invention, when the job determination unit determines the print job, the print job is sent to the job processing unit, and the job determination unit determines the inquiry job. In this case, the inquiry job itself or the content of the inquiry is sent to the resource information management means. That is, based on the result of the job determination, the destination of the input job is set, and if it is a print job, it is sent to the job processing unit via a spooler, for example, as in the conventional case. Separately processed.

【0018】(4)本発明の好適な態様では、リソース
情報が書き込まれるリソース情報記憶手段を含むことを
特徴とする。このリソース情報管理手段は、現状のリソ
ース情報を記憶するものであり情報テーブルとして機能
する。複数のジョブ処理部が設けられる場合、リソース
情報は各ジョブ処理部毎に管理される。
(4) In a preferred aspect of the present invention, the information processing apparatus includes a resource information storage unit in which resource information is written. This resource information management means stores the current resource information and functions as an information table. When a plurality of job processing units are provided, resource information is managed for each job processing unit.

【0019】(5)本発明の好適な態様では、初期設定
時又はリソース変更時に、前記リソース情報記憶手段へ
書き込むリソース情報を作成するリソース情報作成手段
を含むことを特徴とする。装置起動時やその後のリソー
ス変更時にリソース情報を作成・更新しておけば、実際
に問い合せジョブが入力された時点で、リソース情報の
作成を行う必要がなくなり、問い合せジョブを迅速に処
理することが可能となる。
(5) In a preferred aspect of the present invention, the apparatus further comprises a resource information creating means for creating resource information to be written into the resource information storing means at the time of initial setting or resource change. If resource information is created and updated at the time of device startup or subsequent resource change, it is not necessary to create resource information when an inquiry job is actually input, and the inquiry job can be processed quickly. It becomes possible.

【0020】(6)ここで、望ましくは、前記リソース
情報作成手段は、実質的に、前記ジョブ処理部により処
理されるリソース情報作成ファイルであり、前記リソー
ス情報作成ファイルは、初期設定時又はリソース変更時
に自動的に前記ジョブ処理部へ与えられることを特徴と
する。ジョブ処理部は、ソフトウエア又はハードウエア
で構成され、それに対してリソース情報作成ファイルを
与えることにより、そのファイルに従ってコマンドが実
行され、その結果、リソース情報が作成される。そのリ
ソース情報はリソース情報記憶部に書き込まれる。
(6) Preferably, the resource information creating means is substantially a resource information creating file to be processed by the job processing unit, and the resource information creating file is used when initialization or resource It is characterized in that it is automatically given to the job processing unit at the time of change. The job processing unit is constituted by software or hardware, and by giving a resource information creation file to the job processing unit, a command is executed in accordance with the file, and as a result, resource information is created. The resource information is written to the resource information storage.

【0021】(7)本発明の好適な態様では、前記リソ
ースの変更を検出するリソース変更検出手段を含み、前
記リソース情報管理手段が管理するリソース情報がリソ
ース変更時に更新されることを特徴とする。
(7) In a preferred aspect of the present invention, the information processing apparatus includes resource change detecting means for detecting the change of the resource, and the resource information managed by the resource information managing means is updated when the resource is changed. .

【0022】リソースの変更には、リソースの追加、削
除、置換などの概念が含まれ、このようにリソース変更
直後にリソース情報を更新しておけば、いつ問い合せが
あっても即座に対応できる。
The change of the resource includes concepts such as addition, deletion, and replacement of the resource. If the resource information is updated immediately after the change of the resource as described above, it is possible to cope with any inquiry immediately.

【0023】(8)本発明の好適な態様では、前記リソ
ース変更検出手段は、リソースのインストールがあった
場合にそれを検出する機能を有する。
(8) In a preferred aspect of the present invention, the resource change detecting means has a function of detecting when a resource is installed.

【0024】(9)本発明の好適な態様では、前記ジョ
ブ処理部は、前記印刷ジョブの内容を解釈して各ページ
のイメージデータを生成するデコンポーザであり、前記
リソース情報には、少なくとも前記デコンポーザが利用
するフォントの名称が含まれることを特徴とする。上記
のようにデコンポーザは、PDLインタープリタ及びイ
メージャーとして機能するものであり、その機能実現の
ためにフォントデータは不可欠である。
(9) In a preferred aspect of the present invention, the job processing section is a decomposer for interpreting the contents of the print job to generate image data of each page, and the resource information includes at least the decomposer. The name of the font to be used is included. As described above, the decomposer functions as a PDL interpreter and an imager, and font data is indispensable for realizing the functions.

【0025】(10)また、上記目的を達成するため
に、本発明は、ジョブ処理のためのリソースを利用しつ
つ、印刷ジョブを処理する複数のジョブ処理部と、クラ
イアント装置から送られたジョブの種別を読取って、リ
ソース情報の問い合せジョブを判定する問い合せジョブ
判定手段と、前記ジョブ処理部毎に前記リソース情報を
管理する手段であって、前記問い合せジョブが判定され
た場合に、その問い合せ内容に応じたリソース情報を前
記クライアント装置へ出力するリソース情報管理手段
と、を含むことを特徴とする。
(10) In order to achieve the above object, the present invention provides a method for processing a print job using a plurality of job processing units while utilizing resources for job processing. And a means for managing the resource information for each job processing unit, wherein the inquiry contents are determined when the inquiry job is determined. Resource information management means for outputting resource information according to the above to the client device.

【0026】例えば、複数種類のPDLに対応して複数
種類のジョブ処理部が設けられる場合、各ジョブ処理部
毎にリソース情報が管理される。ちなみに、リソース情
報の問い合せが行われないプロトコルに対応するジョブ
処理部についてはリソース情報の管理は不要であり、こ
の場合には、それ以外のジョブ処理部についてリソース
情報の管理が行われる。
For example, when a plurality of types of job processing units are provided corresponding to a plurality of types of PDLs, resource information is managed for each job processing unit. Incidentally, it is not necessary to manage the resource information for the job processing unit corresponding to the protocol in which the inquiry of the resource information is not performed. In this case, the resource information is managed for the other job processing units.

【0027】(11)また、上記目的を達成するため
に、本発明は、ジョブ処理のためのリソースを利用しつ
つ、ページ記述言語で記述されたファイルとしての印刷
ジョブを処理するジョブ処理部と、入力されたファイル
中のコメント文を参照することによりジョブの種別を読
取って、リソース情報の問い合せジョブを判定する問い
合わせジョブ判定手段と、前記問い合せジョブが判定さ
れた場合に、その問い合せ内容に応じたリソース情報を
前記クライアント装置へ出力するリソース情報管理手段
と、を含むことを特徴とする。
(11) In order to achieve the above object, the present invention provides a job processing unit which processes a print job as a file described in a page description language while using resources for job processing. An inquiry job determining unit that reads a job type by referring to a comment sentence in an input file to determine an inquiry job of resource information; and, when the inquiry job is determined, according to the inquiry content. Resource information managing means for outputting the resource information to the client device.

【0028】これは、例えば上述のPostScriptのファイ
ルにおけるコメント文(%%の記号列で識別され、デコ
ンポーズ時には無視される情報)を利用するものであ
る。すなわち、例えば、PostScriptファイルのコメント
文に特定のキーワードなどがある場合に、それを問い合
せジョブと判定し、そのコメント文に記述された問い合
せ内容を解釈して、それに対応するリソース情報を特定
するものである。
This utilizes, for example, a comment sentence (information identified by a symbol string of %% and ignored during decomposition) in the above-mentioned PostScript file. That is, for example, when a comment sentence of a PostScript file includes a specific keyword or the like, it is determined to be an inquiry job, and the content of the inquiry described in the comment sentence is identified to specify resource information corresponding to the query. It is.

【0029】(12)また、上記目的を達成するため
に、本発明は、ジョブ処理のためのリソースを利用しつ
つ、ページ記述言語で記述されたファイルとしての印刷
ジョブを処理するジョブ処理部と、入力されたファイル
の属性を認識し、所定規約に基づいて記述されたファイ
ルとしてのリソース情報の問い合せジョブを判定する問
い合せジョブ判定手段と、前記問い合せジョブが判定さ
れた場合に、その問い合せ内容に応じたリソース情報を
前記クライアント装置へ出力するリソース情報管理手段
と、を含むことを特徴とする。
(12) In order to achieve the above object, the present invention provides a job processing unit which processes a print job as a file described in a page description language while using resources for job processing. A query job determining means for recognizing an attribute of an input file and determining a query job of resource information as a file described based on a predetermined rule, and, when the query job is determined, the content of the query Resource information management means for outputting the corresponding resource information to the client device.

【0030】上記構成によれば、例えば、ISO/IE
C10175 Document PrintingApprication (DP
A)に基づくファイルを利用して問い合せジョブが作成
される。ここでDPAは、PDLファイルの外部におい
て印刷属性の設定などを行うための規約であり、通常、
PDLファイルに前置して又は単独でプリントサーバー
へ送ることができるものである。もちろん、問い合せジ
ョブの作成方法は、上記以外に各種のものを採用でき
る。
According to the above configuration, for example, ISO / IE
C10175 Document PrintingApprication (DP
An inquiry job is created using a file based on A). Here, the DPA is a rule for setting print attributes and the like outside the PDL file.
It can be sent to the print server in front of the PDL file or alone. Of course, various methods other than those described above can be employed for the method of creating the inquiry job.

【0031】(13)また、上記目的を達成するため
に、本発明は、ジョブ処理に当たって利用可能なリソー
スを識別するためのリソース情報を記憶しておくリソー
ス情報記憶工程と、クライアント装置から送られたジョ
ブの種別を読取って、リソース情報の問い合せジョブを
判定する問い合せジョブ判定工程と、前記問い合せジョ
ブが判定された場合に、その問い合せ内容に応じたリソ
ース情報を前記クライアント装置へ出力するリソース情
報出力工程と、を含むことを特徴とする。
(13) In order to achieve the above object, according to the present invention, there is provided a resource information storing step of storing resource information for identifying a resource which can be used in job processing, and a resource information storing step for storing the resource information. An inquiry job determining step of reading an inquiry job of resource information by reading the type of the job, and outputting resource information according to the inquiry to the client device when the inquiry job is determined. And a step.

【0032】(14)本発明の好適な態様では、前記リ
ソースが変更されたことを検出するリソース変更検出工
程を含み、前記リソースの変更が検出された場合に、記
憶されたリソース情報が更新されることを特徴とする。
(14) In a preferred aspect of the present invention, the method includes a resource change detecting step of detecting that the resource has been changed, and when the resource change is detected, the stored resource information is updated. It is characterized by that.

【0033】(15)また、本発明によれば、ジョブ処
理に当たって利用可能なリソースを識別するためのリソ
ース情報を記憶手段に書き込む工程と、入力されたジョ
ブの種別を読取って、リソース情報の問い合せジョブを
判定する工程と、前記問い合せジョブが判定された場合
に、その問い合せ内容に応じたリソース情報を前記記憶
手段から読み出して出力する工程と、をプリントサーバ
ーで実行するためのリソース情報管理プログラムを記憶
した媒体が提供される。
(15) Further, according to the present invention, a step of writing resource information for identifying a resource that can be used in job processing to the storage means, reading the type of the input job, and inquiring the resource information A resource information management program for executing, by a print server, a step of determining a job, and a step of, when the inquiry job is determined, reading and outputting resource information corresponding to the inquiry from the storage unit. A stored medium is provided.

【0034】ここで、上記媒体の概念には、ソフトウエ
アを記録可能なすべての記憶媒体がが含まれ、例えば、
フロッピーディスク(FD)、CD−ROM,ハードデ
ィスク(HD)、ROMなどが含まれる。ジョブ処理部
などがソフトウエアで構成される場合、リソース情報管
理プログラムは、それらのソフトウエアが記憶された媒
体と同一の媒体に記憶されてもよい。また、上記プリン
トサーバーは、基本的に、CPU、RAM、ROM、H
D、ディスクドライブなどを備えたコンピュータで構成
される。なお、プリントサーバーに対してプリンタを専
用線を利用してローカルに接続してもよいし、ネットワ
ークを介してリモートに接続してもよい。
Here, the concept of the medium includes all storage media on which software can be recorded.
A floppy disk (FD), a CD-ROM, a hard disk (HD), a ROM, and the like are included. When the job processing unit or the like is configured by software, the resource information management program may be stored on the same medium on which the software is stored. The print server basically includes a CPU, a RAM, a ROM, an H
D, a computer having a disk drive and the like. The printer may be locally connected to the print server using a dedicated line, or may be remotely connected via a network.

【0035】[0035]

【発明の実施の形態】以下、本発明の好適な実施形態を
図面に基づいて説明する。図1には、本発明に係るネッ
トワークプリンティングシステムの全体構成が示されて
いる。ネットワーク10は、印刷制御装置としてのプリ
ントサーバー12と複数のクライアントPC14,16
とが接続されている。ここで、クライアントPC14,
16はコンピュータで構成され、印刷データファイルと
しての印刷ジョブを作成するソフトウエア及び後述する
問い合せジョブを作成するソフトウエアを搭載してい
る。プリントサーバー12はコンピュータで構成され、
印刷ジョブを処理してプリンタ30に対して各ページの
イメージデータを出力する。ここで、図1には、プリン
トサーバー12に対してプリンタ30がローカルに接続
されているが、もちろんプリンタ30がプリントサーバ
ー12に対してリモートに接続されていてもよい。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS Preferred embodiments of the present invention will be described below with reference to the drawings. FIG. 1 shows the overall configuration of a network printing system according to the present invention. The network 10 includes a print server 12 as a print control device and a plurality of client PCs 14 and 16.
And are connected. Here, the client PC 14,
A computer 16 is provided with software for creating a print job as a print data file and software for creating an inquiry job described later. The print server 12 is composed of a computer,
The print job is processed and image data of each page is output to the printer 30. Here, although the printer 30 is locally connected to the print server 12 in FIG. 1, the printer 30 may of course be remotely connected to the print server 12.

【0036】プリントサーバ12において、通信部18
は、ネットワークインターフェイスとして機能するもの
であり、この通信部18には印刷ジョブ、問い合せジョ
ブ、その他のジョブ(例えばフォントインストールジョ
ブ)が入力される。ジョブが入力されると、通信部18
からそのジョブがジョブ判定部20に送られ、ジョブ判
定部20においてジョブの種別が判定される。すなわ
ち、入力されたジョブが印刷ジョブ、問い合せジョブ、
又はその他のジョブのいずれであるかが判定される。印
刷ジョブ及びその他のジョブであれば、そのジョブが通
信部18に返され、従来同様の処理がなされる。一方、
判定されたジョブが問い合せジョブであれば、後に詳述
するように、その問い合せジョブは問い合せジョブ解釈
部32に送られる。
In the print server 12, the communication unit 18
Functions as a network interface, and a print job, an inquiry job, and other jobs (for example, a font installation job) are input to the communication unit 18. When a job is input, the communication unit 18
Is sent to the job determination unit 20 from which the job type is determined. That is, the input job is a print job, an inquiry job,
Or, it is determined whether the job is another job. If the job is a print job or another job, the job is returned to the communication unit 18 and the same processing as in the related art is performed. on the other hand,
If the determined job is an inquiry job, the inquiry job is sent to the inquiry job interpreting section 32, as described later in detail.

【0037】従って、入力されたジョブが印刷ジョブで
あれば、その印刷ジョブは通信部18を介してスプーラ
22に入力されることになる。スプーラ22はジョブの
スケジューリングを行なっており、入力された印刷ジョ
ブすなわち印刷データファイルは一旦記憶装置24に格
納される。そして、処理の順番が回ってきた段階で、格
納された印刷ジョブが読み出されて、デコンポーザ26
へ送られる。デコンポーザ26は、PDLインタープリ
タ及びイメージャーとして機能するものであり、ページ
記述言語で記述された印刷データを解釈してその結果に
基づいて各ページのイメージデータを生成する。その
際、記憶装置28に記憶されたリソースの1つとしての
フォントデータが利用される。デコンポーザ26によっ
て生成された各ページのイメージデータは、図示されて
いないプリンタ制御部などを介してプリンタ30へ出力
される。
Therefore, if the input job is a print job, the print job is input to the spooler 22 via the communication unit 18. The spooler 22 performs job scheduling, and the input print job, that is, the print data file is temporarily stored in the storage device 24. Then, at the stage where the processing order has come, the stored print job is read out, and the decomposer 26 reads the print job.
Sent to The decomposer 26 functions as a PDL interpreter and an imager, interprets print data described in a page description language, and generates image data of each page based on the result. At that time, font data as one of the resources stored in the storage device 28 is used. The image data of each page generated by the decomposer 26 is output to the printer 30 via a printer controller (not shown).

【0038】印刷ジョブ及び問い合せジョブ以外のその
他のジョブも上述同様に処理され、例えばフォントのイ
ンストールを行なうジョブが入力された場合、デコンポ
ーザ26によって当該ジョブが実行され、その結果とし
てフォント(フォントデータ)が記憶装置28にインス
トールされる。もちろん、フォントのインストールは、
デコンポーザによらずにフォントを直接的に記憶装置2
8へ記憶させることによっても実現でき、その場合に
は、通信部18から当該データが記憶装置28へ直接出
力されることになる。このような処理は従来と同様であ
る。なお、そのようなフォントのインストールは何れか
のクライアントからの指示によって行われ、あるいは管
理用クライアントからの指示によって行われる。
Other jobs other than the print job and the inquiry job are processed in the same manner as described above. For example, when a job for installing a font is input, the job is executed by the decomposer 26, and as a result, the font (font data) is obtained. Is installed in the storage device 28. Of course, font installation is
Direct storage of fonts without using the decomposer 2
8, the data is directly output from the communication unit 18 to the storage device 28. Such processing is the same as in the related art. The installation of such a font is performed according to an instruction from any client, or performed according to an instruction from a management client.

【0039】次に、問い合せジョブの処理及びリソース
情報の管理について詳述する。
Next, processing of an inquiry job and management of resource information will be described in detail.

【0040】入力されたジョブがジョブ判定部20によ
って問い合せジョブであると判定された場合、その問い
合せジョブはスプーラ22は送られずに、問い合せジョ
ブ解釈部32へ送られる。この問い合せジョブ解釈部3
2は、問い合せジョブが有する問い合せ内容を解釈し
て、その問い合せ内容をリソース情報管理部34へ通知
する。リソース情報管理部34は、この実施形態におい
てジョブ実行部であるデコンポーザ26に直接的又は間
接的に関連するリソースのリソース情報を管理する手段
であり、そのリソース情報管理部34にはリソース情報
が格納されたリソース情報記憶部36が接続されてい
る。
When the input job is judged to be an inquiry job by the job judging section 20, the inquiry job is sent to the inquiry job interpreting section 32 without being sent to the spooler 22. This inquiry job interpreter 3
2 interprets the contents of the inquiry of the inquiry job and notifies the resource information management unit 34 of the contents of the inquiry. The resource information management unit 34 is a unit that manages resource information of resources that are directly or indirectly related to the decomposer 26 that is the job execution unit in this embodiment. The resource information management unit 34 stores the resource information. The connected resource information storage unit 36 is connected.

【0041】本実施形態において、プリントサーバー1
2の初期設定時又はリソースの変更が検出された時に、
リソース情報がリソース情報管理部34を介してリソー
ス情報記憶部36に書き込まれる。すなわち、リソース
情報記憶部36には常に最新のリソース情報が格納され
ることになる。このような制御を行なうため、本実施形
態ではデコンポーザ26の一部の機能として、リソース
変更検出部38及びリソース情報作成部40が設けられ
ている。リソース変更検出部38はリソースが追加、削
除、置換などされた場合、それをリソース変更として検
出するものであり、リソース情報作成部40はそのリソ
ース変更時や上記の初期設定時においてリソース情報を
ファイルとして作成してリソース情報管理部34へ渡す
ものである。ちなみに、本実施形態において、リソース
変更検出部38及びリソース情報作成部40は、実質的
に、デコンポーザ26が実行する命令を記述したファイ
ル(あるいはプログラム)として構成されているもので
あり、リソース変更時あるいは初期設定時には、当該フ
ァイルがデコンポーザ26によって自動的に処理され
る。その結果として、リソース情報がリソース情報記憶
部36に書き込まれることになる。
In this embodiment, the print server 1
2 at the time of initial setting or when a resource change is detected,
The resource information is written to the resource information storage unit 36 via the resource information management unit 34. That is, the resource information storage unit 36 always stores the latest resource information. In order to perform such control, in this embodiment, a resource change detection unit 38 and a resource information creation unit 40 are provided as some functions of the decomposer 26. The resource change detection unit 38 detects the addition, deletion, or replacement of a resource as a resource change, and the resource information creation unit 40 stores the resource information in a file at the time of the resource change or at the time of the initial setting. And passed to the resource information management unit 34. Incidentally, in the present embodiment, the resource change detection unit 38 and the resource information creation unit 40 are substantially configured as a file (or a program) in which instructions executed by the decomposer 26 are described. Alternatively, at the time of initialization, the file is automatically processed by the decomposer 26. As a result, the resource information is written into the resource information storage unit 36.

【0042】従って、問い合せジョブ解釈部32から問
い合せジョブの内容がリソース情報管理部34に通知さ
れると、リソース情報管理部34は、その問い合せ内容
に対応したリソース情報をリソース情報記憶部36から
読み出して、当該リソース情報を通信部18を介して問
い合せ元である何れかのクライアントPCへ出力する。
例えば、使用可能なフォント名が問い合わされた場合、
リソース情報管理部34は、現在デコンポーザ26が利
用可能なフォントのフォント名をリソース情報として出
力する。
Therefore, when the content of the inquiry job is notified from the inquiry job interpreting unit 32 to the resource information management unit 34, the resource information management unit 34 reads the resource information corresponding to the inquiry content from the resource information storage unit 36. Then, the resource information is output to any client PC that is the inquiry source via the communication unit 18.
For example, when asked for available font names,
The resource information management unit 34 outputs the font name of the font currently available to the decomposer 26 as resource information.

【0043】上述の説明から明らかなように、問い合せ
ジョブは、印刷ジョブなどの処理とは切り離して処理さ
れており、すなわち並列処理が実現されている。従っ
て、デコンポーザ26が他のジョブを処理している間に
おいても、問い合せジョブを処理可能であり、その一
方、問い合せジョブを処理している間において印刷ジョ
ブなどを処理することができる。本実施形態において、
通信部18は複数のクライアントPCと同時に通信を行
なうことができる。
As is clear from the above description, the inquiry job is processed separately from the processing such as the print job, that is, parallel processing is realized. Accordingly, the inquiry job can be processed even while the decomposer 26 is processing another job, and on the other hand, a print job or the like can be processed while the inquiry job is being processed. In this embodiment,
The communication unit 18 can simultaneously communicate with a plurality of client PCs.

【0044】よって、上記実施形態によれば、プリント
サーバー12上においてジョブのスプーリングを行なっ
ても、問い合せジョブを円滑に処理でき、その問い合せ
ジョブの処理中においてクライアントPCとプリントサ
ーバ12との間にコネクションの維持が必要であっても
何ら問題なくその問い合せジョブを処理できる。なお、
問い合せジョブ自体はきわめて短いファイルであるた
め、複数の問い合せジョブが同時に入力しても個々の問
い合せジョブは迅速に処理され、問題は生じない。
Thus, according to the above embodiment, even if the job is spooled on the print server 12, the inquiry job can be processed smoothly, and the processing between the client PC and the print server 12 can be performed during the processing of the inquiry job. Even if it is necessary to maintain the connection, the inquiry job can be processed without any problem. In addition,
Since the inquiry job itself is a very short file, even if a plurality of inquiry jobs are input at the same time, each inquiry job is processed quickly and no problem occurs.

【0045】上記実施形態では、問い合せジョブが入力
される度にそのデコンポーズを行なってリソース情報を
生成するのではなく、常に最新のリソース情報が確保さ
れているため、問い合せジョブに対して迅速にその返答
を行なうことができるという利点がある。すなわち、デ
コンポーザ26の空き時間を有効に活用してその稼動効
率を向上できるという利点もある。
In the above embodiment, the resource information is not always generated by decomposing every time an inquiry job is input, but the latest resource information is always secured. There is an advantage that a reply can be made. That is, there is also an advantage that the operating efficiency of the decomposer 26 can be improved by effectively utilizing the idle time.

【0046】図1において、問い合せジョブ解釈部32
は、ジョブ判定部20の中の一部機能として実現するこ
ともでき、あるいはリソース情報管理部34の一部の機
能として実現することもできる。本実施形態では、ジョ
ブ判定部20と問い合せジョブ解釈部32は実質的に一
つの処理部33として構成されている。なお、図1にお
いて符号41はリソース変更検出機能及びリソース情報
作成機能をもったファイル(又はプログラム)を示して
いる。図1において、各記憶装置24,28,36は実
質的に同一の記憶装置上に形成することもでき、あるい
はそれぞれ別の記憶装置として構成することもできる。
In FIG. 1, an inquiry job interpreter 32
Can be realized as a part of the function of the job determination unit 20, or can be realized as a part of the function of the resource information management unit 34. In the present embodiment, the job determination unit 20 and the inquiry job interpretation unit 32 are substantially configured as one processing unit 33. In FIG. 1, reference numeral 41 denotes a file (or program) having a resource change detection function and a resource information creation function. In FIG. 1, each of the storage devices 24, 28, and 36 can be formed on substantially the same storage device, or can be configured as separate storage devices.

【0047】図2には、図1に示したリソース情報記憶
部36の記憶内容が概念として示されている。このリソ
ース情報記憶部36では、リソースの種類ごとにそのリ
ソース名(リソース識別情報)が管理されており、例え
ばリソースとしてフォント、ロゴ、解像度、バージョン
などが管理されている。もちろん、リソースの具体的な
内容について本発明は図2に示されるものに限定されな
い。例えば、デコンポーザ26以外のジョブ処理部、例
えばテキストコンバータなどの変換部に関するリソース
を管理する場合にも本発明を適用できる。
FIG. 2 conceptually shows the contents stored in the resource information storage unit 36 shown in FIG. In the resource information storage unit 36, the resource name (resource identification information) is managed for each type of resource. For example, fonts, logos, resolutions, versions, and the like are managed as resources. Of course, the present invention is not limited to the specific contents of the resources as shown in FIG. For example, the present invention can be applied to a case where resources related to a job processing unit other than the decomposer 26, for example, a conversion unit such as a text converter are managed.

【0048】次に問い合せジョブの具体例について説明
する。問い合せジョブは、例えば上記のPostScriptファ
イルのコメント文を利用することによって構成でき、あ
るいは、上記のDPAに基づくDPAファイルを利用す
ることによって構成することもできる。以下、それぞれ
について説明する。
Next, a specific example of the inquiry job will be described. The inquiry job can be configured by using, for example, the comment sentence of the above PostScript file, or can be configured by using a DPA file based on the above DPA. Hereinafter, each will be described.

【0049】図3には、PostScriptで記述された印刷ジ
ョブの例が示されている。そして、図4には、そのよう
なPostScriptファイルのコメント文を利用して問い合せ
ジョブを作成した場合の例が示されている。図4におい
て、例えば%%に続く部分がコメント文と認識され、本
実施形態では、そのコメント文に?Begin Feature Quer
y というキーワードが存在している場合、そのキーワー
ドを含むファイルを問い合せジョブとして判定してい
る。図1に示したように、そのキーワードの判定は、ジ
ョブ判定部20によって行われ、その判定結果に基づい
て、問い合せジョブ解釈部32が具体的な問い合せ内容
について解釈している。もちろん、上述したように、ジ
ョブ判定及び問い合せ内容の解釈を同時に行なってもよ
い。
FIG. 3 shows an example of a print job described in PostScript. FIG. 4 shows an example in which an inquiry job is created using the comment sentence of such a PostScript file. In FIG. 4, for example, a part following %% is recognized as a comment sentence, and in the present embodiment,? Begin Feature Quer
If the keyword y exists, the file containing the keyword is determined as a query job. As shown in FIG. 1, the determination of the keyword is performed by the job determination unit 20, and the inquiry job interpretation unit 32 interprets the specific inquiry content based on the determination result. Of course, as described above, the job determination and the interpretation of the inquiry may be performed simultaneously.

【0050】従来において、このような問い合せジョブ
はデコンポーザ26によって処理されていたが、本実施
形態ではこのような問い合せジョブのみを別系統で処理
することによって上述した各種の利点を享受できる。
Conventionally, such an inquiry job is processed by the decomposer 26, but in the present embodiment, by processing only such an inquiry job in a different system, the above-described various advantages can be enjoyed.

【0051】図5は、DPAファイル102を説明する
ための概念図である。このDPAファイル102は、P
DLファイルとは別に、印刷属性の設定などを行なうた
めにPDLファイルに付加されるファイルである。もち
ろん、図5に示すように、DPAファイル102にPD
Lファイルを付加してそれら一体としてプリントサーバ
ーへ送出する場合の他、DPAファイル102のみをプ
リントサーバーへ出力することもできる。そこで、本実
施形態では、そのようなDPAファイル102を問い合
せジョブとして利用している。
FIG. 5 is a conceptual diagram for explaining the DPA file 102. This DPA file 102
Apart from the DL file, it is a file added to the PDL file for setting print attributes and the like. Of course, as shown in FIG.
In addition to adding the L files and sending them together to the print server, it is also possible to output only the DPA file 102 to the print server. Therefore, in the present embodiment, such a DPA file 102 is used as an inquiry job.

【0052】図6には、そのようなDPAファイルを問
い合せジョブとして利用した場合の例が示されており、
例えば図に示されるようにサポートされているフォント
の問い合せを行なう記述を含むファイルが作成され、そ
れがプリントサーバーへ送られる。
FIG. 6 shows an example in which such a DPA file is used as an inquiry job.
For example, as shown in the figure, a file containing a description for querying supported fonts is created and sent to the print server.

【0053】図7には、本実施形態に係るリソース情報
管理方法を説明するためのフローチャートが示されてお
り、このフローチャートを図1に基づいて説明する。
FIG. 7 is a flowchart for explaining the resource information management method according to the present embodiment. This flowchart will be described with reference to FIG.

【0054】S101では、通信部18によって何れか
のクライアントPCから出力されたジョブが受け付けら
れる。その受け付けられたジョブは、図1に示したよう
にジョブ判定部20に送られ、ジョブ判定がなされる。
これが図7においてS102で示されている。S103
では、入力されたジョブがフォントのダウンロードジョ
ブであるか否かが判定され、S104では入力されたジ
ョブが印刷ジョブであるか否かが判定される。すなわ
ち、このS103及びS104において、入力されたジ
ョブがダウンロードジョブか印刷ジョブか、あるいは問
い合せジョブかが判定される。フォントのダウンロード
ジョブであれば、S105において、そのジョブがスプ
ーリングされた後にデコンポーズされ、当該フォントが
記憶装置28にインストールされる。なお、上述したよ
うにフォントを直接的に記憶装置28に格納することも
できるが、図7にはそれは示されていない。また、他の
ジョブの処理についても図示省略されている。
In S101, the communication unit 18 receives a job output from any client PC. The received job is sent to the job determination unit 20 as shown in FIG. 1, and the job is determined.
This is indicated by S102 in FIG. S103
In step S104, it is determined whether the input job is a font download job. In step S104, it is determined whether the input job is a print job. That is, in S103 and S104, it is determined whether the input job is a download job, a print job, or an inquiry job. If the job is a font download job, the job is spooled and decomposed in S105, and the font is installed in the storage device 28. Although the font can be stored directly in the storage device 28 as described above, it is not shown in FIG. The processing of other jobs is not shown.

【0055】S106では、リソース変更検出部38に
よってリソースが変更されたことが検出され、その検出
に従ってS107ではリソース情報作成部40によって
リソース情報が作成され、それが、リソース情報記憶部
36に登録される。これによってリソース情報記憶部3
6の内容が更新される。以上のS106及びS107
は、上述したように、例えばリソース変更機能及びリソ
ース情報作成機能を持ったファイルをデコンポーザ26
上で処理させることによって実行することができる。
In step S106, the resource change detection unit 38 detects that the resource has been changed. In step S107, the resource information creation unit 40 creates resource information according to the detection, and the resource information is registered in the resource information storage unit 36. You. Thereby, the resource information storage unit 3
6 is updated. S106 and S107 above
As described above, a file having, for example, a resource change function and a resource information creation function
This can be performed by processing the above.

【0056】一方、ジョブ判定によって印刷ジョブであ
ると判定された場合、S108においてスプーラ22の
制御の下そのジョブがスプーリングされ、S109にお
いて印刷ジョブがデコンポーズされ、更にS110では
デコンポーズされた結果である各ページのイメージデー
タがプリンタへ出力される。
On the other hand, if the job is determined to be a print job, the job is spooled under the control of the spooler 22 in S108, the print job is decomposed in S109, and the result is decomposed in S110. The image data of each page is output to the printer.

【0057】他方、問い合せジョブが判定された場合、
S111において問い合せジョブ解釈部32によって問
い合せ内容が解釈され、その問い合せ内容がリソース情
報管理部34へ通知される。これによってリソース情報
記憶部36から、問い合せに対応するリソース情報が読
み出され、更にS113においてその読み出されたリソ
ース情報が通信部18を介して要求元クライアントPC
へ出力される。
On the other hand, if the inquiry job is determined,
In S111, the inquiry content is interpreted by the inquiry job interpretation unit 32, and the inquiry content is notified to the resource information management unit 34. As a result, the resource information corresponding to the inquiry is read from the resource information storage unit 36, and the read resource information is transmitted to the requesting client PC via the communication unit 18 in S113.
Output to

【0058】図8には、他の実施形態の構成が示されて
いる。なお、図1に示される構成と同様の構成には同一
符号を付しその説明を省略する。
FIG. 8 shows the configuration of another embodiment. The same components as those shown in FIG. 1 are denoted by the same reference numerals, and description thereof will be omitted.

【0059】この実施形態においては、プリントサーバ
ー12内に複数のデコンポーザ26A,26B,26C
が設けられている。これらのデコンポーザは、それぞれ
特定のPDL言語を処理するためのものであり、デコン
ポーザ26A及び26Bのリソース情報がリソース情報
管理部34によって管理されている。デコンポーザ26
Cについては例えばクライアントPCからの問い合せが
考えられないため、この実施形態ではリソース情報の管
理は行われていない。もちろん、リソース情報の問い合
せがすべてのデコンポーザに対して行われるような場合
には、それらすべてについてリソース情報の管理を行な
う必要がある。
In this embodiment, a plurality of decomposers 26A, 26B, 26C
Is provided. These decomposers each process a specific PDL language, and resource information of the decomposers 26A and 26B is managed by the resource information management unit 34. Decomposer 26
For C, for example, an inquiry from the client PC cannot be considered, so that resource information is not managed in this embodiment. Of course, when the inquiry about the resource information is made to all the decomposers, it is necessary to manage the resource information for all of them.

【0060】図9には、図8に示したリソース情報記憶
部37の具体例が示されている。このリソース情報管理
部37においては、各デコンポーザごとにリソース情報
が管理されており、この実施形態では特に各デコンポー
ザ共通のリソース情報も統一管理されている。従って、
問い合せジョブ解釈部32から問い合せ内容が通知され
ると、リソース情報管理部34は問い合せ対象となった
デコンポーザについての問い合せ内容に対応する項目の
リソース情報をクライアントPCへ出力する。ちなみ
に、すべてのデコンポーザを対象としてリソース情報の
問い合せがあった場合、各デコンポーザのリソース情報
をORする形で、すなわち各デコンポーザ固有のリソー
ス情報とそれらに共通のリソース情報とを統合してクラ
イアントPCへ出力してもよい。図9に示すリソース情
報記憶部37によれば、各デコンポーザに共通のリソー
ス情報が一括して管理されているため、メモリの容量を
節約できるという利点がある。
FIG. 9 shows a specific example of the resource information storage unit 37 shown in FIG. In the resource information management unit 37, resource information is managed for each decomposer, and in this embodiment, particularly, resource information common to each decomposer is uniformly managed. Therefore,
When the inquiry content is notified from the inquiry job interpreting unit 32, the resource information management unit 34 outputs the resource information of the item corresponding to the inquiry content of the decomposer to be inquired to the client PC. Incidentally, when there is an inquiry about resource information for all decomposers, the resource information of each decomposer is ORed, that is, the resource information unique to each decomposer and the resource information common to them are integrated and sent to the client PC. May be output. According to the resource information storage unit 37 shown in FIG. 9, since resource information common to each decomposer is managed collectively, there is an advantage that the memory capacity can be saved.

【0061】[0061]

【発明の効果】以上説明したように、本発明によれば、
ジョブ処理部が処理を行なっている最中でも、リソース
情報の問い合せジョブを処理できる。また、本発明によ
れば、リソース情報の問い合せのためにクライアントの
間にコネクションを維持しても他のクライアントからの
印刷ジョブを処理することができる。また、本発明によ
れば、ジョブのスプーリングを行なう場合においても印
刷ジョブの処理を妨げることなく問い合せジョブの処理
を行なうことができる。更に、本発明によれば、問い合
せジョブが入力されるごとにデコンポーズを行なう必要
がなく、動的に変化するリソース情報を記憶・管理して
問い合せジョブの処理を高速に行なうことができる。
As described above, according to the present invention,
The inquiry job of the resource information can be processed even while the job processing unit is performing the processing. Further, according to the present invention, it is possible to process a print job from another client even if a connection is maintained between clients for inquiry of resource information. According to the present invention, even when spooling a job, it is possible to process an inquiry job without hindering the processing of a print job. Furthermore, according to the present invention, it is not necessary to decompose every time an inquiry job is input, and it is possible to store and manage dynamically changing resource information and to process the inquiry job at high speed.

【図面の簡単な説明】[Brief description of the drawings]

【図1】 本発明が適用されるネットワークプリンティ
ングシステムの全体構成を示す図である。
FIG. 1 is a diagram showing an overall configuration of a network printing system to which the present invention is applied.

【図2】 リソース情報記憶部の具体的な内容を示す概
念図である。
FIG. 2 is a conceptual diagram showing specific contents of a resource information storage unit.

【図3】 印刷ジョブの例を示す図である。FIG. 3 is a diagram illustrating an example of a print job.

【図4】 問い合せジョブの例を示す図である。FIG. 4 is a diagram illustrating an example of an inquiry job.

【図5】 DPAファイルの機能を説明するための説明
図である。
FIG. 5 is an explanatory diagram for explaining a function of a DPA file.

【図6】 DPAファイルを利用した問い合せジョブの
例を示す図である。
FIG. 6 is a diagram illustrating an example of an inquiry job using a DPA file.

【図7】 プリントサーバーの動作を示すフローチャー
トである。
FIG. 7 is a flowchart illustrating an operation of the print server.

【図8】 プリントサーバーの他の実施形態を示す図で
ある。
FIG. 8 is a diagram illustrating another embodiment of the print server.

【図9】 リソース情報記憶部の具体的な内容を示す図
である。
FIG. 9 is a diagram showing specific contents of a resource information storage unit.

【符号の説明】[Explanation of symbols]

12 プリントサーバー、14,16 クライアントP
C、18 通信部、20 ジョブ判定部、26 デコン
ポーザ、28 記憶装置、30 プリンタ、32 問い
合せジョブ解釈部、34 リソース情報管理部、36
リソース情報記憶部、38 リソース変更検出部、40
リソース情報作成部。
12 print server, 14, 16 client P
C, 18 communication unit, 20 job determination unit, 26 decomposer, 28 storage device, 30 printer, 32 inquiry job interpretation unit, 34 resource information management unit, 36
Resource information storage unit, 38 Resource change detection unit, 40
Resource information creation unit.

Claims (15)

【特許請求の範囲】[Claims] 【請求項1】 ジョブ処理のためのリソースを利用しつ
つ、印刷ジョブを処理するジョブ処理部と、 クライアント装置から送られたジョブの種別を読取っ
て、リソース情報の問い合わせジョブを判定するジョブ
判定手段と、 前記問い合わせジョブが判定された場合に、その問い合
わせ内容に応じたリソース情報を前記クライアント装置
へ出力するリソース情報管理手段と、 を含むことを特徴とする印刷制御装置。
1. A job processing unit that processes a print job while using a resource for job processing, and a job determination unit that reads a type of a job transmitted from a client device and determines an inquiry job of resource information. And a resource information management unit that, when the inquiry job is determined, outputs resource information corresponding to the inquiry to the client device.
【請求項2】 請求項1記載の装置において、 前記問い合わせジョブの問い合わせ内容を解釈する問い
合わせジョブ解釈手段を含むことを特徴とする印刷制御
装置。
2. The print control apparatus according to claim 1, further comprising: an inquiry job interpreting unit that interprets an inquiry content of the inquiry job.
【請求項3】 請求項1記載の装置において、 前記ジョブ判定手段が前記印刷ジョブを判定した場合に
は当該印刷ジョブが前記ジョブ処理部へ送られ、 前記ジョブ判定手段が前記問い合わせジョブを判定した
場合には当該問い合わせジョブ自体又はその問い合わせ
内容が前記リソース情報管理手段へ送られることを特徴
とする印刷制御装置。
3. The apparatus according to claim 1, wherein when the job determination unit determines the print job, the print job is sent to the job processing unit, and the job determination unit determines the inquiry job. In this case, the print control apparatus sends the inquiry job itself or the contents of the inquiry to the resource information management unit.
【請求項4】 請求項1記載の装置において、 リソース情報が書き込まれるリソース情報記憶手段を含
むことを特徴とする印刷制御装置。
4. The apparatus according to claim 1, further comprising a resource information storage unit in which resource information is written.
【請求項5】 請求項4記載の装置において、 初期設定時又はリソース変更時に、前記リソース情報記
憶手段へ書き込むリソース情報を作成するリソース情報
作成手段を含むことを特徴とする印刷制御装置。
5. The printing control apparatus according to claim 4, further comprising a resource information creating unit that creates resource information to be written to the resource information storage unit at the time of initial setting or resource change.
【請求項6】 請求項5記載の装置において、 前記リソース情報作成手段は、実質的に、前記ジョブ処
理部により処理されるリソース情報作成ファイルであ
り、 前記リソース情報作成ファイルは、初期設定時又はリソ
ース変更時に自動的に前記ジョブ処理部へ与えられるこ
とを特徴とする印刷制御装置。
6. The apparatus according to claim 5, wherein the resource information creation unit is a resource information creation file that is substantially processed by the job processing unit, and the resource information creation file is used at the time of initial setting or A print control device automatically provided to the job processing unit when a resource is changed.
【請求項7】 請求項1記載の装置において、 前記リソースの変更を検出するリソース変更検出手段を
含み、 前記リソース情報管理手段が管理するリソース情報がリ
ソース変更時に更新されることを特徴とする印刷制御装
置。
7. The apparatus according to claim 1, further comprising: a resource change detecting unit configured to detect a change in the resource, wherein the resource information managed by the resource information managing unit is updated when the resource is changed. Control device.
【請求項8】 請求項7記載の装置において、 前記リソース変更検出手段は、リソースのインストール
があった場合にそれを検出する機能を有することを特徴
とする印刷制御装置。
8. The print control apparatus according to claim 7, wherein said resource change detection means has a function of detecting when a resource is installed.
【請求項9】 請求項1記載の装置において、 前記ジョブ処理部は、前記印刷ジョブの内容を解釈して
各ページのイメージデータを生成するデコンポーザであ
り、 前記リソース情報には、少なくとも前記デコンポーザが
利用するフォントの名称が含まれることを特徴とする印
刷制御装置。
9. The apparatus according to claim 1, wherein the job processing unit is a decomposer that interprets the contents of the print job to generate image data of each page, and the resource information includes at least the decomposer. A print control device including a name of a font to be used.
【請求項10】 ジョブ処理のためのリソースを利用し
つつ、印刷ジョブを処理する複数のジョブ処理部と、 クライアント装置から送られたジョブの種別を読取っ
て、リソース情報の問い合わせジョブを判定するジョブ
判定手段と、 前記ジョブ処理部毎に前記リソース情報を管理する手段
であって、前記問い合わせジョブが判定された場合に、
その問い合わせ内容に応じたリソース情報を前記クライ
アント装置へ出力するリソース情報管理手段と、 を含むことを特徴とする印刷制御装置。
10. A plurality of job processing units for processing a print job while using resources for job processing, and a job for reading a job type sent from a client device and determining a job for inquiring resource information. Determining means, and means for managing the resource information for each job processing unit, wherein when the inquiry job is determined,
A resource information management unit that outputs resource information corresponding to the inquiry to the client device.
【請求項11】 ジョブ処理のためのリソースを利用し
つつ、ページ記述言語で記述されたファイルとしての印
刷ジョブを処理するジョブ処理部と、 入力されたファイル中のコメント文を参照することによ
りジョブの種別を読取って、リソース情報の問い合わせ
ジョブを判定するジョブ判定手段と、 前記問い合わせジョブが判定された場合に、その問い合
わせ内容に応じたリソース情報を前記クライアント装置
へ出力するリソース情報管理手段と、 を含むことを特徴とする印刷制御装置。
11. A job processing unit for processing a print job as a file described in a page description language while using resources for job processing, and a job by referring to a comment sentence in the input file. A job determining unit that reads a type of the resource information and determines a resource information inquiry job; and a resource information management unit that outputs, when the inquiry job is determined, resource information according to the content of the inquiry to the client device, A print control device comprising:
【請求項12】 ジョブ処理のためのリソースを利用し
つつ、ページ記述言語で記述されたファイルとしての印
刷ジョブを処理するジョブ処理部と、 入力されたファイルの属性を認識し、所定規約に基づい
て記述されたファイルとしてのリソース情報の問い合わ
せジョブを判定するジョブ判定手段と、 前記問い合わせジョブが判定された場合に、その問い合
わせ内容に応じたリソース情報を前記クライアント装置
へ出力するリソース情報管理手段と、 を含むことを特徴とする印刷制御装置。
12. A job processing unit for processing a print job as a file described in a page description language while using resources for job processing, recognizing an attribute of the input file, and recognizing the attribute based on a predetermined rule. Job determination means for determining an inquiry job of resource information as a file described as described above, and resource information management means for outputting, when the inquiry job is determined, resource information corresponding to the content of the inquiry to the client device, A print control device, comprising:
【請求項13】 ジョブ処理に当たって利用可能なリソ
ースを識別するためのリソース情報を記憶しておくリソ
ース情報記憶工程と、 クライアント装置から送られたジョブの種別を読取っ
て、リソース情報の問い合わせジョブを判定するジョブ
判定工程と、 前記問い合わせジョブが判定された場合に、その問い合
わせ内容に応じたリソース情報を前記クライアント装置
へ出力するリソース情報出力工程と、 を含むことを特徴とするリソース情報管理方法。
13. A resource information storage step of storing resource information for identifying resources available for job processing, and reading a job type sent from a client device to determine a resource information inquiry job And a resource information output step of, when the inquiry job is determined, outputting resource information corresponding to the content of the inquiry to the client device.
【請求項14】 請求項13記載の方法において、 前記リソースが変更されたことを検出するリソース変更
検出工程を含み、 前記リソースの変更が検出された場合に、記憶されたリ
ソース情報が更新されることを特徴とするリソース情報
管理方法。
14. The method according to claim 13, further comprising a resource change detecting step of detecting that the resource has been changed, wherein the stored resource information is updated when the resource change is detected. A resource information management method comprising:
【請求項15】 ジョブ処理に当たって利用可能なリソ
ースを識別するためのリソース情報を記憶手段に書き込
む工程と、 入力されたジョブの種別を読取って、リソース情報の問
い合わせジョブを判定する工程と、 前記問い合わせジョブが判定された場合に、その問い合
わせ内容に応じたリソース情報を前記記憶手段から読み
出して出力する工程と、 をプリントサーバーで実行するためのリソース情報管理
プログラムを記憶した媒体。
15. A step of writing resource information for identifying a resource that can be used in job processing to a storage unit, a step of reading an input job type and determining a resource information inquiry job, A step of reading and outputting resource information corresponding to the content of the inquiry from the storage means when the job is determined, and a resource information management program for executing the resource information management program on a print server.
JP8269809A 1996-10-11 1996-10-11 Print controller and resource information managing method Pending JPH10116161A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP8269809A JPH10116161A (en) 1996-10-11 1996-10-11 Print controller and resource information managing method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP8269809A JPH10116161A (en) 1996-10-11 1996-10-11 Print controller and resource information managing method

Publications (1)

Publication Number Publication Date
JPH10116161A true JPH10116161A (en) 1998-05-06

Family

ID=17477482

Family Applications (1)

Application Number Title Priority Date Filing Date
JP8269809A Pending JPH10116161A (en) 1996-10-11 1996-10-11 Print controller and resource information managing method

Country Status (1)

Country Link
JP (1) JPH10116161A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002157107A (en) * 2000-11-21 2002-05-31 Seiko Epson Corp Printing job managing device

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002157107A (en) * 2000-11-21 2002-05-31 Seiko Epson Corp Printing job managing device

Similar Documents

Publication Publication Date Title
JP4563161B2 (en) Backplane
US8861010B2 (en) Notifying a print client of an end of an image process on print data
US8582162B2 (en) Information processing apparatus, output method, and storage medium
US9507544B2 (en) Information processing apparatus, recording medium, and control method to process print data using filters
US6476938B1 (en) Print control system and method
JP2007257592A (en) Printing system, information processor, and printer
JP2000207150A (en) Printing system
US10402131B2 (en) Image processing apparatus and method to form image on sheet using page image data and object information
US20090282150A1 (en) Service flow processing apparatus and method
JP7487277B2 (en) PROGRAM, INFORMATION PROCESSING APPARATUS, AND METHOD FOR CONTROLLING INFORMATION PROCESSING APPARATUS
US20180210685A1 (en) Image forming system and image forming method
JPH10116161A (en) Print controller and resource information managing method
WO2017029987A1 (en) Print data management system, information processing device, and program and method for acquiring print data
JP5298725B2 (en) Image processing apparatus, image processing method, image processing system, and program
JP2018036755A (en) Control method, program and information processing device
JP4706884B2 (en) Image processing apparatus, image processing program, and printing apparatus
US20050128513A1 (en) Spool control device and method for efficiently performing multiple print jobs
JP2000315141A (en) Printer and method for managing memory of recording medium and printer
JPH08249138A (en) Method and device for controlling output
JP5696744B2 (en) Image processing apparatus, image processing method, image processing system, and program
JP4254252B2 (en) Printer control device and printer control program
JPH1097395A (en) Print controller, print control method for printer device, and storage medium stored with computer-readable program
JP2007140663A (en) Image processor
JP3810238B2 (en) Print job management apparatus, print job management method, and recording medium recording program
JPH11175267A (en) Printer, printing controller and print system using the same