JPH11161589A - Client-server system, method for informing state change of resource in the system and storage medium for programming and recording the method - Google Patents

Client-server system, method for informing state change of resource in the system and storage medium for programming and recording the method

Info

Publication number
JPH11161589A
JPH11161589A JP9328112A JP32811297A JPH11161589A JP H11161589 A JPH11161589 A JP H11161589A JP 9328112 A JP9328112 A JP 9328112A JP 32811297 A JP32811297 A JP 32811297A JP H11161589 A JPH11161589 A JP H11161589A
Authority
JP
Japan
Prior art keywords
client
server
resource
character string
request
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
JP9328112A
Other languages
Japanese (ja)
Inventor
Tatsuya Hayama
達也 羽山
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Toshiba Corp
Original Assignee
Toshiba Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Toshiba Corp filed Critical Toshiba Corp
Priority to JP9328112A priority Critical patent/JPH11161589A/en
Publication of JPH11161589A publication Critical patent/JPH11161589A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To immediately inform a client of the state change of a WWW(world wide web) server by using only an HTTP protocol. SOLUTION: In this client-server system, a request character string generated from the client 1 is analyzed in the command processing part 32 of a server 3 and a communication path is secured between the client and the server through a communication control part 31. Then, in a resource monitoring part 34, a method body corresponding to the HTTP protocol is extracted and the resources of the server are monitored. When the state change of the resources indicated by the method body is present, the client is informed of the conditions.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、特に、WWWサー
バに用いて好適なクライアントサーバシステムならびに
同システムにおける資源の状態変化通知方法及び同方法
がプログラムされ記録される記録媒体に関する。
The present invention particularly relates to a client server system suitable for use in a WWW server, a method for notifying a resource state change in the system, and a recording medium on which the method is programmed and recorded.

【0002】[0002]

【従来の技術】近年、インターネットを介して情報の閲
覧を行なうWWW(World Wide Web)が急速に普及
してきた。WWWでは、ブラウザを用いることにより、
サーバ上にある文書を閲覧することができる。これは、
WWWブラウザからWWWサーバに対し文書閲覧要求を
発し、WWWサーバがこの要求に対して該当する文書を
検索し提供することにより実現される。
2. Description of the Related Art In recent years, WWW (World Wide Web) for browsing information via the Internet has rapidly spread. In WWW, by using a browser,
You can browse documents on the server. this is,
This is realized by issuing a document browsing request from a WWW browser to a WWW server, and the WWW server searching and providing a document corresponding to the request.

【0003】WWWでは、サーバ内のユーザが注目して
いる文書が更新されたか否かを知るには、ユーザがWW
Wブラウザを用いて逐次確認する必要がある。つまり、
ユーザがクライアント(WWWブラウザ)から文書を要
求しない限り、サーバにある文書の更新等の状態変化を
クライアントに通知する手段は提供されていない。この
ため、ユーザは頻繁にサーバに対し文書要求を行なわな
ければならない。
[0003] In the WWW, in order to know whether or not a document of interest to a user in a server has been updated, the user needs to use the WWW.
It is necessary to confirm sequentially using a W browser. That is,
As long as the user does not request the document from the client (WWW browser), there is no means provided for notifying the client of a status change such as updating of the document in the server. Therefore, the user must frequently make a document request to the server.

【0004】また、サーバの状態変化をメールによりユ
ーザに通知するサービスが存在するが、メール送信等の
タイムラグが存在し、サーバの状態変化を即座にユーザ
に通知することはできなかった。
Further, there is a service for notifying a user of a change in the state of a server to a user by e-mail. However, a time lag such as transmission of an e-mail exists.

【0005】[0005]

【発明が解決しようとする課題】従来、サーバの状態変
化を知るには、ユーザが頻繁にサーバに対して文書要求
をしなければならなかったため、通信量が膨大となって
そのための負荷も大きく、また、そのときにはHTTP
プロトコル以外の手段を用いて行なう必要があった。
Conventionally, in order to know a change in the state of a server, a user must frequently make a document request to the server. , And then HTTP
It had to be done using means other than the protocol.

【0006】本発明は上記事情に鑑みてなされたもので
あり、HTTPプロトコルのみを用い、WWWサーバの
状態変化をクライアントに対して即座に通知することの
できる、クライアントサーバシステムならびに同システ
ムにおける資源の状態変化通知方法及び同方法がプログ
ラムされ記録される記録媒体を提供することを目的とす
る。
The present invention has been made in view of the above circumstances, and uses a client server system and a resource management system capable of immediately notifying a client of a change in the state of a WWW server using only the HTTP protocol. An object of the present invention is to provide a state change notification method and a recording medium on which the method is programmed and recorded.

