JPH11110237A - Job management device and storage medium - Google Patents

Job management device and storage medium

Info

Publication number
JPH11110237A
JPH11110237A JP26537197A JP26537197A JPH11110237A JP H11110237 A JPH11110237 A JP H11110237A JP 26537197 A JP26537197 A JP 26537197A JP 26537197 A JP26537197 A JP 26537197A JP H11110237 A JPH11110237 A JP H11110237A
Authority
JP
Japan
Prior art keywords
job
queue
pointer
virtual
job queue
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP26537197A
Other languages
Japanese (ja)
Other versions
JP3875371B2 (en
Inventor
Keizo Uematsu
恵三 上松
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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP26537197A priority Critical patent/JP3875371B2/en
Publication of JPH11110237A publication Critical patent/JPH11110237A/en
Application granted granted Critical
Publication of JP3875371B2 publication Critical patent/JP3875371B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To assure the job activation immediacy and also to eliminate the checking and changing processes of an attribute which are needed when a job is reconnected to a conventional super-express job queue by fetching the head pointer if a pointer is queued on a virtual job queue and then fetching a job out of a job queue to activate execution of the job if the pointer is not pointed. SOLUTION: When a job is activated, the head pointer is fetched out and the job is executed by referring to the job that is pointed by a pointer if the pointer is queued on a virtual job queue 62. If no pointer is queued on the queue 62, a job is fetched out of a job queue 61 and executed. Therefore, the queue 62 is pointed on the job that is connected to the queue 61 and the job activation immediacy is assured by the job that is connected to the queue 62.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、ジョブをジョブキ
ューにキューイングしてジョブ実行順序を管理するジョ
ブ管理装置および記録媒体に関するものである。
[0001] 1. Field of the Invention [0002] The present invention relates to a job management apparatus and a recording medium for managing a job execution order by queuing jobs in a job queue.

【0002】[0002]

【従来の技術】従来、コンピュータシステムにおいて、
ジョブキュー(バッチキュー)にジョブをつなぎ先頭の
ジョブから順に実行させるものがある。特定のジョブを
即時に起動したい場合には、 (a) その特定のジョブのプライオリティを上げ、優
先的に起動させる (b) ジョブをジョブキューの先頭に移し、次に起動
させる (c) 特急ジョブキューを用意し、これにジョブをつ
なぎ即時に起動させる などを行っていた。
2. Description of the Related Art Conventionally, in a computer system,
Some jobs are connected to a job queue (batch queue) and executed in order from the first job. If you want to start a specific job immediately, (a) raise the priority of the specific job and start it preferentially. (B) Move the job to the top of the job queue and start it next. (C) Express job A queue was prepared and jobs were connected to the queue and started immediately.

【0003】[0003]

【発明が解決しようとする課題】上記の(a)、(b)
の場合には、ジョブのプライオリティを上げたり、ジョ
ブをジョブキューの先頭に移動したりしても、即時にジ
ョブを起動できるという保証がないという問題があっ
た。
The above-mentioned (a) and (b)
In the case of, there is a problem that even if the priority of the job is raised or the job is moved to the head of the job queue, there is no guarantee that the job can be started immediately.

【0004】また、(c)の場合には、図4に示すよう
に、特急ジョブキューを用意する必要があり、定義が必
要となると共に処理が煩雑となってしまう問題があっ
た。図4は、従来技術の説明図を示す。この図4は、特
急ジョブキューAおよびジョブキューAの属性(メモリ
最大サイズ100MB、PE最大使用数3個という属
性)を同一のものにそれぞれ定義して作成し、同様に、
特急ジョブキューBおよびジョブキューBの属性(メモ
リ最大サイズ50MB、PE最大使用数1個という属
性)を同一のものにそれぞれ定義して作成したものであ
る。このように属性が同一の特急ジョブキューAとジョ
ブキューAとを定義して作成するという手間と処理が必
要となってしまう問題がある。もし、特急ジョブキュー
A’とジョブキューA’の属性が異なると、ジョブキュ
ーA’にエンキューされているジョブを、即時に実行さ
せるために特急ジョブキューA’につなぎかえを行おう
とすると、属性をチェックして実行可能なときはつなぎ
なえを行うなどの煩雑な処理が必要となってしまう問題
がある。このような属性が異なる場合であっても、即時
にジョブを起動させることが望まれている。
In case (c), as shown in FIG. 4, it is necessary to prepare an express job queue, which requires a definition and complicates the process. FIG. 4 shows an explanatory diagram of the prior art. In FIG. 4, the attributes of the express job queue A and the job queue A (the attributes of the maximum memory size of 100 MB and the maximum number of PEs of 3) are respectively defined and created.
It is created by defining the attributes of the express job queue B and the job queue B (the attributes of the maximum memory size of 50 MB and the maximum number of PEs of 1) to be the same. As described above, there is a problem that labor and processing for defining and creating the express job queue A and the job queue A having the same attribute are required. If the attributes of the express job queue A 'and the job queue A' are different, if the job enqueued in the job queue A 'is to be reconnected to the express job queue A' for immediate execution, the attribute There is a problem in that complicated processing such as reconnection is required when checking is possible. Even if such attributes are different, it is desired to start the job immediately.

【0005】本発明は、これらの問題を解決するため、
仮想ジョブキューを設けてジョブキューにつながれてい
るジョブに重ねてポイントし、仮想ジョブキューにつな
がれているジョブを即時に起動し、ジョブ起動の即時性
を保証すると共に従来の特急ジョブキューにジョブをつ
なぎかえるときに生じる属性のチェックや変更などの処
理を無くして即時にジョブ起動を実現することを目的と
している。
[0005] The present invention solves these problems,
Set up a virtual job queue and point to the job linked to the job queue, immediately start the job linked to the virtual job queue, guarantee the immediacy of job startup, and place the job in the conventional express job queue. It is an object of the present invention to immediately start a job without performing a process such as checking or changing an attribute that occurs at the time of reconnection.

【0006】[0006]

【課題を解決するための手段】図1を参照して課題を解
決するための手段を説明する。図1において、ジョブ管
理手段5は、ジョブをジョブキュー61にキューイング
したり、ジョブ実行時に仮想ジョブキュー62にポイン
タがキューイングされている場合には先頭のポインタを
取り出し、ポインタでポイントされているジョブを参照
してそのジョブの実行を開始し、仮想ジョブキュー62
にポインタがキューイングされていない場合にはジョブ
キュー61からジョブを取り出して実行開始したりなど
するものである。
Means for solving the problem will be described with reference to FIG. In FIG. 1, a job management unit 5 queues a job in a job queue 61, or, when a pointer is queued in a virtual job queue 62 at the time of job execution, takes out a leading pointer and points to the pointer. The execution of the job is started by referring to the existing job and the virtual job queue 62
If the pointer is not queued, the job is taken out of the job queue 61 and execution is started.

【0007】キュー6は、ジョブキュー61および仮想
ジョブキュー62から構成されるものであって、ジョブ
の実行順序を管理するものである。次に、動作を説明す
る。
The queue 6 is composed of a job queue 61 and a virtual job queue 62, and manages the execution order of jobs. Next, the operation will be described.

【0008】ジョブ管理手段5がジョブの開始に際し
て、仮想ジョブキュー62にポインタがキューイングさ
れている場合には先頭のポインタを取り出し、ポインタ
でポイントされているジョブを参照してそのジョブの実
行を開始し、仮想ジョブキュー62にポインタがキュー
イングされていない場合にはジョブキュー61からジョ
ブを取り出して実行を開始するようにしている。
If a pointer is queued in the virtual job queue 62 at the start of the job, the job management means 5 takes out the leading pointer and refers to the job pointed to by the pointer to execute the job. When started, if the pointer is not queued in the virtual job queue 62, the job is taken out from the job queue 61 and the execution is started.

【0009】従って、仮想ジョブキュー62を設けてジ
ョブキュー61につながれているジョブに重ねてポイン
トし、仮想ジョブキュー62につながれているジョブを
即時に起動することにより、ジョブ起動の即時性を保証
すると共に従来の特急ジョブキューにジョブをつなぎか
えるときに生じる属性のチェックや変更などを無くして
即時にジョブ起動を実現することが可能となる。
Therefore, the virtual job queue 62 is provided, the job connected to the job queue 61 is pointed at, and the job connected to the virtual job queue 62 is immediately started, thereby guaranteeing the immediacy of starting the job. In addition, it is possible to immediately start the job without checking or changing the attribute that occurs when a job is reconnected to the conventional express job queue.

【0010】[0010]

【発明の実施の形態】次に、図1から図3を用いて本発
明の実施の形態および動作を順次詳細に説明する。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS Next, an embodiment and operation of the present invention will be sequentially described in detail with reference to FIGS.

【0011】図1は、本発明のシステム構成図を示す。
図1において、コンピュータシステム1は、プログラム
に従い各種処理を行うものであって、PE(マスタ)
2、1つあるいは複数のPE(セカンダリ)2から構成
されるものである。ここで、図示外の記録媒体あるいは
外部記憶装置であるハードディスク装置から読み出した
プログラム、またはセンタのハードディスク装置から回
線を介して転送を受けたプログラムを主記憶にローディ
ングして起動し、以下に説明する各種処理を行うように
している。
FIG. 1 shows a system configuration diagram of the present invention.
In FIG. 1, a computer system 1 performs various processes according to a program, and includes a PE (master).
2, one or a plurality of PEs (secondary) 2. Here, a program read from a hard disk device, which is a recording medium or an external storage device (not shown), or a program transferred from a hard disk device at a center via a line is loaded into the main storage and activated, and will be described below. Various processes are performed.

【0012】PE(マスタ)2および1つあるいは複数
のPE(セカンダリ)2は、それぞれプロセッサであっ
て、OS3、アプリ4からそれぞれ構成されるものであ
る。OS3は、オペレーティングシステムであって、全
体を統括制御するものである。
The PE (master) 2 and one or a plurality of PEs (secondary) 2 are processors, each of which comprises an OS 3 and an application 4. The OS 3 is an operating system that controls the entire system.

【0013】アプリ4は、アプリケーションプログラム
であって、外部記憶装置であるハードディスク装置中の
アプリプログラム(アプリケーションプログラム)をメ
モリ(主記憶)にローディングして起動し各種業務処理
を行うものであり、ここでは、ジョブ管理手段5、キュ
ー6、ジョブ7から構成されるものである。
The application 4 is an application program that loads an application program (application program) in a hard disk device as an external storage device into a memory (main memory) and starts it to perform various business processes. In the example, the job management unit 5, the queue 6, and the job 7 are provided.

【0014】ジョブ管理手段5は、ジョブの実行順序を
管理するものであって、ここでは、ジョブをジョブキュ
ー61にキューイングしたり、ジョブの即時実行要求に
対応してジョブキュー61にキューイングされているジ
ョブへのポインタを仮想ジョブキュー61にエンキュー
したり、ジョブ実行時に仮想ジョブキュー62にポイン
タがキューイングされている場合には先頭のポインタを
取り出し、ポインタでポイントされているジョブを参照
してそのジョブの実行を開始し、仮想ジョブキュー62
にポインタがキューイングされていない場合にはジョブ
キュー61からジョブを取り出して実行開始したりなど
するものである(図2ないし図4を用いて後述する)。
The job management means 5 manages the execution order of the jobs. Here, the jobs are queued in the job queue 61 or queued in the job queue 61 in response to a request for immediate execution of the job. Enqueues the pointer to the job being executed in the virtual job queue 61 or, if the pointer is queued in the virtual job queue 62 at the time of executing the job, retrieves the first pointer and refers to the job pointed to by the pointer To start the execution of the job.
If the pointer is not queued in the job queue 61, the job is taken out of the job queue 61 and execution is started (described later with reference to FIGS. 2 to 4).

【0015】キュー6は、ジョブの実行順序を管理する
ものであって、目的別にジョブを実行させるためにキュ
ーイングするそれぞれのジョブキュー61および即時に
ジョブ実行させるためにジョブへのポインタをキューイ
ングする仮想ジョブキュー62から構成されるものであ
る。
The queue 6 manages the execution order of the jobs, and queues the job queues 61 for queuing to execute the job for each purpose and the pointer to the job to execute the job immediately. The virtual job queue 62 includes a virtual job queue 62.

【0016】ジョブ7は、各種業務処理を実行するジョ
ブである。アプリプログラム8は、外部記憶装置である
ハードディスク装置に格納したアプリプログラム(アプ
リケーションプログラム)であって、メモリ(主記憶)
上にローディングして起動し、各種処理を行うものであ
る。
The job 7 is a job for executing various business processes. The application program 8 is an application program (application program) stored in a hard disk device that is an external storage device, and is a memory (main storage).
It is loaded and activated, and performs various processes.

【0017】次に、図2のフローチャートに示す順序に
従い、図1の構成の動作を詳細に説明する。図2は、本
発明の動作説明フローチャートを示す。
Next, the operation of the configuration of FIG. 1 will be described in detail according to the order shown in the flowchart of FIG. FIG. 2 is a flowchart illustrating the operation of the present invention.

【0018】図2において、S1は、ジョブが終了した
か判別する。YESの場合には、S2に進む。NOの場
合には、待機する。S2は、終了したジョブをキューか
ら外す。また、仮想ジョブキュー62からポイントされ
ているジョブを外す。これらは、終了したジョブをジョ
ブキュー61から外すと共に、仮想ジョブキュー62か
らポインタがポイントされていた場合には更に仮想ジョ
ブキュー62からジョブキュー61のジョブをポイント
していたポインタを外す。
In FIG. 2, S1 determines whether the job has been completed. In the case of YES, the process proceeds to S2. If no, it stands by. A step S2 removes the completed job from the queue. Further, the job pointed out from the virtual job queue 62 is removed. These remove the completed job from the job queue 61 and, when the pointer is pointed from the virtual job queue 62, further remove the pointer pointing to the job of the job queue 61 from the virtual job queue 62.

【0019】S3は、仮想ジョブキューにジョブがある
か判別する。ある場合には、S4ないしS6によって仮
想ジョブキュー62をもとに実行する。ない場合には、
S8ないしS10によってジョブキュー61をもとに実
行する。
In step S3, it is determined whether there is a job in the virtual job queue. In some cases, the process is executed based on the virtual job queue 62 in S4 to S6. If not,
The processing is executed based on the job queue 61 in S8 to S10.

【0020】S4は、S3のあるで仮想ジョブキュー6
2にジョブがあると判明したので、仮想ジョブキュー6
2の先頭のポインタでポイントされている先のジョブ
(このジョブはジョブキュー61にエンキューされてい
る)を取り出す。
In step S4, the virtual job queue 6 in which S3 exists
2 has a job, so the virtual job queue 6
The job pointed to by the second pointer (the job is enqueued in the job queue 61) is extracted.

【0021】S5は、ジョブを実行する。これは、S4
で取り出したジョブを実行する。S6は、ジョブ実行制
限を越えたか判別する。YESの場合には、終了する。
越えていない場合には、S3に戻り繰り返す。
In step S5, the job is executed. This is S4
Execute the job retrieved in. A step S6 decides whether or not the job execution limit has been exceeded. If YES, the process ends.
If not, the process returns to S3 and repeats.

【0022】S8は、S3のなしで仮想ジョブキュー6
2にジョブがないと判明したので、ジョブキュー61に
ジョブがあるか判別する。ある場合には、S9でジョブ
キュー61の先頭のジョブを取り出して実行し、S10
に進む。なしの場合には、終了する。
In step S8, the virtual job queue 6 is executed without step S3.
Since there is no job in the job queue 61, it is determined whether or not there is a job in the job queue 61. If there is, in S9, the first job in the job queue 61 is taken out and executed, and in S10
Proceed to. If no, the process ends.

【0023】S10は、ジョブ実行制限を越えたか判別
する。越えている場合には、終了する。越えていない場
合には、S8に戻り繰り返す。以上によって、ジョブの
終了時に、終了したジョブをジョブキュー61から外す
と共に、仮想ジョブキュー61から当該ジョブがポイン
タによってポイントされていた場合にはポインタを外し
た後、仮想ジョブキュー62にジョブへのポインタが有
った場合には、S4ないしS6によって仮想ジョブキュ
ー62の先頭のポインタによってポイントされるジョブ
を取り出して実行開始することをジョブ実行制限を越え
るまで繰り返し、一方、仮想ジョブキュー62にジョブ
へのポインタが無かった場合(あるいは無くなった場
合)には、S8ないしS10によってジョブキュー61
にジョブがエンキューされているときは先頭から順にジ
ョブ実行制限を越えるまでジョブを実行開始する。これ
により、ジョブキュー61にエンキューしたジョブのう
ち、即時実行させたいジョブについて仮想ジョブキュー
62からポインタによって該当ジョブをポイントするの
みで、自動的にS2ないしS6の手順によって即時に優
先的に実行することを保証することが可能となる。
In step S10, it is determined whether the job execution limit has been exceeded. If so, the process ends. If not, the process returns to S8 and repeats. As described above, at the end of the job, the completed job is removed from the job queue 61, and if the job is pointed to by the pointer from the virtual job queue 61, the pointer is removed, and the job is added to the virtual job queue 62. If there is a pointer, the process of taking out the job pointed to by the first pointer of the virtual job queue 62 and starting to execute it in S4 to S6 is repeated until the job execution limit is exceeded. If there is no pointer (or if there is no pointer) to the job queue 61 in steps S8 to S10.
When the job is enqueued, execution of the job is sequentially started from the top until the job execution limit is exceeded. As a result, of the jobs enqueued in the job queue 61, the job to be executed immediately is only pointed to by the pointer from the virtual job queue 62 with the pointer, and the job is automatically executed immediately and preferentially by the steps S2 to S6. Can be guaranteed.

【0024】図3は、本発明のキュー説明図を示す。こ
こで、ジョブキュー61は、ジョブを先頭から順にキュ
ーイングして実行順序を管理するものであって、目的別
にそれぞれ設けられたキューである。図示の状態では、
ジョブキューAは、メモリ最大サイズ100MB、PE
最大使用数30個という目的のキューである。ジョブキ
ューBは、メモリ最大サイズ50MB、PE最大使用数
1個という目的のキューである。
FIG. 3 is a diagram for explaining a queue according to the present invention. Here, the job queue 61 manages the execution order by queuing jobs in order from the top, and is a queue provided for each purpose. In the state shown,
Job queue A has a maximum memory size of 100 MB and PE
This is a queue whose purpose is to use a maximum of 30 queues. The job queue B is a queue having a maximum memory size of 50 MB and a maximum PE usage of one.

【0025】一方、仮想ジョブキュー62は、図示のよ
うに、ジョブキュー61にエンキューされたジョブへの
ポインタをエンキューし、即時に実行させるためのもの
であって、ここでは、ジョブ1へのポインタ、ジョブ2
へのポインタをそれぞれ順次にエンキューしたものであ
る。仮想ジョブキュー62には、ジョブをエンキューで
きなく、ジョブキュー61にエンキューされたジョブへ
のポインタをエンキューするのみである。これにより、
仮想ジョブキュー62には、ジョブの属性(メモリ使用
最大サイズ100MB、PE最大使用個数30個という
ような属性)がなく、単にジョブへのポインタがあるの
みであり、既述した図2の仮想ジョブキュー62の操作
が極めて簡単である。即ち、即時実行させたいジョブが
ジョブキュー61にある場合には、そのジョブへのポイ
ンタを仮想ジョブキュー62にエンキューするのみで、
既述した図2のS1ないしS6によって即時に実行され
る。一方、即時実行させたいジョブがジョブキュー61
にない場合には、そのジョブをジョブキュー61の該当
する目的のものにエンキューした後、そのジョブへのポ
インタを仮想ジョブキュー62にエンキューし、既述し
た図2のS1ないしS6によって即時に実行される。
On the other hand, the virtual job queue 62 is for enqueuing a pointer to the job enqueued in the job queue 61 and immediately executing it, as shown in FIG. , Job 2
Are sequentially enqueued. A job cannot be enqueued in the virtual job queue 62, and only a pointer to a job enqueued in the job queue 61 is enqueued. This allows
The virtual job queue 62 has no job attributes (attributes such as a maximum memory use size of 100 MB and a maximum PE use number of 30) but merely a pointer to the job. The operation of the queue 62 is extremely simple. That is, when the job to be executed immediately is in the job queue 61, only the pointer to the job is enqueued in the virtual job queue 62,
This is immediately executed by S1 to S6 in FIG. On the other hand, the job to be executed immediately is the job queue 61
If the job does not exist, the job is enqueued in the job queue 61 at the corresponding purpose, a pointer to the job is enqueued in the virtual job queue 62, and the job is immediately executed by S1 to S6 in FIG. Is done.

【0026】[0026]

【発明の効果】以上説明したように、本発明によれば、
仮想ジョブキュー62を設けてジョブキュー61にエン
キューされているジョブに重ねてポイントし、仮想ジョ
ブキュー62につながれているジョブを即時に起動する
構成を採用しているため、ジョブ起動の即時性を保証す
ると共に従来の特急ジョブキューにジョブをつなぎかえ
るときに生じる属性のチェックや変更などの処理を無く
して即時にジョブを起動できる。これらにより、運用管
理者やユーザから仮想ジョブキュー62が見えなくで
き、当該仮想ジョブキュー62の不正使用を考慮する必
要がなくなり、しかも、従来の図4の特急ジョブキュー
のような定義が不用となり、極めて簡単な処理でジョブ
キュー61にエンキューされたジョブあるいはジョブキ
ュー61にエンキューしたジョブを即時起動することが
可能となった。
As described above, according to the present invention,
A configuration is provided in which a virtual job queue 62 is provided to point over a job enqueued in the job queue 61 and a job connected to the virtual job queue 62 is immediately started. The job can be started immediately without guaranteeing and eliminating the process of checking or changing the attribute that occurs when the job is switched to the conventional express job queue. As a result, the virtual job queue 62 can be made invisible to the operation manager and the user, and there is no need to consider the improper use of the virtual job queue 62. Further, the definition such as the conventional express job queue of FIG. 4 is unnecessary. Thus, it is possible to immediately start a job enqueued in the job queue 61 or a job enqueued in the job queue 61 by extremely simple processing.

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

【図1】本発明のシステム構成図である。FIG. 1 is a system configuration diagram of the present invention.

【図2】本発明の動作説明フローチャートである。FIG. 2 is a flowchart illustrating the operation of the present invention.

【図3】本発明のキュー説明図である。FIG. 3 is an explanatory diagram of a queue according to the present invention.

【図4】従来技術の説明図である。FIG. 4 is an explanatory diagram of a conventional technique.

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

1:コンピュータシステム 2:PE(マスタ、セカンダリ) 3:OS(オペレーティングシステム) 4:アプリ(アプリケーションプログラム) 5:ジョブ管理手段 6:キュー 61:ジョブキュー 62:仮想ジョブキュー 7:ジョブ 8:アプリプログラム(アプリケーションプログラム) 1: computer system 2: PE (master, secondary) 3: OS (operating system) 4: application (application program) 5: job management means 6: queue 61: job queue 62: virtual job queue 7: job 8: application program (Application program)

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】ジョブキューにキューイングされたジョブ
を順次取り出して実行するジョブ管理装置において、 ジョブをキューイングするジョブキューと、 上記ジョブキューにキューイングされたジョブへのポイ
ンタをキューイングする仮想ジョブキューと、 ジョブの開始に際して、上記仮想ジョブキューにポイン
タがキューイングされている場合には先頭のポインタを
取り出し、取り出したポインタでポイントされているジ
ョブを参照してそのジョブの実行を開始し、上記仮想ジ
ョブキューにポインタがポイントされていない場合には
上記ジョブキューからジョブを取り出してジョブの実行
を開始するジョブ管理手段とを有するジョブ管理装置。
1. A job management apparatus for sequentially taking out and executing jobs queued in a job queue, a job queue for queuing jobs, and a virtual queue for queuing a pointer to a job queued in the job queue. At the start of the job queue and the job, if a pointer is queued in the virtual job queue, the leading pointer is extracted, and the execution of the job is started by referring to the job pointed to by the extracted pointer. And a job management unit for taking out a job from the job queue and starting execution of the job when the pointer is not pointed to the virtual job queue.
【請求項2】コンピュータにジョブを実行させるジョブ
管理プログラムを格納したコンピュータ読取可能な記録
媒体であって、 ジョブをジョブキューにキューイングする機能と、 上記ジョブキューにキューイングされたジョブへのポイ
ンタを仮想ジョブキューにキューイングする機能と、 ジョブの開始に際して、上記仮想ジョブキューにポイン
タがキューイングされている場合には先頭のポインタを
取り出し、取り出したポインタでポイントされているジ
ョブを参照してそのジョブの実行を開始し、上記仮想ジ
ョブキューにポインタがポイントされていない場合には
上記ジョブキューからジョブを取り出してジョブの実行
を開始するジョブ管理機能とをコンピュータに機能させ
るジョブ管理プログラムを格納したコンピュータ読取可
能な記録媒体。
2. A computer-readable recording medium storing a job management program for causing a computer to execute a job, a function of queuing the job in a job queue, and a pointer to the job queued in the job queue. When the job is started, if the pointer is queued in the virtual job queue, the leading pointer is taken out, and the job pointed to by the taken out pointer is referred to. Stores a job management program that starts the execution of the job and, if the pointer is not pointed at the virtual job queue, causes the computer to function as a job management function that takes out the job from the job queue and starts executing the job. Computer readable notes Media.
JP26537197A 1997-09-30 1997-09-30 Job management apparatus and recording medium Expired - Fee Related JP3875371B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP26537197A JP3875371B2 (en) 1997-09-30 1997-09-30 Job management apparatus and recording medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP26537197A JP3875371B2 (en) 1997-09-30 1997-09-30 Job management apparatus and recording medium

Publications (2)

Publication Number Publication Date
JPH11110237A true JPH11110237A (en) 1999-04-23
JP3875371B2 JP3875371B2 (en) 2007-01-31

Family

ID=17416259

Family Applications (1)

Application Number Title Priority Date Filing Date
JP26537197A Expired - Fee Related JP3875371B2 (en) 1997-09-30 1997-09-30 Job management apparatus and recording medium

Country Status (1)

Country Link
JP (1) JP3875371B2 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1323348C (en) * 2003-12-01 2007-06-27 佳能株式会社 Method and apparatus for executing load distributed printing
JP2009211426A (en) * 2008-03-04 2009-09-17 Nec Corp Batch job management system, apparatus and program
JP2013175060A (en) * 2012-02-24 2013-09-05 Ricoh Co Ltd Information processing apparatus, file processing method, and program
JP6509475B1 (en) * 2017-05-30 2019-05-08 三菱電機株式会社 Management device, management method and management program

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1323348C (en) * 2003-12-01 2007-06-27 佳能株式会社 Method and apparatus for executing load distributed printing
US8711390B2 (en) 2003-12-01 2014-04-29 Canon Kabushiki Kaisha Method and apparatus for executing load distributed printing
JP2009211426A (en) * 2008-03-04 2009-09-17 Nec Corp Batch job management system, apparatus and program
JP2013175060A (en) * 2012-02-24 2013-09-05 Ricoh Co Ltd Information processing apparatus, file processing method, and program
JP6509475B1 (en) * 2017-05-30 2019-05-08 三菱電機株式会社 Management device, management method and management program

Also Published As

Publication number Publication date
JP3875371B2 (en) 2007-01-31

Similar Documents

Publication Publication Date Title
KR100733852B1 (en) Computer system
JPH0750456B2 (en) I / O control system
US7681196B2 (en) Providing optimal number of threads to applications performing multi-tasking using threads
US7237005B2 (en) Job network setup method, job network execution method, job management system, management terminal and program
CN113703951B (en) Method and device for processing DMA (direct memory Access) and computer readable storage medium
JP3875371B2 (en) Job management apparatus and recording medium
JP2821345B2 (en) Asynchronous I / O control method
CN111261206B (en) Read-write method and device, electronic equipment and readable storage medium
JP3733402B2 (en) Processor resource selection method, processor resource selection system therefor, and computer-readable program recording medium
JPH0115899B2 (en)
US20220353874A1 (en) Method and Apparatus for Maximizing a Number of Connections That Can Be Executed from a Mobile Application
JPH02120958A (en) Method for controlling output queue
JP2915612B2 (en) Shared area management method
JPH07146809A (en) Information processor
JP2002287986A (en) Server calculator distributed processing environment system, program, and distributed processing environment method
JPH01222335A (en) Multi-task processing system
JPH05346867A (en) Processor for restarting data transfer
JPH02244228A (en) Job start control method
JPS58168168A (en) Swap-in and swap-out system of terminal
JP2006318055A (en) Printing controller, printing control method, program, and computer readable storage medium
JPH064472A (en) Input/output priority order control system
JPH06301556A (en) Queue execution managing method
JPH07230375A (en) Data processor
JPS6048541A (en) Electronic computer system
JPH064321A (en) Interruption control system

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20040723

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20040726

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20060509

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20060707

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

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20061003

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20061026

R150 Certificate of patent (=grant) or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (prs date is renewal date of database)

Free format text: PAYMENT UNTIL: 20101102

Year of fee payment: 4

FPAY Renewal fee payment (prs date is renewal date of database)

Free format text: PAYMENT UNTIL: 20101102

Year of fee payment: 4

FPAY Renewal fee payment (prs date is renewal date of database)

Free format text: PAYMENT UNTIL: 20111102

Year of fee payment: 5

FPAY Renewal fee payment (prs date is renewal date of database)

Free format text: PAYMENT UNTIL: 20111102

Year of fee payment: 5

FPAY Renewal fee payment (prs date is renewal date of database)

Free format text: PAYMENT UNTIL: 20121102

Year of fee payment: 6

FPAY Renewal fee payment (prs date is renewal date of database)

Free format text: PAYMENT UNTIL: 20121102

Year of fee payment: 6

FPAY Renewal fee payment (prs date is renewal date of database)

Free format text: PAYMENT UNTIL: 20131102

Year of fee payment: 7

LAPS Cancellation because of no payment of annual fees