JP2000215163A - Client display system for processing progress state of server - Google Patents

Client display system for processing progress state of server

Info

Publication number
JP2000215163A
JP2000215163A JP1663899A JP1663899A JP2000215163A JP 2000215163 A JP2000215163 A JP 2000215163A JP 1663899 A JP1663899 A JP 1663899A JP 1663899 A JP1663899 A JP 1663899A JP 2000215163 A JP2000215163 A JP 2000215163A
Authority
JP
Japan
Prior art keywords
server
processing
client
program
processing state
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
JP1663899A
Other languages
Japanese (ja)
Inventor
Toyoharu Toki
豊晴 土岐
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.)
Hitachi Ltd
Original Assignee
Hitachi 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 Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP1663899A priority Critical patent/JP2000215163A/en
Publication of JP2000215163A publication Critical patent/JP2000215163A/en
Pending legal-status Critical Current

Links

Landscapes

  • User Interface Of Digital Computer (AREA)
  • Multi Processors (AREA)
  • Computer And Data Communications (AREA)

Abstract

PROBLEM TO BE SOLVED: To easily attain a function to display the processing state of a server on a client even in a processing form where the processing is partly requested to the server from a client via an RPC, etc., with which the processing state is usually visualized by an operator through the display of an animation, etc., during the execution of the processing that requires much time to the application of a personal computer. SOLUTION: The work program of a server 711 notifies (713) another processing state notifying program contained in a server of the processing state based on the work processing contents. This notifying load is reduced since the notification is carried out in the same processor. A processing state notifying program is used in common by plural jobs. The processing state notifying program 703 of a client 701 receives the processing state of the work program of the server 711 from a server processing state notifying program 714 and displays the received processing state on a screen.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明はクライアントとサー
バによるネットワーク分散処理システムにおけるクライ
アントでの処理状況表示方式に関する。
[0001] 1. Field of the Invention [0002] The present invention relates to a processing status display method for a client in a network distributed processing system including a client and a server.

【0002】[0002]

【従来の技術】従来の専用端末とホストコンピュータに
よるオンラインシステムでのメッセージシーケンス例を
図1に示す。端末101はホストコンピュータ102に
問合せ電文103を送信し、応答電文104を受信する
間に、画面更新電文105を受信している。このような
独自仕様でホストの処理進行状況を端末に表示すること
が可能だった。
2. Description of the Related Art FIG. 1 shows an example of a conventional message sequence in an online system using a dedicated terminal and a host computer. The terminal 101 transmits the inquiry message 103 to the host computer 102, and receives the screen update message 105 while receiving the response message 104. It was possible to display the processing progress of the host on the terminal with such a unique specification.

【0003】[0003]

【発明が解決しようとする課題】パソコンのアプリケー
ションでは時間のかかる処理の実行中に、アニメーショ
ン表示等で処理状況をオペレータに視覚させるのが普通
になっているが、処理の一部をクライアントからサーバ
に依頼する処理形態で、サーバの処理状況をクライアン
トに表示することは簡単ではない。
In a personal computer application, during execution of a time-consuming process, it is common for an operator to visually recognize the process status by displaying an animation or the like. It is not easy to display the processing status of the server to the client in the processing mode requested by the client.

【0004】近年、分散コンピューティング技術が発展
し、クライアントとサーバ間インタフェースの国際的標
準化が進んでいる。DCE・RPC(国際標準化団体O
SF)、DCOM(マイクロソフト社)、CORBA
(国際標準化団体OMG)がその例である。
In recent years, distributed computing technology has been developed, and international standardization of an interface between a client and a server is progressing. DCE / RPC (International Standards Organization O
SF), DCOM (Microsoft), CORBA
(International Standards Organization OMG) is an example.