【0007】[0007]

【課題を解決するための手段】本発明のサーバクライア
ントシステムは、クライアントと、クライアントとは通
信回線を介して接続され、クライアントからの要求に従
い通信路を確保するサーバ内通信制御手段と、クライア
ントから送信されるリクエストの処理を行なうサーバ内
コマンド処理部と、そのコマンドの内容に従う自身の状
態監視を行なうサーバ内資源監視部と、資源監視部によ
り検知される状態変化を伝える文字列の生成ならびに返
送を行なうサーバ内リプライ返信部とを具備することを
特徴とする。
A server-client system according to the present invention comprises a client, a client-in-server communication control means for connecting the client via a communication line, and securing a communication path in accordance with a request from the client; A command processing unit in the server that processes a request to be transmitted, a resource monitoring unit in the server that monitors the status of the server itself according to the content of the command, and generation and return of a character string that conveys a status change detected by the resource monitoring unit And a reply reply unit in the server for performing the following.

【0008】本発明のサーバクライアントシステムにお
ける状態変化通知方法は、クライアントサーバシステム
において、クライアントから発せられる要求を解析して
サーバとの間で通信路を確保し、HTTPプロトコルに
従うメソッドボディを抽出してサーバの資源監視を行な
い、上記メソッドボディが示す資源の状態変化があった
ときに、その状況をクライアントに通知することを特徴
とする。
According to the method for notifying a status change in a server-client system of the present invention, in a client-server system, a request issued from a client is analyzed to secure a communication path with a server, and a method body according to an HTTP protocol is extracted. The resource monitoring of the server is performed, and when there is a change in the state of the resource indicated by the method body, the situation is notified to the client.

【0009】本発明の記録媒体は、サーバクライアント
システムにおいて、クライアントがサーバの状態変化を
獲得するために使用され、クライアントからの要求によ
りサーバとの通信路を確保するステップと、送られた要
求文字列を解析するステップと、要求文字列からメソッ
ドボディを切り出しそれに従う資源監視を行なうステッ
プと、該当資源の状態変化を検知してその旨文字列を生
成し要求のあったクライアントに対して返信するステッ
プとがプログラムされ記録されることを特徴とする。
A recording medium according to the present invention is used in a server client system for a client to obtain a change in the state of a server, and a step of establishing a communication path with the server in response to a request from the client; Analyzing the sequence, extracting the method body from the request character string and monitoring the resource according to it, detecting the state change of the relevant resource, generating a character string to that effect, and returning it to the requesting client And the steps are programmed and recorded.

【0010】このことにより、WWWサーバの状態変化
をHTTPプロトコルのみを用い、WWブラウザに即座
に通知することが可能となり、従って、通信量ならびに
それに要する負荷も減少する。
[0010] This makes it possible to immediately notify the WWW browser of a change in the state of the WWW server by using only the HTTP protocol, thereby reducing the amount of communication and the load required for it.

【0011】[0011]

【発明の実施の形態】図1は本発明の一実施形態を示す
ブロック図である。図において、符号1はクライアント
コンピュータであり、WWWブラウザ11を持つ。クラ
イアントコンピュータ1は、通信回線2経由でWWWサ
ーバ3に接続される。WWWサーバ3は、通信制御部3
1、コマンド処理部32、リプライ返信部33、そして
本発明により付加される資源管理部34で構成される。
4はキーボードユニットである。
FIG. 1 is a block diagram showing an embodiment of the present invention. In the figure, reference numeral 1 denotes a client computer having a WWW browser 11. The client computer 1 is connected to a WWW server 3 via a communication line 2. The WWW server 3 is a communication control unit 3
1, a command processing unit 32, a reply return unit 33, and a resource management unit 34 added according to the present invention.
Reference numeral 4 denotes a keyboard unit.

【0012】図2〜図4に示す文字列ならびに図11に
示すフローチャートは、本発明の一実施形態の動作を説
明するために引用した図であり、以下、図11のフロー
チャートを参照しながら図1に示す本発明の一実施形態
の動作について詳細に説明する。図1に示す実施形態
は、サーバ3の状態変化として、サーバ3側で行なわれ
るキーボード入力イベントをブラウザ1に伝える例が示
されている。
The character strings shown in FIGS. 2 to 4 and the flowchart shown in FIG. 11 are drawings cited for explaining the operation of one embodiment of the present invention. 1 will be described in detail. The embodiment shown in FIG. 1 shows an example in which a keyboard input event performed on the server 3 side is transmitted to the browser 1 as a state change of the server 3.

