JPH11212812A - Job control system in network environment - Google Patents
Job control system in network environmentInfo
- Publication number
- JPH11212812A JPH11212812A JP1538498A JP1538498A JPH11212812A JP H11212812 A JPH11212812 A JP H11212812A JP 1538498 A JP1538498 A JP 1538498A JP 1538498 A JP1538498 A JP 1538498A JP H11212812 A JPH11212812 A JP H11212812A
- Authority
- JP
- Japan
- Prior art keywords
- job
- file
- program
- business
- client
- 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.)
- Withdrawn
Links
Landscapes
- Multi Processors (AREA)
Abstract
Description
【0001】[0001]
【発明の属する技術分野】本発明は、クライアント・サ
−バシステムにおいて、各クライアントの業務により発
生したジョブの排他制御を行うことができるネットワ−
ク環境におけるジョブ制御方式に関する。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a network capable of performing exclusive control of a job generated by a task of each client in a client server system.
A job control method in a work environment.
【0002】[0002]
【従来の技術】各企業においては、サーバ・クライアン
トシステムのようなネットワークシステムを構築し、業
務の円滑化を図っている。2. Description of the Related Art In each company, a network system such as a server / client system is constructed to facilitate business.
【0003】このように、サーバ・クライアントシステ
ムを用いることにより、サーバ機にインストールされた
プログラムを各クライアント機がロードして実行してい
る。そして、クライアント機にロードされたプログラム
に起動をかけると、無条件にプログラムが実行されてい
た。As described above, by using the server-client system, each client machine loads and executes a program installed in the server machine. When the program loaded on the client machine is started, the program is executed unconditionally.
【0004】このため、あるクライアント機において実
行されたプログラムにより、サーバ機に設けられたファ
イルが更新されている最中に、他のクライアント機にお
いて実行されたプログラムによってもファイルが更新さ
れてしまい、ファイルが破壊されてしまうことが発生す
る。For this reason, while a file provided in the server machine is being updated by a program executed in one client machine, the file is also updated by a program executed in another client machine. Files can be corrupted.
【0005】このような事態の発生を防止するために
は、データファイルの書き込み時に、オペレータ自身で
データファイルの排他制御を行う必要があった。In order to prevent such a situation from occurring, it is necessary for the operator to perform exclusive control of the data file when writing the data file.
【0006】[0006]
【発明が解決しようとする課題】このようにオペレータ
の手作業によりデータファイルの排他制御を行った場合
には、オペレータの操作ミスにより、データファイルが
破壊される恐れがある。When the exclusive control of the data file is performed manually by the operator as described above, the data file may be destroyed due to an operator's operation error.
【0007】そこで、オペレータを介在することなく、
データファイルの排他制御を行うには、サーバ機あるい
はクライアント機専用のアプリケーションプログラムを
作成するしかなかった。Therefore, without the intervention of an operator,
The only way to perform exclusive control of a data file is to create an application program dedicated to a server machine or a client machine.
【0008】しかし、サーバ機あるいはクライアント機
専用のアプリケーションプログラムを作成すると、その
作業が繁雑になるという問題があった。However, if an application program dedicated to a server machine or a client machine is created, there is a problem that the work becomes complicated.
【0009】本発明は上記の点に鑑みてなされたもの
で、その目的はサーバ機あるいはクライアント機専用の
アプリケーションプログラムを作成することなく、しか
もオペレータの操作によりデータファイルの排他制御を
行うことができるネットワ−ク環境におけるジョブ制御
方式を提供することにある。The present invention has been made in view of the above points, and an object thereof is to perform exclusive control of a data file by an operation of an operator without creating an application program dedicated to a server machine or a client machine. An object of the present invention is to provide a job control method in a network environment.
【0010】[0010]
【課題を解決するための手段】請求項1記載のネットワ
−ク環境におけるジョブ制御方式は、サ−バ機及び複数
のクライアント機からなるネットワ−ク環境システムに
おいて、上記サ−バ機に、上記クライアント機から発生
するジョブのうち現在実行中のジョブの優先順位を少な
くとも記憶しておく管理ファイルを共用ファイルとして
設け、上記クライアント機は自己のジョブを実行する際
に、上記管理ファイルを参照して自己のジョブの優先順
位を認識した上でジョブを実行することを特徴とするネ
ットワ−ク環境におけるジョブ制御方式である。According to a first aspect of the present invention, in a network environment system including a server and a plurality of clients, a job control method in a network environment is provided. A management file that stores at least the priority of the currently executing job among the jobs generated from the client machine is provided as a shared file, and the client machine refers to the management file when executing its own job. This is a job control method in a network environment characterized by executing a job after recognizing the priority of its own job.
【0011】サーバ機に、クライアント機から発生した
ジョブを実行する際に登録する管理ファイルとして、業
務管理ファイルを設けておく。この業務管理ファイルに
は、少なくともクライアント機から発生したジョブの優
先順位を記憶させるようにしている。A job management file is provided in the server machine as a management file registered when executing a job generated from the client machine. This work management file stores at least the priority of jobs generated from the client machine.
【0012】クライアント機からジョブが発生した場合
には、この業務管理ファイルを参照して、現在実行中の
ジョブを検索し、自己のジョブが実行可能であるかを検
索し、実行可能であれば自己のジョブを実行し、実行可
能でない場合には、現在実行中のジョブが終了するまで
待つようにしている。When a job is generated from the client machine, the job management file is searched for a job that is currently being executed, and whether or not the job is executable is searched. It executes its own job, and if it is not executable, it waits until the currently executing job ends.
【0013】[0013]
【発明の実施の形態】以下図面を参照して、本発明の一
実施の形態に係わるネットワ−ク環境におけるジョブ制
御方式について説明する。図1は、サーバ・クライアン
トシステムを示すシステム構成図である。図において、
11は、サーバ機である。このサーバ機には、OS(オ
ペレーティング・システム)として、例えばマイクロソ
フト社のウインドウズNTが搭載されている。このサー
バ機11には、ハードディスク装置12が接続されて、
このハードディスク装置12に共有ファイル12aが形
成されている。DESCRIPTION OF THE PREFERRED EMBODIMENTS A job control method in a network environment according to an embodiment of the present invention will be described below with reference to the drawings. FIG. 1 is a system configuration diagram showing a server / client system. In the figure,
11 is a server machine. This server is equipped with, for example, Microsoft Windows NT as an OS (Operating System). A hard disk device 12 is connected to the server device 11,
A shared file 12a is formed on the hard disk device 12.
【0014】この共有ファイル12aには、図4に示す
ような業務管理ファイルの他に、伝票データ、顧客マス
タ、商品マスタ等が形成されている。In the shared file 12a, slip data, a customer master, a product master, and the like are formed in addition to the business management file as shown in FIG.
【0015】さらに、サーバ機11からの通信回線に
は、第1のクライアント機13として複数のPC(パー
ソナル・コンピュータ)13a〜13d、第2のクライ
アント機14としての複数の事務コンピュータ(伝票発
行機)14a〜14cが接続されている。Further, a communication line from the server machine 11 includes a plurality of PCs (personal computers) 13a to 13d as the first client machine 13 and a plurality of office computers (slip issuing machines) as the second client machine 14. ) 14a to 14c are connected.
【0016】ここで、PC13a〜13dは、OSとし
て例えばウインドウズが搭載され、事務コンピュータ1
4a〜14cにはOSとして例えばDOS(ディスク・
オペレーティング・システム)が搭載されている。Here, the PCs 13a to 13d are equipped with, for example, Windows as the OS, and
OSs such as DOS (disk
Operating system).
【0017】次に、図2を参照して事務コンピュータ1
4a〜14cの詳細な構成について説明する。図2にお
いて、21はCPU(中央処理装置)である。このCP
U21は、OSとしてDOSが搭載されている。このC
PU21からのシステムバス21aには、図7のフロ−
チャ−トに示すプログラムの、伝票発行のための制御プ
ログラムの他、各種制御プログラムが記憶されているR
OM(リード・オンリ・メモリ)22、RAM(ランダ
ム・アクセス・メモリ)23、キー入力部24、LCD
(液晶表示装置)25、FDD(フロッピーディスク装
置)26、伝票を発行するためのプリンタ27が接続さ
れている。Next, with reference to FIG.
The detailed configuration of 4a to 14c will be described. In FIG. 2, reference numeral 21 denotes a CPU (central processing unit). This CP
U21 is equipped with DOS as OS. This C
The system bus 21a from the PU 21 has a flow chart of FIG.
In the program shown in the chart, an R which stores various control programs in addition to a control program for issuing a slip.
OM (read only memory) 22, RAM (random access memory) 23, key input unit 24, LCD
(Liquid crystal display device) 25, FDD (floppy disk device) 26, and printer 27 for issuing a slip are connected.
【0018】RAM23には、図3に示すようなプログ
ラムファイルが記憶されている。The RAM 23 stores a program file as shown in FIG.
【0019】次に、図3を参照してプログラムファイル
の構成について説明する。このプログラムファイルは、
事務コンピュータ14a〜14cで使用される各種伝票
発行用プログラムのプログラム名A、その伝票発行用プ
ログラムの実体であるアプリプログラムB、固定項目C
としてファイル参照パスC1、排他制御に必要な業務レ
ベルC2等が設定されている。Next, the structure of a program file will be described with reference to FIG. This program file
Program name A of various slip issuing programs used by office computers 14a to 14c, application program B which is the substance of the slip issuing program, fixed item C
, A file reference path C1, a business level C2 required for exclusive control, and the like are set.
【0020】この業務レベルは、アプリプログラムBの
優先順位を数値で示すたものである。例えば、プログラ
ムの処理が共有ファイル12aを更新する場合には、0
〜2が設定され、共有ファイル12aに基づいて伝票を
発行する場合には、3〜5が設定され、共有ファイル1
2aを参照する場合には、6〜8が設定されている。This business level indicates the priority of the application program B by numerical values. For example, if the processing of the program updates the shared file 12a, 0
When a slip is issued based on the shared file 12a, 3 to 5 are set and the shared file 1 is set.
When reference is made to 2a, 6 to 8 are set.
【0021】次に、図4を参照して業務管理ファイル1
2bについて説明する。この業務管理ファイル12bに
は、クライアント機14のプログラムが実行可能となっ
た場合には、開始時間、ユーザ名、システム名、業務
名、業務レベル、ファイルパス等の管理情報が登録され
た後、そのプログラムが実行される。Next, with reference to FIG.
2b will be described. When the program of the client machine 14 becomes executable in the business management file 12b, management information such as a start time, a user name, a system name, a business name, a business level, and a file path is registered. The program is executed.
【0022】一方、そのプログラムが終了した場合に
は、当該プログラムに対応する管理情報が削除される。On the other hand, when the program ends, the management information corresponding to the program is deleted.
【0023】ここで、ユーザ名はクライアント機14
(14a〜14c)のうちどの事務コンピュータの業務
プログラムが起動されるのかを表す名が設定され、シス
テム名はそのシステム名が設定され、業務名は伝票発
行、更新、参照処理のうちどの業務であるかを識別する
名が設定される。Here, the user name is the client machine 14
(14a to 14c), a name indicating which business program of an office computer is to be started is set, a system name is set to the system name, and a business name is a business for issuing, updating, and referring to a slip. A name is set to identify the presence.
【0024】さらに、業務レベルには、図3に示したプ
ログラムファイルに記憶されている業務レベルが設定さ
れ、ファイルパスには図3に示したプログラムファイル
のうちファイル参照パスC1が設定される。Further, the business level stored in the program file shown in FIG. 3 is set as the business level, and the file reference path C1 of the program file shown in FIG. 3 is set as the file path.
【0025】次に、上記のように構成された本発明の一
実施の形態の動作について説明する。まず、クライアン
ト機14のうちの事務コンピュータ14a〜14cのう
ちの業務プログラムが選択実行される場合の処理につい
て説明する。クライアント機14のうちの事務コンピュ
ータ14a〜14cの電源がオンされると図7のフロ−
チャ−トに示す処理が開始される。Next, the operation of the embodiment of the present invention configured as described above will be described. First, a description will be given of a process performed when a business program among the office computers 14a to 14c of the client machine 14 is selectively executed. When the power of the office computers 14a to 14c of the client machine 14 is turned on, the flow of FIG.
The process shown in the chart is started.
【0026】事務コンピュータ(14a〜14c)のL
CD25に図6に示すようなメニュー画面が表示されて
いる状態において、メニューを選択する処理を行う(ス
テップS1)。L of the office computer (14a-14c)
In a state where the menu screen as shown in FIG. 6 is displayed on the CD 25, a process of selecting a menu is performed (step S1).
【0027】例えば、LCD25に表示されているメニ
ュー画面a1から「1.日次業務」を選択し、この
「1.日次業務」を選択することによりLCD25画面
に表示されるメニュー画面a2から「2.ヒサゴ納品
書」を選択した場合の動作について説明する。For example, "1. Daily work" is selected from the menu screen a1 displayed on the LCD 25, and by selecting "1. Daily work", "1. Daily work" is selected from the menu screen a2 displayed on the LCD 25 screen. The operation when "2. HISAGO delivery note" is selected will be described.
【0028】ここで、日次業務内の「1.コンヨウ…納
品書」「2.ヒサゴ…納品書」…の各業務プログラムに
対応するプログラムファイルが、RAM23に記憶され
ている。Here, the program files corresponding to the respective business programs of “1. Concierge... Delivery note” and “2. HISAGO... Delivery note” in the daily work are stored in the RAM 23.
【0029】そして、このプログラムファイルのファイ
ル参照パスC1及び排他制御に必要な業務レベルC2が
参照される。Then, the file reference path C1 of the program file and the business level C2 required for exclusive control are referred to.
【0030】そして、メニューから選択したプログラム
の業務プログラムレベルC2と、共有ファイル12aの
業務管理ファイル中の現在実行中の業務レベルが参照さ
れて、クライアント機14のメニューで選択されたプロ
グラムが実行可能であるかをステップS2以降の処理で
判定される。The program selected from the menu of the client machine 14 can be executed by referring to the business program level C2 of the program selected from the menu and the currently running business level in the business management file of the shared file 12a. Is determined in the processing after step S2.
【0031】ここで、図5を参照して、業務管理ファイ
ルに設定されている現在実行中の業務プログラムと、メ
ニューで選択したプログラムが実行可能であるかを判定
している。例えば、業務管理ファイルに設定されている
現在実行中の業務プログラムの業務に対応したジョブが
更新(業務レベルが0〜2)の場合には、メニューで選
択したプログラム(業務)のうち「参照」のみが実行可
能とされる。Referring to FIG. 5, it is determined whether the currently executed business program set in the business management file and the program selected from the menu are executable. For example, when the job corresponding to the job of the currently executed business program set in the business management file is updated (the business level is 0 to 2), the “reference” of the program (business) selected from the menu is used. Only executable.
【0032】また、業務管理ファイルに設定されている
現在実行中の業務プログラムに対応したジョブが更新
(業務レベルが3〜5)の場合には、メニューで選択し
たプログラム(業務)のうち「伝発(伝票発行)」「参
照」のみが実行可能とされる。When the job corresponding to the currently executed business program set in the business management file is updated (business level is 3 to 5), the “transfer” of the program (business) selected from the menu is selected. Only "issuing (issue of slip)" and "reference" can be executed.
【0033】また、業務管理ファイルに設定されている
現在実行中の業務プログラムの業務が更新(業務レベル
が6〜8)の場合には、メニューで選択したプログラム
(業務)のうち「更新」、「伝発(伝票発行)」「参
照」のみが実行可能とされる。If the job of the currently executed job program set in the job management file is updated (job level is 6 to 8), "update" of the program (job) selected from the menu is selected. Only "transmission (issue of slip)" and "reference" can be executed.
【0034】以下、図5に示した排他制御関係に沿って
どのように共用ファイル12aの排他制御がなされるか
をステップS2以降のフロ−チャ−トを参照して説明す
る。まず、メニューから選択したプログラムの業務プロ
グラムレベルC2が「≦2」であるかを判定する(ステ
ップS2)。Hereinafter, how the exclusive control of the shared file 12a is performed along the exclusive control relationship shown in FIG. 5 will be described with reference to the flowchart after step S2. First, it is determined whether the business program level C2 of the program selected from the menu is “≦ 2” (step S2).
【0035】このステップS2の判定において、「YE
S」と判定された場合、つまり業務レベルが「0〜2」
の場合には、図4の業務管理ファイル12bより現在実
行中のプログラムを検索し(ステップS3)、現在実行
中のプログラムの業務レベルが「0〜5」であるかを判
定する(ステップS4)。In the determination in step S2, "YE
S ”, that is, the business level is“ 0 to 2 ”
In the case of, the currently running program is searched from the business management file 12b in FIG. 4 (step S3), and it is determined whether the business level of the currently running program is “0 to 5” (step S4). .
【0036】図5の排他制御表を参照しても明らかなよ
うに、メニューで選択した業務に対応したジョブは、現
在実行中のプログラムの業務レベルが「6〜8」(参
照)の場合にのみ可能となる。As is apparent from the exclusive control table shown in FIG. 5, the job corresponding to the job selected from the menu is executed when the job level of the currently executing program is "6 to 8" (see). Only possible.
【0037】従って、ステップS4の判定で「NO」と
判定された場合には、メニューで選択した業務に対応す
るプログラムファイルから必要な情報を取り出して、共
用ファイル12aの管理情報ファイル12bに登録され
る(ステップS5)。Therefore, if "NO" is determined in the step S4, necessary information is extracted from the program file corresponding to the job selected in the menu and registered in the management information file 12b of the shared file 12a. (Step S5).
【0038】そして、その業務プログラムが実行される
(ステップS6)。Then, the business program is executed (step S6).
【0039】一方、上記ステップS4において、「YE
S」と判定された場合には、メニューで選択した業務に
対応するプログラムファイルに設定されているファイル
参照パスC2と管理情報テーブル12bに設定されてい
る現在実行中のプログラムのファイルパスとが等しいか
が判定される(ステップS7)。On the other hand, in step S4, "YE
If "S" is determined, the file reference path C2 set in the program file corresponding to the job selected in the menu and the file path of the currently executing program set in the management information table 12b are the same. It is determined whether or not it is good (step S7).
【0040】このステップS7の判定で「YES」と判
定された場合には、メニューで選択した業務プログラム
を実行することはできない。If "YES" is determined in step S7, the business program selected from the menu cannot be executed.
【0041】一方、ステップS7の判定で「NO」と判
定された場合には、前述したステップS5、S6の処理
が行われて、メニューで選択した業務プログラムが実行
される。On the other hand, if "NO" is determined in the determination in step S7, the processes in steps S5 and S6 described above are performed, and the business program selected in the menu is executed.
【0042】ところで、ステップS2において「NO」
と判定された場合には、メニューから選択したプログラ
ムの業務レベルC2が「≦5」であるかが判定される
(ステップS8)。By the way, in step S2, "NO"
If it is determined that the operation level C2 of the program selected from the menu is “≦ 5”, it is determined (step S8).
【0043】このステップS8において「YES」と判
定された場合、つまり業務レベルC2が「3〜5」の場
合には、ステップS9以降の処理が行われる。まず、図
4の業務管理ファイル12bより現在実行中のプログラ
ムを検索し(ステップS9)、現在実行中のプログラム
の業務レベルが「0〜2」であるかを判定する(ステッ
プS10)。If "YES" is determined in step S8, that is, if the business level C2 is "3 to 5", the processing from step S9 is performed. First, the currently executing program is searched from the task management file 12b of FIG. 4 (step S9), and it is determined whether the task level of the currently executing program is “0 to 2” (step S10).
【0044】図5の排他制御表を参照しても明らかなよ
うに、メニューで選択した業務は現在実行中のプログラ
ムの業務レベルが「3〜8」(伝発、参照)の場合にの
み可能となる。As is clear from the exclusive control table shown in FIG. 5, the task selected from the menu is possible only when the task level of the currently executing program is "3 to 8" (transmission, reference). Becomes
【0045】従って、ステップS10の判定で「NO」
と判定された場合、つまり、業務レベルが「3〜8」
(伝発、参照)にはメニューで選択した業務に対応する
プログラムファイルから必要な情報を取り出して、共用
ファイル12aの管理情報ファイル12bに登録される
(ステップS5)。Accordingly, "NO" in the determination of step S10.
Is determined, that is, the business level is “3 to 8”
For (transmission, reference), necessary information is extracted from the program file corresponding to the task selected in the menu and registered in the management information file 12b of the shared file 12a (step S5).
【0046】そして、その業務プログラムが実行される
(ステップS6)。Then, the business program is executed (step S6).
【0047】一方、上記ステップS10において、「Y
ES」と判定された場合には、メニューで選択した業務
に対応するプログラムファイルに設定されているファイ
ル参照パスC2と管理情報テーブル12bに設定されて
いる現在実行中のプログラムのファイルパスとが等しい
かが判定される(ステップS7)。On the other hand, in step S10, "Y
If "ES" is determined, the file reference path C2 set in the program file corresponding to the task selected in the menu and the file path of the currently executing program set in the management information table 12b are equal. It is determined whether or not it is good (step S7).
【0048】このステップS7の判定で「YES」と判
定された場合には、メニューで選択した業務プログラム
を実行することはできない。If "YES" is determined in step S7, the business program selected from the menu cannot be executed.
【0049】一方、ステップS7の判定で「NO」と判
定された場合には、前述したステップS5、S6の処理
が行われて、メニューで選択した業務プログラムが実行
される。On the other hand, if "NO" is determined in the determination in step S7, the processes in steps S5 and S6 described above are performed, and the business program selected in the menu is executed.
【0050】一方、ステップS8の判定で「NO」と判
定された場合、つまり業務レベルが「6〜8」(参照)
であると判定された場合には、メニューで選択した業務
に対応するプログラムファイルから必要な情報を取り出
して、共用ファイル12aの管理情報ファイル12bに
登録される(ステップS5)。On the other hand, if "NO" is determined in the determination in step S8, that is, the business level is "6 to 8" (see).
If it is determined that the information is the required information, the necessary information is extracted from the program file corresponding to the task selected from the menu and registered in the management information file 12b of the shared file 12a (step S5).
【0051】そして、その業務プログラムが実行される
(ステップS6)。Then, the business program is executed (step S6).
【0052】以上のように、サ−バ機及びクライアント
機からなるネットワ−ク環境システムにおいて、サ−バ
機に、上記クライアント機から発生するジョブを登録
し、少なくともそのジョブが持つ優先順位を記憶してお
く業務管理ファイルを共用ファイルとして設ておき、ク
ライアント機は自己のジョブを実行する際に、この業務
管理ファイルを参照して自己のジョブの優先順位を認識
した上でジョブを実行するようにしたので、共用ファイ
ルに記憶されているマスタファイル等のデータの破壊を
オペレータを介在することなく確実に防止することがで
きる。As described above, in a network environment system including a server and a client, a job generated from the client is registered in the server and at least the priority of the job is stored. The job management file to be set is set as a shared file, and the client machine executes the job after referring to the job management file and recognizing the priority of the job when executing the own job. Therefore, destruction of data such as a master file stored in the shared file can be reliably prevented without the intervention of an operator.
【0053】さらに、各クライアント機において、図7
のフロ−チャ−トの処理を行うプログラムを追加するだ
けで、特にサーバ機あるいはクライアント機に専用の業
務プログラムを作成しなくても排他制御を遂行すること
ができる。Further, in each client machine, FIG.
Exclusive control can be performed only by adding a program for performing the processing of the flowchart without creating a business program dedicated to a server machine or a client machine.
【0054】新の場合には、3種類の業務レベルに0〜
2、3〜5,6〜8のように幅を持たせているが、各業
務レベルが単一の数値あつても良い。このように業務レ
ベルを示す数値に幅を持たせた理由は、将来業務レベル
を変更できるようにするためである。In the case of the new business, the three business levels are 0-
Although there is a range such as 2, 3 to 5, 6 to 8, each business level may have a single numerical value. The reason for giving a range to the numerical value indicating the business level is to enable the business level to be changed in the future.
【0055】[0055]
【発明の効果】請求項1記載の発明によれば、サ−バ機
及び複数のクライアント機からなるネットワ−ク環境シ
ステムにおいて、サ−バ機に、上記クライアント機から
発生するジョブを登録し、少なくともそのジョブが持つ
優先順位を記憶しておく管理ファイルを共用ファイルと
して設ておき、クライアント機は自己のジョブを実行す
る際に、上記管理ファイルを参照して自己のジョブの優
先順位を認識した上でジョブを実行するようにしたの
で、共用ファイルに記憶されているマスタファイル等の
データの破壊をオペレータを介在することなく確実に防
止することができる。According to the first aspect of the present invention, in a network environment system including a server machine and a plurality of client machines, a job generated from the client machine is registered in the server machine. A management file for storing at least the priority of the job is set as a shared file, and the client machine recognizes the priority of its own job by referring to the management file when executing its own job. Since the job is executed above, destruction of data such as a master file stored in the shared file can be reliably prevented without the intervention of an operator.
【0056】さらに、各クライアント機において、図7
のフロ−チャ−トの処理を行うプログラムを追加するだ
けで、特にサーバ機あるいはクライアント機に専用の業
務プログラムを作成しなくてもよくすることができる。Further, in each client machine, FIG.
By simply adding a program for performing the processing of the flowchart, it is not necessary to create a business program dedicated to a server machine or a client machine.
【図1】本発明の一実施の形態に係わるサーバ・クライ
アントシステムを示すブロック図。FIG. 1 is a block diagram showing a server / client system according to an embodiment of the present invention.
【図2】図1のクライアント機としての事務コンピュー
タの詳細な構成を示す図。FIG. 2 is a diagram showing a detailed configuration of an office computer as the client machine in FIG. 1;
【図3】プログラムファイルの構成を示す図。FIG. 3 is a diagram showing a configuration of a program file.
【図4】業務管理ファイルの構成を示す図。FIG. 4 is a diagram showing a configuration of a business management file.
【図5】現在実行中の業務とメニューで選択したこれか
ら実行しようとする業務との業務レベルを相関して示す
図。FIG. 5 is a diagram showing a correlation between a task currently being executed and a task selected from a menu to be executed from now on;
【図6】LCDに表示されたメニュー画面を示す図。FIG. 6 is a view showing a menu screen displayed on the LCD.
【図7】クライアント機に搭載された排他制御用プログ
ラムを示すフロ−チャ−ト。FIG. 7 is a flowchart showing an exclusive control program installed in the client machine.
11…サーバ機、 12…ハードディスク装置、 12a…共用ファイル、 13…第1のクライアント機、 14…第2のクライアント機。 11: server machine, 12: hard disk drive, 12a: shared file, 13: first client machine, 14: second client machine.
Claims (1)
なるネットワ−ク環境システムにおいて、 上記サ−バ機に、上記クライアント機から発生するジョ
ブのうち現在実行中のジョブの優先順位を少なくとも記
憶しておく管理ファイルを共用ファイルとして設け、 上記クライアント機は自己のジョブを実行する際に、上
記管理ファイルを参照して自己のジョブの優先順位を認
識した上でジョブを実行することを特徴とするネットワ
−ク環境におけるジョブ制御方式。1. A network environment system comprising a server machine and a plurality of client machines, wherein the server machine stores at least a priority of a currently executing job among jobs generated from the client machine. The management file is provided as a shared file, and the client machine executes the job after executing its own job, recognizing the priority of its own job with reference to the management file, and executing the job. Job control method in a network environment.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP1538498A JPH11212812A (en) | 1998-01-28 | 1998-01-28 | Job control system in network environment |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP1538498A JPH11212812A (en) | 1998-01-28 | 1998-01-28 | Job control system in network environment |
Publications (1)
Publication Number | Publication Date |
---|---|
JPH11212812A true JPH11212812A (en) | 1999-08-06 |
Family
ID=11887265
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP1538498A Withdrawn JPH11212812A (en) | 1998-01-28 | 1998-01-28 | Job control system in network environment |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPH11212812A (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2015162210A (en) * | 2014-02-28 | 2015-09-07 | 東芝テック株式会社 | Information processing device and information processing program |
-
1998
- 1998-01-28 JP JP1538498A patent/JPH11212812A/en not_active Withdrawn
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2015162210A (en) * | 2014-02-28 | 2015-09-07 | 東芝テック株式会社 | Information processing device and information processing program |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US5924102A (en) | System and method for managing critical files | |
US8327290B2 (en) | User task interface in a web application | |
TWI480803B (en) | Shared file system management between independent operating systems | |
US5960168A (en) | Deferred printing | |
AU765542B2 (en) | Method and apparatus for new device driver installation by an operating system | |
US6182212B1 (en) | Method and system for automated migration of user settings to a replacement computer system | |
US6262726B1 (en) | Factory installing desktop components for an active desktop | |
US7818663B2 (en) | Editable information management system and method | |
WO2006014735A1 (en) | Heterogeneous job dashboard | |
WO2006014734A1 (en) | System and method for filtering jobs | |
CA2231382C (en) | System and method for managing device driver logical state information in an information handling system | |
JP2001249907A (en) | Activation processing system | |
JP4590229B2 (en) | Policy rule management support method and policy rule management support device | |
US20020045963A1 (en) | CAD supporting apparatus, and CAD supporting program storage medium | |
JP5147875B2 (en) | I / O screen generation system | |
JP2003202990A (en) | System and method for managing and starting program, program and recording medium | |
JPH11212812A (en) | Job control system in network environment | |
EP1497720B1 (en) | System and method for managing operating system option values | |
JP7533192B2 (en) | Information processing device and program | |
US20020181011A1 (en) | Method for dynamically creating a printer driver | |
JP4854632B2 (en) | I / O screen generation system | |
JP2743802B2 (en) | Client / server system processing suspend / resume method | |
JPH10301924A (en) | Processor for external character classfied by jobs | |
JPH0883225A (en) | Icon display method of information processor | |
JP3814308B2 (en) | Document file management system and document file management method |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Effective date: 20040916 Free format text: JAPANESE INTERMEDIATE CODE: A621 |
|
A761 | Written withdrawal of application |
Free format text: JAPANESE INTERMEDIATE CODE: A761 Effective date: 20070122 |