【0005】RPC(リモートプロシジャコール)の例
を図2に示す。クライアント201のAP(アプリケー
ションプログラム)202は内部プロシジャ203をコ
ールするのと、同じ形でサーバ204のプロシジャ20
5をコールしている。クライアントとサーバ間のネット
ワークが隠蔽されており、AP(アプリケーションプロ
グラム)202から見て内部プロシジャ203と外部プ
ロシジャ205は同等である。
FIG. 2 shows an example of RPC (remote procedure call). An AP (application program) 202 of the client 201 calls an internal procedure 203 in the same manner as the procedure 20 of the server 204.
Calling 5. The network between the client and the server is hidden, and the internal procedure 203 and the external procedure 205 are equivalent from the viewpoint of the AP (application program) 202.

【0006】RPCのインタフェースでは処理の途中で
コール元に応答を返し、コール元でそれに対応すること
は困難である。
[0006] In the RPC interface, it is difficult to return a response to the caller during the processing, and to respond to the response at the caller.

【0007】本発明の目的は、クライアントからサーバ
に処理を依頼する処理形態で、サーバの処理時間が長い
場合に、サーバの処理状況をクライアントに表示する機
能を容易に実現することにある。
An object of the present invention is to easily realize a function of displaying the processing status of a server to a client when the processing time of the server is long in a processing mode in which the client requests the server to perform processing.

【0008】[0008]

【課題を解決するための手段】本発明の概要を図7に示
す。
FIG. 7 shows an outline of the present invention.

【0009】上記目的を達成するために、クライアント
701とサーバ711に処理状態通知用の別プログラム
703・714を起動しておく。
In order to achieve the above object, separate programs 703 and 714 for processing status notification are activated in the client 701 and the server 711.

【0010】クライアントの業務プログラム702には
状態表示の処理は不要であり、共通的に使用可能な処理
状態表示用のプログラム703を起動しておくだけで良
い。状態表示が不要であれば起動させなければ良い。
[0010] The status display processing is not necessary for the client business program 702, and only the processing status display program 703 that can be used in common can be activated. If the status display is not required, it does not need to be activated.

【0011】サーバの業務プログラム712は業務処理
内容に応じて処理状況をサーバ内の処理状態通知用の別
プログラム714に通知する。同一プロセッサ内での通
知であるため、通知のための負荷は小さい。処理状態通
知用のプログラム703・714は複数の業務で共通的
に使用する。
The business program 712 of the server notifies the processing status to another program 714 for notifying the processing status in the server according to the content of the business processing. Since the notification is performed within the same processor, the load for the notification is small. The processing status notification programs 703 and 714 are commonly used in a plurality of tasks.

【0012】クライアントの処理状態通知用プログラム
703はサーバの処理状態通知用プログラム714か
ら、サーバの業務プログラムの処理状態を受信し、画面
に表示する。
The client processing status notification program 703 receives the server business program processing status from the server processing status notification program 714 and displays it on the screen.

【0013】[0013]

【発明の実施の形態】本発明は図3に示す如きネットワ
ークを経由して複数の処理装置(クライアントとサー
バ)が接続されているネットワーク分散処理システムに
適用される。
DESCRIPTION OF THE PREFERRED EMBODIMENTS The present invention is applied to a network distributed processing system in which a plurality of processing devices (clients and servers) are connected via a network as shown in FIG.

【0014】図3の例では営業店サーバ303に営業店
情報データベース305を保有し、センタサーバ306
に全店情報データベース308を保有している。営業店
サーバ303の業務処理は必要に応じて、センタサーバ
306の業務処理307をコールする。
In the example of FIG. 3, the branch office information database 305 is held in the branch office server 303 and the center server 306 is stored.
Has an all store information database 308. The business process of the sales office server 303 calls the business process 307 of the center server 306 as necessary.

【0015】まず、図4でサーバ側プログラムの機能を
説明する。
First, the function of the server-side program will be described with reference to FIG.