【0013】まず、WWWブラウザ(クライアントコン
ピュータ1)からの要求により、WWWサーバ3の通信
制御部31がクライアントとの通信路を確保する。ブラ
ウザから送られたリクエスト文字列は、コマンド処理部
32に送られる。コマンド処理部32では、送られたリ
クエスト文字列を解析(ステップS1)する。リクエス
ト文字列は、例えば“GET /keyEvent HTTP/1.0”の
ように記述され、“GET ”の部分をHTTPメソッド、
“keyEvent”の部分をメソッドボディと呼ぶ。また、
“HTTP/1.0”の部分は、準拠するHTTPプロトコルの
バージョンを表している。ここでは、簡単のため、コマ
ンド処理部32では、HTTPメソッドのうち、GET
メソッドのみを正しいコマンドとして受け付けるものと
する。リクエスト文字列がGETメソッドでない場合や
文字列中に必要な項目が無い場合等、誤ったリクエスト
がクライアント1から送られた場合には、コマンド処理
部32は、エラー文字列をリプライ返信部33に送る
(ステップS10)。リプライ返信部33では、HTT
Pに準拠したヘッダを付加したうえでエラー文字列をク
ライアント1に返信(ステップS11)し、更に、通信
制御部31に対して通信路を閉じるための指令を発する
(ステップS12)。クライアント1に対して返信され
る文字列は図2に示すとおりである。
First, in response to a request from the WWW browser (client computer 1), the communication control unit 31 of the WWW server 3 secures a communication path with the client. The request character string sent from the browser is sent to the command processing unit 32. The command processing unit 32 analyzes the transmitted request character string (step S1). The request character string is described, for example, as “GET / keyEvent HTTP / 1.0”, and “GET” is replaced by an HTTP method,
The “keyEvent” part is called a method body. Also,
The “HTTP / 1.0” part indicates the version of the compliant HTTP protocol. Here, for simplicity, the command processing unit 32 uses the GET
Only the method is accepted as a correct command. When an incorrect request is sent from the client 1 such as when the request character string is not a GET method or when there is no required item in the character string, the command processing unit 32 sends the error character string to the reply reply unit 33. Send (step S10). In reply reply section 33, HTT
An error character string is returned to the client 1 after adding a header conforming to P (step S11), and a command for closing the communication path is issued to the communication control unit 31 (step S12). The character string returned to the client 1 is as shown in FIG.

【0014】クライアント1が、コマンドとして正しい
リクエストを送信した場合、コマンド処理部31は、ま
ず、リプライ返信部33に対して正しいリクエストを受
信したことを伝える(ステップS3)。リプライ返信部
33では、HTTPヘッダをクライアント1に送信し、
通信制御部31に対して通信路を確保し続ける(ステッ
プS4)ことを指令する。このとき、クライアント1に
対して返信されるヘッダは図3に示すとおりである。
When the client 1 has transmitted a correct request as a command, the command processing section 31 first notifies the reply reply section 33 that the correct request has been received (step S3). The reply reply unit 33 transmits the HTTP header to the client 1,
It instructs the communication control unit 31 to continue to secure the communication path (step S4). At this time, the header returned to the client 1 is as shown in FIG.

【0015】更に、コマンド処理部31は、資源監視部
34の起動(ステップS6)を行なう。資源監視部34
では、例えばキーボード4の入力の監視(ステップS
7)を行ない、キー入力があった場合は、押されたキー
文字と押された時刻をリプライ返信部34に送る(ステ
ップS8)。リプライ返信部34では、先に確保したま
まの通信路に受け取った文字列を送り出す(ステップS
9)。例えば、図4に示す文字列を送信する。この例で
は、1文字目が押されたキー文字、後の文字列が押され
た時刻の文字列を表す。
Further, the command processing section 31 activates the resource monitoring section 34 (step S6). Resource monitoring unit 34
Then, for example, monitoring of input from the keyboard 4 (step S
7) is performed, and if there is a key input, the pressed key character and the pressed time are sent to the reply reply unit 34 (step S8). The reply reply unit 34 sends out the received character string to the communication path that has been previously secured (step S
9). For example, the character string shown in FIG. 4 is transmitted. In this example, the first character represents the key character pressed, and the subsequent character string represents the character string at the time of pressing.

【0016】このようにしてWWWサーバ3上の状態変
化、ここではキーボード4が押されたという状態変化を
HTTPプロトコルのみ用いWWWブラウザ1に即座に
通知することができる。
In this manner, a state change on the WWW server 3, that is, a state change in which the keyboard 4 is pressed in this case, can be immediately notified to the WWW browser 1 using only the HTTP protocol.

【0017】図5は本発明の他の実施形態を示すブロッ
ク図である。
FIG. 5 is a block diagram showing another embodiment of the present invention.

【0018】図5に示す実施形態は、図1に示す実施形
態に、更に、資源管理部51、資源管理データベース5
2、そして、資源監視処理ライブラリ53が付加され
る。
The embodiment shown in FIG. 5 is different from the embodiment shown in FIG. 1 in that a resource management unit 51 and a resource management database 5 are further added.
2, and a resource monitoring library 53 is added.

【0019】図6〜図7に示す文字列、図12に示すフ
ローチャートは、図5に示す実施形態の動作を説明する
ために引用した図である。
The character strings shown in FIG. 6 and FIG. 7 and the flowchart shown in FIG. 12 are diagrams cited for explaining the operation of the embodiment shown in FIG.

【0020】以下、図12を参照しながら図5に示す本
発明実施形態の動作について説明する。クライアント1
から送信されたリクエスト文字列は、コマンド処理部3
1に送られ、コマンド処理部31にてプロトコルの確認
が行なわれ、正しければ資源管理部51に送られる。資
源管理部51の動作手順は図12に示されている。資源
管理部51では、送られた文字列からメソッドボディを
切り出し(ステップS21)、資源管理データベース5
2を検索(ステップS22)し、その文字列が資源管理
データベース52上に存在するか確認する(ステップS
23)。資源管理データベース52に登録されているレ
コードの例を図6に示す。データベースを構成するレコ
ードは、コマンド文字列、資源監視処理ライブラリ53
からロードするルーチン名、処理内容のコメント文から
成る。資源管理データベース52上にクライアント1か
ら送られたコマンドが存在しない場合は、図7に示すエ
ラー文字列をリプライ返信部33に送信(ステップS2
7)する。
The operation of the embodiment of the present invention shown in FIG. 5 will be described below with reference to FIG. Client 1
The request character string transmitted from the command processing unit 3
1 and the protocol is confirmed by the command processing unit 31. If the protocol is correct, the protocol is sent to the resource management unit 51. The operation procedure of the resource management unit 51 is shown in FIG. The resource management unit 51 cuts out the method body from the sent character string (step S21), and
2 (step S22), and confirms whether the character string exists in the resource management database 52 (step S22).
23). FIG. 6 shows an example of a record registered in the resource management database 52. Records constituting the database include a command character string and a resource monitoring processing library 53.
It consists of the name of the routine to be loaded from and the comment text of the processing contents. If the command sent from the client 1 does not exist in the resource management database 52, an error character string shown in FIG. 7 is transmitted to the reply reply unit 33 (step S2).
7) Yes.

【0021】該当するコマンド文字列が存在する場合
は、そのレコードからロードするルーチン名を取り出し
て(ステップS24)、資源監視処理ライブラリ53中
から該当する資源監視ルーチンを取り出し(ステップS
25)、資源監視部34として起動(ステップS26)
する。資源監視部34の起動後は、図1に示す実施形態
と同様である。図5に示す実施形態を用いることによ
り、WWWサーバ3上の複数の資源を監視することがで
きる。
If the corresponding command character string exists, the routine name to be loaded is extracted from the record (step S24), and the corresponding resource monitoring routine is extracted from the resource monitoring library 53 (step S24).
25), started as the resource monitoring unit 34 (step S26)
I do. After the activation of the resource monitoring unit 34, it is the same as the embodiment shown in FIG. By using the embodiment shown in FIG. 5, a plurality of resources on the WWW server 3 can be monitored.

【0022】図8は、本発明の更に他の実施形態を示す
ブロック図である。図8に示す実施形態は、図5に示す
実施形態に更に、資源登録削除部81が付加されてい
る。
FIG. 8 is a block diagram showing still another embodiment of the present invention. In the embodiment shown in FIG. 8, a resource registration / deletion unit 81 is added to the embodiment shown in FIG.

【0023】図9〜図10に示す文字列、図13に示す
フローチャートは、図8に示す実施形態の動作を説明す
るために引用した図である。
The character strings shown in FIGS. 9 and 10 and the flowchart shown in FIG. 13 are drawings cited for explaining the operation of the embodiment shown in FIG.