【0016】業務処理401はクライアントからのコー
ルで動作するサーバ側業務プログラムであり、状態通知
プログラム411は業務処理401からの通知をクライ
アントに中継するプログラムである。業務処理401で
は処理の過程403,405,407で処理進行状況を
状態通知プログラムに通知している。通知のポイントは
業務処理プログラムで任意に設定する。処理時間の短い
業務処理であれば通知不要であり、データベース検索や
他サーバへの処理依頼のように、処理時間や待ち時間が
長い処理の前後で状態表示するのが一般的である。
The business process 401 is a server-side business program operated by a call from the client, and the status notification program 411 is a program for relaying a notification from the business process 401 to the client. In the business process 401, the process progress status is notified to the status notification program in the process steps 403, 405, and 407. The point of notification is set arbitrarily in the business processing program. In the case of a business process with a short processing time, no notification is required, and the status is generally displayed before and after a process with a long processing time or a long waiting time, such as a database search or a processing request to another server.

【0017】業務処理プログラム401からみて、状態
通知プログラム411への通知処理は同一処理装置内で
の通知であるため、クライアントへの通信と比較して、
プログラム開発も容易で実行時の処理負荷が少なく、効
率が良い。
From the viewpoint of the business processing program 401, the notification processing to the status notification program 411 is a notification in the same processing apparatus, and therefore, compared to the communication to the client,
Program development is easy, the processing load during execution is small, and efficiency is high.

【0018】状態通知プログラム411は業務処理プロ
グラム401から図5に示すような通知メッセージを受
ける。通知メッセージ上のコール元クライアントアドレ
ス情報501によりクライアントに送信する。クライア
ントへの送信413は業務処理401と非同期に処理す
るため、業務処理への影響は殆どない。
The status notification program 411 receives a notification message as shown in FIG. The notification message is transmitted to the client according to the caller client address information 501. Since the transmission 413 to the client is processed asynchronously with the business process 401, there is almost no effect on the business process.

【0019】次に、図6でクライアント側プログラムの
機能を説明する。
Next, the function of the client-side program will be described with reference to FIG.

【0020】状態通知プログラム601はサーバからの
状態通知を待って待機しており(ステップ602)、サー
バからの通知で状態通知メッセージを表示する(ステッ
プ603)。
The status notification program 601 is waiting for a status notification from the server (step 602), and displays a status notification message based on the notification from the server (step 603).

【0021】表示内容は図5に示すような通知メッセー
ジ上のサーバ名503、サーバ業務処理名504、サー
バ業務からの表示メッセージ文言505等である。
The display contents include a server name 503, a server business processing name 504, a display message text 505 from the server business on the notification message as shown in FIG.

【0022】なお、一定時間、次の通知がなければ表示
ウィンドゥをクローズする(ステップ604)。
If there is no next notification for a predetermined time, the display window is closed (step 604).

【0023】[0023]

【発明の効果】本発明により、クライアントからサーバ
に処理を依頼する処理形態でも、少ない業務処理プログ
ラムの開発や実行時のリソース負担で、サーバの処理時
間がかかる場合に、サーバの処理進行状態をオペレータ
に教えることが可能になる。
According to the present invention, even in a processing mode in which a client requests a server to perform processing, the processing progress of the server can be reduced when the processing time of the server is long due to a small resource load during development and execution of the business processing program. It is possible to teach operators.

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

【図1】従来システムでのメッセージシーケンス例を示
す図。
FIG. 1 is a view showing an example of a message sequence in a conventional system.

【図2】リモートプロシジャコールを説明する図。FIG. 2 is a view for explaining a remote procedure call.

【図3】ネットワーク分散システムの例を示す図。FIG. 3 is a diagram showing an example of a network distribution system.

【図4】サーバ業務プログラムと状態通知プログラムの
関連を示す図。
FIG. 4 is a diagram showing the relationship between a server business program and a status notification program.

【図5】処理状態通知メッセージの内容例を示す図。FIG. 5 is a diagram showing an example of the contents of a processing state notification message.

【図6】クライアントの状態通知プログラムの構造を示
す図。
FIG. 6 is a diagram showing the structure of a client status notification program.

【図7】処理方式の概要を示す図。FIG. 7 is a diagram showing an outline of a processing method.

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