【0024】以下、図13に示すフローチャートを参照
しながら図8に示す実施形態の動作について詳細に説明
する。ここでは、コマンド処理部32で受理可能なメソ
ッドとして、上述した“GET ”の他に、“ADD RESOUR
CE”,“DEL RESOURCE”の2種類が存在するものとす
る。“GET ”メソッドの場合は、図5に示す実施形態と
同様の処理を行なう。“ADD RESOURCE”,“DEL RE
SOURCE”メソッドの場合は、リクエスト文字列が資源登
録削除部81に送られる。それぞれのメソッドの例を、
図9、図10に示す。
The operation of the embodiment shown in FIG. 8 will be described below in detail with reference to the flowchart shown in FIG. Here, in addition to the above-mentioned “GET”, “ADD RESOUR”
It is assumed that there are two types, “CE” and “DEL RESOURCE.” In the case of the “GET” method, the same processing as in the embodiment shown in FIG.
In the case of the “SOURCE” method, the request character string is sent to the resource registration / deletion unit 81.
FIG. 9 and FIG.

【0025】図9は、資源登録処理を行なう場合のリク
エスト文字列を表す。1行目は、順に、リソース登録メ
ソッド、コマンド文字列、資源監視処理ルーチンの名前
を示す。2行目は、送信する監視ルーチンを表すタグ文
字列、3行目は、登録する資源監視ルーチンの長さをそ
れぞれ示す。ここでは1行空行を送り、その直後に登録
する資源監視ルーチンの実態を送信する。資源登録削除
部81では、送られたリクエストが正しいプロトコルか
否かの判断を行ない、正しい場合には、送信された資源
監視ルーチンを資源監視処理ライブラリ53に登録す
る。更に、コマンド文字列、資源監視ルーチン名の組を
資源管理データベース52に登録する。最後に、登録処
理が正常終了したことをリプライ返信部33に伝える。
FIG. 9 shows a request character string when performing resource registration processing. The first line indicates, in order, the resource registration method, the command character string, and the name of the resource monitoring processing routine. The second line indicates a tag character string indicating the monitoring routine to be transmitted, and the third line indicates the length of the resource monitoring routine to be registered. Here, one blank line is sent, and immediately after that, the actual state of the resource monitoring routine to be registered is sent. The resource registration / deletion unit 81 determines whether the transmitted request is a correct protocol. If the request is correct, the transmitted resource monitoring routine is registered in the resource monitoring processing library 53. Further, a set of a command character string and a resource monitoring routine name is registered in the resource management database 52. Finally, the fact that the registration processing has been normally completed is notified to the reply reply unit 33.

【0026】図10は、資源削除処理を行なう場合のリ
クエスト文字列を示す。このリクエストは1行のみであ
り、リソース削除メソッド、削除する資源監視ルーチン
を表すコマンド文字列をそれぞれ示す。資源登録削除部
81では、資源管理データベース52を参照してリクエ
ストで送られたコマンド文字列が存在するか否か調べる
(ステップS32,S34,S36)。“GET ”の場
合、GET コマンド処理(ステップS33)、“ADD RE
SOURCE”,の場合、資源登録削除部81を登録コマンド
により起動(ステップS35)し、“DEL RESOURCE”
の場合、資源登録削除部81を削除コマンドにより起動
(ステップS37)する。いずれも存在しない場合には
リプライ返信部33にエラーを伝える(ステップS3
8)。存在する場合には、資源管理データベース52か
ら該当するレコードを削除し、更に、資源監視処理ライ
ブラリ53から処理ルーチンの削除を行なう。最後に削
除処理が正常終了したことをリプライ返信部33に伝え
る。図8に示す実施形態を用いることにより、資源監視
ルーチンの登録、削除をクライアントから行なうことが
できる。
FIG. 10 shows a request character string when the resource deletion processing is performed. This request has only one line, and indicates a command character string representing a resource deletion method and a resource monitoring routine to be deleted. The resource registration / deletion unit 81 refers to the resource management database 52 and checks whether or not the command character string sent in the request exists (steps S32, S34, S36). In the case of "GET", GET command processing (step S33), "ADD RE
SOURCE ”, the resource registration / deletion unit 81 is started by a registration command (step S35), and“ DEL RESOURCE ”
In this case, the resource registration / deletion unit 81 is activated by a deletion command (step S37). If none exists, an error is notified to the reply reply unit 33 (step S3).
8). If the record exists, the corresponding record is deleted from the resource management database 52, and the processing routine is further deleted from the resource monitoring library 53. Finally, the completion of the deletion processing is notified to the reply reply unit 33. By using the embodiment shown in FIG. 8, the client can register and delete the resource monitoring routine.

【0027】[0027]