101…端末側、102…ホスト側、103…問い合せ
メッセージ、104…応答メッセージ、105…途中の
画面更新メッセージ、201…クライアントの処理装
置、202…クライアントで動作するAP(業務プログ
ラム)、203…AP内の内部プロシジャ(業務処理の
一部)、204…サーバの処理装置、205…クライア
ントからコールされるサーバのプロシジャ(業務処理の
一部)、301…クライアントの処理装置、302…ク
ライアントで動作する業務処理、303…営業店サーバ
の処理装置、304…営業店サーバで動作する業務処
理、305…営業店情報を保有するデータベース、30
6…センタサーバの処理装置、307…センタサーバで
動作する業務処理、308…全店情報を保有するデータ
ベース、401…サーバ業務処理、402・404・4
06・408…サーバ業務処理の処理ステップ、403
・405・407…サーバ業務処理で処理進行状況を通
知する処理ステップ、411…サーバの状態通知プログ
ラム、412…サーバ業務処理からの通知要求を受け付
けてキューイングする処理ブロック、413…通知要求
をクライアントへ通知する処理ブロック、501…コー
ル元クライアントのアドレス情報、502…コール元の
業務処理ID、503…サーバ識別情報、504…サー
バの業務処理ID、505…サーバ業務処理からの通知
情報(表示メッセージ等)、601…クライアントの状
態通知プログラム、602…状態通知受信待ち処理ブロ
ック、603…状態通知メッセージ表示処理ブロック、
604…表示ウィンドゥクローズ処理ブロック、701
…クライアントの処理装置、702…クライアントで動
作する業務処理、703…クライアントの状態通知プロ
グラム、711…サーバの処理装置、712…クライア
ントからコールされるサーバの業務処理、713・71
5…サーバの業務処理から通知情報、714…クライア
ントの状態通知プログラム。
101: Terminal side, 102: Host side, 103: Inquiry message, 104: Response message, 105: Screen update message in the middle, 201: Client processing device, 202: AP (business program) running on the client, 203: AP Internal procedures (part of business processing), 204: server processing device, 205: server procedure (part of business processing) called from the client, 301: client processing device, 302: operated by client Business processing, 303: Processing device of branch office server, 304: Business processing running on branch office server, 305: Database holding branch information, 30
6: processing device of the center server; 307: business process operating on the center server; 308: database holding all store information; 401: server business process; 402, 404.4
06, 408: processing step of server business processing, 403
405, 407: processing steps for notifying the progress of processing in server business processing, 411: server status notification program, 412: processing blocks for receiving and queuing notification requests from server business processing, 413: client sending notification requests Processing block for notifying 501, caller client address information, 502, caller business process ID, 503, server identification information, 504, server business process ID, 505, notification information from server business process (display message 601: client status notification program, 602: status notification reception waiting processing block, 603: status notification message display processing block,
604... Display window close processing block 701
.., A client processing device, 702, a business process operating on the client, 703, a client status notification program, 711, a server processing device, 712, a server business process called from the client, 713, 71
5 ... Notification information from business processing of server, 714 ... Client status notification program.

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】処理の一部をクライアントからサーバに依
頼する処理形態で、クライアントとサーバに処理状態表
示用の別プログラムを起動しておき、クライアント側の
別プログラムでサーバの処理状況情報を受信して画面表
示することを特徴としたサーバ処理進行状況のクライア
ント表示方式。
In a processing mode in which a client requests a part of processing from a server, another program for displaying a processing state is activated in the client and the server, and the processing status information of the server is received by another program on the client side. A client display method for displaying the progress of server processing, which is displayed on the screen.
JP1663899A 1999-01-26 1999-01-26 Client display system for processing progress state of server Pending JP2000215163A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1663899A JP2000215163A (en) 1999-01-26 1999-01-26 Client display system for processing progress state of server

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1663899A JP2000215163A (en) 1999-01-26 1999-01-26 Client display system for processing progress state of server

Publications (1)

Publication Number Publication Date
JP2000215163A true JP2000215163A (en) 2000-08-04

Family

ID=11921915

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1663899A Pending JP2000215163A (en) 1999-01-26 1999-01-26 Client display system for processing progress state of server

Country Status (1)

Country Link
JP (1) JP2000215163A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2005066823A1 (en) * 2004-01-07 2005-07-21 Matsushita Electric Industrial Co., Ltd. Server, terminal apparatus, device registering system, registering method, registering program, and recording medium
JP2014503141A (en) * 2010-12-20 2014-02-06 マイクロソフト コーポレーション Initiating third party communication between remote parties
WO2020166374A1 (en) * 2019-02-15 2020-08-20 日本電信電話株式会社 Processing system, processing method, higher-level system, lower-level system, higher-level program, and lower-level program

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2005066823A1 (en) * 2004-01-07 2005-07-21 Matsushita Electric Industrial Co., Ltd. Server, terminal apparatus, device registering system, registering method, registering program, and recording medium
EP1710712A1 (en) * 2004-01-07 2006-10-11 Matsushita Electric Industrial Co., Ltd. Server, terminal apparatus, device registering system, registering method, registering program, and recording medium
KR101087868B1 (en) 2004-01-07 2011-11-30 파나소닉 주식회사 Server, terminal apparatus, device registering system, registering method, and recording medium
EP1710712A4 (en) * 2004-01-07 2012-05-30 Panasonic Corp Server, terminal apparatus, device registering system, registering method, registering program, and recording medium
US8510421B2 (en) 2004-01-07 2013-08-13 Panasonic Corporation Server, terminal apparatus, device registering system, registering method, registering program and recording medium
JP2014503141A (en) * 2010-12-20 2014-02-06 マイクロソフト コーポレーション Initiating third party communication between remote parties
US9686355B2 (en) 2010-12-20 2017-06-20 Microsoft Technology Licensing, Llc Third party initiation of communications between remote parties
WO2020166374A1 (en) * 2019-02-15 2020-08-20 日本電信電話株式会社 Processing system, processing method, higher-level system, lower-level system, higher-level program, and lower-level program
JP7116318B2 (en) 2019-02-15 2022-08-10 日本電信電話株式会社 Processing system, processing method, upper system, lower system, upper program and lower program

Similar Documents

Publication Publication Date Title
JP3550503B2 (en) Method and communication system for enabling communication
CA2237333C (en) A method and apparatus for making a hypermedium interactive
US7171478B2 (en) Session coupling
US6538667B1 (en) System and method for providing immediate visual response to user input at a client system connected to a computer system by a high-latency connection
US20030187672A1 (en) Method, system, and program for servicing customer product support requests
US20020107910A1 (en) Client/server two-way communication system framework under HTTP protocol
EP0600235A1 (en) Cooperative processing interface and communication broker for heterogeneous computing environments
US20060089992A1 (en) Remote computing systems and methods for supporting multiple sessions
JP2000516053A (en) Method and apparatus for integrating Internet multimedia content with telephone and audio communications
CN113010131B (en) Display content updating method, device, terminal, server and storage medium
KR20040104467A (en) Most eligible server in a common work queue environment
US6470340B1 (en) Inter-program linking system and method thereof
US6404430B1 (en) Virtual space information processor
JP2000215163A (en) Client display system for processing progress state of server
CN110795156B (en) Mobile memory loading method, thin client, storage medium and device
CN113274736B (en) Cloud game resource scheduling method, device, equipment and storage medium
CN112202605A (en) Service configuration method, device, equipment and storage medium
US20050076106A1 (en) Asynchronous information retrieval
JP2000056997A (en) Asynchronous notice device and its method between server/client in distributed object environment
CN112988424A (en) Independent process access implementation method and device, electronic equipment and readable storage medium
EP1578058B1 (en) Distributing unique identifiers within a network
JP2000222320A (en) Database session managing method of www server-client system and server-client system using same
JP2004013638A (en) Dynamic data distribution system
CN115934632A (en) Data processing method and device, electronic equipment and storage medium
JPH0322661A (en) Message visual display system