【発明の効果】以上説明のように本発明は、クライアン
トサーバシステムにおいて、サーバ内蔵のコマンド処理
部でクライアント1から発せられる要求文字列を解析
し、通信制御部を介してサーバとの間で通信路を確保
し、資源監視部にてHTTPプロトコルに従うメソッド
ボディを抽出してサーバの資源監視を行ない、上記メソ
ッドボディが示す資源の状態変化があったときに、その
状況をクライアントに通知することを特徴とするもので
あり、このことにより、HTTPプロトコルのみを用
い、WWWサーバの状態変化をクライアントに対して即
座に通知することができる。また、このための通信量が
減り、負荷も低減されるため、システムのスループット
が向上する。更に、資源監視処理手順をライブラリ化し
てあらかじめ用意しておくことにより、WWWサーバ上
で複数資源の管理を行なうことができ、また、資源登録
削除部を付加することにより、資源監視ルーチンの登
録、削除がクライアントからの操作で実現できる。
As described above, according to the present invention, in a client server system, a command processing unit built in the server analyzes a request character string issued from the client 1 and communicates with the server via the communication control unit. A route is secured, a resource monitoring unit extracts a method body conforming to the HTTP protocol, performs resource monitoring of the server, and notifies the client of a status change of the resource indicated by the method body when there is a change. This makes it possible to immediately notify the client of a change in the state of the WWW server using only the HTTP protocol. In addition, the amount of communication for this and the load are reduced, so that the system throughput is improved. Furthermore, by preparing a resource monitoring procedure in a library and preparing it in advance, it is possible to manage a plurality of resources on the WWW server. Deletion can be realized by operation from the client.

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

【図1】本発明の一実施形態を示すブロック図、FIG. 1 is a block diagram showing one embodiment of the present invention;

【図2】本発明の一実施形態の動作を説明するために引
用した文字列を示す図、
FIG. 2 is a diagram showing a character string quoted for explaining the operation of one embodiment of the present invention;

【図3】本発明の一実施形態の動作を説明するために引
用した文字列を示す図、
FIG. 3 is a diagram showing a character string quoted for explaining the operation of one embodiment of the present invention;

【図4】本発明の一実施形態の動作を説明するために引
用した文字列を示す図、
FIG. 4 is a view showing a character string quoted for explaining the operation of the embodiment of the present invention;

【図5】本発明の他の実施形態を示すブロック図、FIG. 5 is a block diagram showing another embodiment of the present invention;

【図6】本発明の他の実施形態の動作を説明するために
引用した文字列を示す図、
FIG. 6 is a diagram showing a character string quoted for explaining the operation of another embodiment of the present invention;

【図7】本発明の他の実施形態の動作を説明するために
引用した文字列を示す図、
FIG. 7 is a diagram showing a character string quoted for explaining the operation of another embodiment of the present invention;

【図8】本発明の更に他の実施形態を示すブロック図、FIG. 8 is a block diagram showing still another embodiment of the present invention;

【図9】本発明の更に他の実施形態の動作を説明するた
めに引用した文字列を示す図、
FIG. 9 is a diagram showing a character string quoted for explaining the operation of still another embodiment of the present invention;

【図10】本発明の更に他の実施形態の動作を説明する
ために引用した文字列を示す図、
FIG. 10 is a diagram showing a character string quoted for explaining the operation of still another embodiment of the present invention;

【図11】本発明の一実施形態の動作を示すフローチャ
ート、
FIG. 11 is a flowchart showing the operation of one embodiment of the present invention;

【図12】本発明の他の実施形態の動作を示すフローチ
ャート、
FIG. 12 is a flowchart showing the operation of another embodiment of the present invention;

【図13】本発明の更に他の実施形態の動作を示すフロ
ーチャート、
FIG. 13 is a flowchart showing the operation of still another embodiment of the present invention;

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

1…クライアントコンピュータ(WWWブラウザ)、2
…通信回線、3…WWWサーバ、4…キーボードユニッ
ト、31…通信制御部、32…コマンド処理部、33…
リプライ返信部、34…資源監視部、51…資源管理
部、52…資源管理データベース、53…資源監視処理
ライブラリ、81…資源登録削除部。
1. Client computer (WWW browser), 2.
... Communication line, 3 ... WWW server, 4 ... Keyboard unit, 31 ... Communication control unit, 32 ... Command processing unit, 33 ...
Reply return unit, 34: Resource monitoring unit, 51: Resource management unit, 52: Resource management database, 53: Resource monitoring processing library, 81: Resource registration deletion unit

Claims (9)

【特許請求の範囲】[Claims] 【請求項1】 クライアントと、クライアントとは通信
回線を介して接続され、クライアントからの要求に従い
通信路を確保するサーバ内通信制御手段と、クライアン
トから送信されるリクエストの処理を行なうサーバ内コ
マンド処理部と、そのコマンドの内容に従う自身の状態
監視を行なうサーバ内資源監視部と、資源監視部により
検知される状態変化を伝える文字列の生成ならびに返送
を行なうサーバ内リプライ返信部とを具備することを特
徴とするサーバクライアントシステム。
A client and a client are connected via a communication line, a communication control means in the server for securing a communication path in accordance with a request from the client, and a command processing in the server for processing a request transmitted from the client. Unit, a server resource monitoring unit that monitors its own status according to the content of the command, and a server reply reply unit that generates and returns a character string that conveys a status change detected by the resource monitoring unit. A server-client system.
【請求項2】 コマンド文字列と資源監視処理ライブラ
リ名をレコードとして構築される資源管理データベース
と、資源監視処理ライブラリが登録される資源監視処理
ライブラリと、クライアントから発せられる要求に付属
するリクエスト文字列から資源管理データベースを索引
し、得られるライブラリ名に基づき資源監視処理ライブ
ラリ中から該当するライブラリを取り出し実行する資源
管理部とを更に具備することを特徴とする請求項1記載
のサーバクライアントシステム。
2. A resource management database constructed as a record using a command character string and a resource monitoring library name, a resource monitoring library in which the resource monitoring library is registered, and a request character string attached to a request issued from a client. 2. The server client system according to claim 1, further comprising: a resource management unit for indexing a resource management database from the library, and extracting and executing a corresponding library from a resource monitoring library based on the obtained library name.
【請求項3】 クライアントからの要求に基づき、資源
監視処理ライブラリの登録、削除を行なう資源登録削除
部を更に具備することを特徴とする請求項2記載のサー
バクライアントシステム。
3. The server client system according to claim 2, further comprising a resource registration / deletion unit that registers and deletes a resource monitoring library based on a request from a client.
【請求項4】 クライアントサーバシステムにおいて、
クライアントから発せられる要求を解析してサーバとの
間で通信路を確保し、HTTPプロトコルに従うメソッ
ドボディを抽出してサーバの資源監視を行ない、上記メ
ソッドボディが示す資源の状態変化があったときに、そ
の状況をクライアントに通知することを特徴とする資源
の状態変化通知方法。
4. In a client server system,
A request issued from the client is analyzed to secure a communication path with the server, a method body conforming to the HTTP protocol is extracted and resource monitoring of the server is performed, and when the resource state indicated by the method body changes, And reporting the status to the client.
【請求項5】 資源監視のための処理手順をあらかじめ
ライブラリとして準備し、クライアントから到来するコ
マンド文字列をキーにデータベースを参照して得られる
ライブラリ名に基づき上記ライブラリを索引し実行する
ことにより、サーバ資源の状態変化を要求のあったクラ
イアントに通知することを特徴とする請求項4記載の資
源の状態変化通知方法。
5. A processing procedure for resource monitoring is prepared in advance as a library, and the library is indexed and executed based on a library name obtained by referring to a database using a command character string arriving from a client as a key. 5. The resource status change notification method according to claim 4, wherein the client that has requested the status change of the server resource is notified.
【請求項6】 資源監視のための処理手順を登録、もし
くは削除することによってデータベースを作成し、この
データベースを索引実行することにより、サーバ資源の
状態変化を要求のあったクライアントに通知することを
特徴とする請求項5記載の状態変化通知方法。
6. A database is created by registering or deleting a processing procedure for resource monitoring, and the database is index-executed to notify a requesting client of a change in the state of server resources. The status change notification method according to claim 5, wherein:
【請求項7】 サーバクライアントシステムにおいて、
クライアントがサーバの状態変化を獲得するために使用
され、クライアントからの要求によりサーバとの通信路
を確保するステップと、送られた要求文字列を解析する
ステップと、要求文字列からメソッドボディを切り出し
それに従う資源監視を行なうステップと、該当資源の状
態変化を検知してその旨文字列を生成し要求のあったク
ライアントに対して返信するステップとがプログラムさ
れ記録されるコンピュータ読み取り可能な記録媒体。
7. In a server client system,
Used by the client to obtain a server state change, establishing a communication path with the server at the request of the client, analyzing the sent request string, and extracting a method body from the request string A computer-readable recording medium on which is programmed and recorded a step of monitoring a resource in accordance therewith, and a step of detecting a change in the state of the corresponding resource, generating a character string to that effect, and returning the character string to a requesting client.
【請求項8】 資源管理データベースをアクセスして要
求文字列がデータベースに存在するか否かをチェックす
るステップと、資源管理データベースから該当するコマ
ンド文字列のあるレコードを抽出するステップと、該当
する資源監視処理ルーチンを資源監視処理ライブラリ中
から索引し、実行するステップとが更にプログラムされ
記録されるコンピュータ読み取り可能な記録媒体。
8. A step of accessing the resource management database to check whether the requested character string exists in the database, a step of extracting a record having the corresponding command character string from the resource management database, Indexing and executing the monitoring routine from a resource monitoring library, and a computer-readable recording medium further programmed and recorded.
【請求項9】 クライアントから発せられる要求文字列
を解析するステップと、受理できるメソッドのそれぞれ
に従い、登録、削除のためのデータベース登録、もしく
は削除のための操作を行なうステップとがプログラムさ
れ記録される請求項8記載のコンピュータ読み取り可能
な記録媒体。
9. A step of analyzing a request character string issued from a client and a step of performing a database registration for registration or deletion or an operation for deletion in accordance with each of the acceptable methods are programmed and recorded. The computer-readable recording medium according to claim 8.
JP9328112A 1997-11-28 1997-11-28 Client-server system, method for informing state change of resource in the system and storage medium for programming and recording the method Pending JPH11161589A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP9328112A JPH11161589A (en) 1997-11-28 1997-11-28 Client-server system, method for informing state change of resource in the system and storage medium for programming and recording the method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP9328112A JPH11161589A (en) 1997-11-28 1997-11-28 Client-server system, method for informing state change of resource in the system and storage medium for programming and recording the method

Publications (1)

Publication Number Publication Date
JPH11161589A true JPH11161589A (en) 1999-06-18

Family

ID=18206634

Family Applications (1)

Application Number Title Priority Date Filing Date
JP9328112A Pending JPH11161589A (en) 1997-11-28 1997-11-28 Client-server system, method for informing state change of resource in the system and storage medium for programming and recording the method

Country Status (1)

Country Link
JP (1) JPH11161589A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000123048A (en) * 1998-10-02 2000-04-28 Nec Corp Document management system and its realizing method
CN103135518A (en) * 2011-12-02 2013-06-05 费希尔控制国际公司 Program flow control monitoring routines, related methods and systems

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000123048A (en) * 1998-10-02 2000-04-28 Nec Corp Document management system and its realizing method
CN103135518A (en) * 2011-12-02 2013-06-05 费希尔控制国际公司 Program flow control monitoring routines, related methods and systems

Similar Documents

Publication Publication Date Title
US7401287B2 (en) Device, method, and computer program product for generating information of link structure of documents
US7103604B2 (en) Scheme for constructing database for user system from structured documents using tags
US7716282B2 (en) Proxy server apparatus and method for providing service using the same
US6466968B2 (en) Information processing system capable of file transmission and information processing apparatus in the system
JP5432888B2 (en) Granting access to web service resources
US7644351B1 (en) Data collection and processing system and methods
EP1727059A2 (en) Client-server application development and deployment system and methods
US20100058118A1 (en) Storage medium recording information reacquisition procedure generation program and information reacquisition procedure generation apparatus
JP2005526334A (en) Application generator
JP4354950B2 (en) Information processing apparatus, information processing method, computer program, and storage medium
US20030177124A1 (en) System for searching secure servers
EP1349086A2 (en) Information processing apparatus and information processing program
US6480887B1 (en) Method of retaining and managing currently displayed content information in web server
JP4729844B2 (en) Server apparatus, information providing method, and program
US20110173215A1 (en) Retrieval system, retrieval space map server apparatus and program
US20120331077A1 (en) Information processing apparatus, method of controlling information processnig apparatus, program for control method, and recording medium for program
Nelson et al. Adding the Dimension of Time to HTTP
JPH11161589A (en) Client-server system, method for informing state change of resource in the system and storage medium for programming and recording the method
US20060123109A1 (en) Method for processing HTTP requests and HTML pages transmitted or received by a navigator to or from at least one web server, and associated server
JP2005122606A (en) Information-reading device, information-reading system and information reading program
JP2021089665A (en) Information processor and program
JP4291174B2 (en) Web service delegation processing method, execution apparatus, and processing program
JP2006048144A (en) Autopilot device, client terminal and autopilot method
CN115474234B (en) 5G core network element log collection method, computer equipment and storage medium
JP2007188288A (en) Method and apparatus for supporting user