JP2005202573A - Computer system, server computer, application updating method for computer system, and program - Google Patents

Computer system, server computer, application updating method for computer system, and program Download PDF

Info

Publication number
JP2005202573A
JP2005202573A JP2004006741A JP2004006741A JP2005202573A JP 2005202573 A JP2005202573 A JP 2005202573A JP 2004006741 A JP2004006741 A JP 2004006741A JP 2004006741 A JP2004006741 A JP 2004006741A JP 2005202573 A JP2005202573 A JP 2005202573A
Authority
JP
Japan
Prior art keywords
service
service providing
providing application
application
computer
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
JP2004006741A
Other languages
Japanese (ja)
Other versions
JP4063220B2 (en
Inventor
Toru Watanabe
亨 渡辺
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.)
NEC Corp
Original Assignee
NEC 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 NEC Corp filed Critical NEC Corp
Priority to JP2004006741A priority Critical patent/JP4063220B2/en
Publication of JP2005202573A publication Critical patent/JP2005202573A/en
Application granted granted Critical
Publication of JP4063220B2 publication Critical patent/JP4063220B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To provide a computer system capable of updating a service providing application in a state where a session ID during interaction of a client is continued, a server computer, an application updating method for computer system, and a program. <P>SOLUTION: The server computer 200 stores an existing service providing application 312 transmitted from a management computer 300 in an old service providing application storage part 211, stores a new service providing application 312 to a new service providing application storage part 213, and sorts the new and old service providing applications 312 according to the presence of a session ID by a service sorting means 230, and executes both the service providing applications 312 in parallel. <P>COPYRIGHT: (C)2005,JPO&NCIPI

Description

本発明は、コンピュータシステム、サーバ計算機、コンピュータシステムのアプリケーション更新方法、およびプログラムに関し、特に、ステートレスなプロトコルを用いて対話式サービスを提供するコンピュータシステム、サーバ計算機、コンピュータシステムのアプリケーション更新方法、およびプログラムに関する。   The present invention relates to a computer system, a server computer, an application updating method for a computer system, and a program, and in particular, a computer system, a server computer, an application updating method for a computer system, and a program that provide an interactive service using a stateless protocol. About.

従来この種のサーバサイドのアプリケーションを更新する技術として、同一のサービス名でバージョンの異なるサーバアプリケーションと、各サーバアプリケーションについて、サービス名とバージョン情報とサーバアプリケーションがサービス可能な状態か否かを示すステータス情報とを含む管理情報とを記憶する記憶部をサーバに設け、複数のバージョンのサーバアプリケーションを同時に実行できるように配備し、サーバにおけるネームサービスは、クライアントにおけるクライアントアプリケーションからの処理依頼に応じて、管理情報を参照し、処理依頼により指定されたサービス名のサーバアプリケーションうち、サービス可能な状態であることを示すステータス情報が設定されているサーバアプリケーションに処理を依頼することにより、サーバアプリケーションの更新時においても、継続的なサービスを提供できるものがある(例えば、特許文献1参照。)。   Conventionally, as a technology for updating this type of server-side application, a server application with the same service name and a different version, and for each server application, a service name, version information, and status indicating whether the server application can be serviced A storage unit that stores management information including information is provided in the server and deployed so that a plurality of versions of the server application can be executed simultaneously. The name service in the server is in response to a processing request from the client application in the client. Refers to the management information, and requests processing from the server application with the service name specified by the processing request to which the status information indicating that the service is available is set. And, even at the time of updating the server application, it is those capable of providing a continuous service (e.g., see Patent Document 1.).

特開2000ー315192号公報JP 2000-315192 A

HTTP(Hypertext Transfer Protocol)のようなステートレスなプロトコルを用い、対話式のサービスを提供する場合、サービス提供側は、Cookieなどの技術を使い、対話の状態を認識できるような管理をする必要がある。なお、Cookieとは、ウェブ(Web)クライアントが特定のWebサーバにアクセスしたときに、Webサーバが送り出す文字列のことを意味し、Webブラウザは、受け取ったCookieを、以降のそのサーバに対する要求に含める。   When providing an interactive service using a stateless protocol such as HTTP (Hypertext Transfer Protocol), the service provider must use a technology such as Cookie and manage it so that the state of the dialog can be recognized. . Cookie means a character string sent out by a Web server when a Web (Web) client accesses a specific Web server, and the Web browser uses the received Cookie in subsequent requests to that server. include.

サービス提供者は、セッション情報(セッションID:Identifier)を持たないクライアントに対し、一意的なセッションIDをクライアントへ送信し、クライアントは、以降のリクエスト毎に最初に受け取ったセッションIDを送付する。これにより、サービス提供側のサーバは、管理しているセッションIDに紐付いた状態とクライアントとを1対1に関連付け、対話中の状態を知ることができる。   The service provider sends a unique session ID to the client without having session information (session ID: Identifier), and the client sends the first received session ID for each subsequent request. As a result, the server on the service providing side can associate the state associated with the session ID being managed with the client in a one-to-one relationship and know the state during the conversation.

このようにして対話状態を管理する場合、サービス提供側は、サービス提供アプリケーションを更新する際に、対話を継続中の状態について、管理している状態を全て引き継ぎできるようにするか、或いは、対話中の状態を無効として新規にセッションIDを登録し、クライアントは、新規に対話を開始する必要がある。   When managing the conversation state in this way, when the service provider updates the service provision application, the service provider can either take over all of the managed states for the state in which the conversation is ongoing, The session ID is newly registered with the state in the middle as invalid, and the client needs to start a new dialog.

従って、上記特許文献1記載の技術では、HTTPのようなステートレスなプロトコル上で、Cookieなどにより、擬似的にステートを保持するような仕組みを使う場合においては、サービス提供アプリケーションを更新時に、セッションIDを確立していたクライアントは、それまでのステートが破棄されてしまうため、再度処理をやり直す必要があるという課題がある。   Therefore, in the technique described in Patent Document 1, in the case of using a mechanism that holds a state in a pseudo manner by Cookie or the like on a stateless protocol such as HTTP, the session ID is updated when the service providing application is updated. The client that has established the above state has a problem that it is necessary to start processing again because the state until then is discarded.

本発明の目的は、上記課題を解決すべく、サーバ計算機は、セッションIDの有無に応じて新旧のサービス提供アプリケーションを振り分け、新旧両方のサービス提供アプリケーションを並行して実行できるようにし、クライアントの対話中のセッションIDを継続した状態でサービス提供アプリケーションを更新できるコンピュータシステム、サーバ計算機、コンピュータシステムのアプリケーション更新方法、プログラムを提供することにある。   An object of the present invention is to solve the above-mentioned problem, the server computer distributes the old and new service providing applications according to the presence or absence of the session ID, and enables both the old and new service providing applications to be executed in parallel. An object of the present invention is to provide a computer system, a server computer, a computer system application updating method, and a program capable of updating a service providing application in a state in which the session ID is maintained.

本発明のコンピュータシステムは、クライアント計算機とサーバ計算機とサーバ計算機を管理する管理計算機とをネットワークで接続し、サーバ計算機からクライアント計算機へネットワークを介してステートレスなプロトコルを用いて対話式のサービスを提供するコンピュータシステムであって、サーバ計算機は、既存のサービス提供アプリケーションを格納する旧サービス提供アプリケーション格納部と新しいサービス提供アプリケーションを格納する新サービス提供アプリケーション格納部とを有する第一記憶手段と、クライアント計算機からのリクエストを受信処理するサービス処理手段と、サービス処理手段からリクエストを受信しリクエスト中に含まれるクライアント識別情報の有無を判別する識別情報認識手段を有するサービス振り分け手段と、クライアント識別情報とサービス提供アプリケーションのバージョン情報とを有するマッピングテーブルを格納する第二記憶手段とを有し、管理計算機は、サービス提供アプリケーションを格納するサービス提供アプリケーション格納部を有する第三記憶手段と、新しいサービス提供アプリケーションをサーバ計算機へ配信するサービス配備手段と、新しいサービス提供アプリケーションを配備したことをサービス振り分け手段へ通知するサービス更新手段とを有し、サービス振り分け手段は、クライアント識別情報の無いリクエストに対し、新しいサービス提供アプリケーションを振り分ける手段を有することを特徴とする。   The computer system of the present invention connects a client computer, a server computer, and a management computer that manages the server computer via a network, and provides an interactive service from the server computer to the client computer using a stateless protocol via the network. A computer system comprising: a first storage means having an old service providing application storage unit for storing an existing service providing application and a new service providing application storage unit for storing a new service providing application; and a client computer. A service processing unit that receives and processes the request, and an identification information recognition unit that receives the request from the service processing unit and determines whether there is client identification information included in the request. And a second storage unit that stores a mapping table including client identification information and version information of the service providing application, and the management computer includes a third service providing application storage unit that stores the service providing application. Storage means, service deployment means for delivering a new service providing application to the server computer, and service updating means for notifying the service distribution means that the new service providing application has been deployed. The service distribution means includes client identification information. It is characterized by having a means for distributing a new service providing application to a request with no request.

サービス配備手段から配信する新しいサービス提供アプリケーションは、新サービス提供アプリケーション格納部へ格納することを特徴とする。   The new service providing application distributed from the service deploying means is stored in the new service providing application storage unit.

サービス振り分け手段は、リクエスト中にクライアント識別情報があるとき、マッピングテーブルを参照してクライアント識別情報に対応するサービス提供アプリケーションを特定する手段と、特定したサービス提供アプリケーションを実行し、クライアント計算機へレスポンスを送信する手段とを有することを特徴とする。   When there is client identification information in the request, the service distribution means refers to the mapping table, identifies the service providing application corresponding to the client identification information, executes the identified service providing application, and sends a response to the client computer. And means for transmitting.

サービス振り分け手段は、リクエスト中にクライアント識別情報がないとき、クライアント識別情報を発行する手段と、クライアント識別情報と実行する新しいサービス提供アプリケーションのバージョン情報とをマッピングテーブルへ登録する手段と、新しいサービス提供アプリケーションを実行し、クライアント計算機へレスポンスを送信する手段とを有することを特徴とする。   The service distribution means includes means for issuing client identification information when there is no client identification information in the request, means for registering the client identification information and version information of a new service providing application to be executed in the mapping table, and providing a new service. And means for executing an application and transmitting a response to the client computer.

サービス処理手段は、クライアント計算機からのリクエストをサービス振り分け手段へ転送する手段と、サービス振り分け手段で特定したサービス提供アプリケーションをクライアント計算機へ送信する手段とを有することを特徴とする。   The service processing means includes means for transferring a request from the client computer to the service distribution means, and means for transmitting the service providing application specified by the service distribution means to the client computer.

サービス更新手段は、サービス提供アプリケーションを更新するとき、サービス振り分け手段に対して新しいサービス提供アプリケーションを振り分けるよう通知する手段を有することを特徴とする。   The service updating means has means for notifying the service distribution means to distribute a new service providing application when updating the service providing application.

第一記憶手段と第三記憶手段とは、外部記憶装置を有することを特徴とする。   The first storage means and the third storage means have an external storage device.

第二記憶手段は、主記憶装置を有することを特徴とする。   The second storage means has a main storage device.

外部記憶装置は、磁気ディスク装置、光ディスク装置、可撓性ディスク装置の何れかを有することを特徴とする。   The external storage device has any one of a magnetic disk device, an optical disk device, and a flexible disk device.

本発明のサーバ計算機は、クライアント計算機と管理計算機と共にネットワークで接続し、クライアント計算機へネットワークを介してステートレスなプロトコルを用いて対話式のサービスを提供するサーバ計算機であって、既存のサービス提供アプリケーションを格納する旧サービス提供アプリケーション格納部と新しいサービス提供アプリケーションを格納する新サービス提供アプリケーション格納部とを有する第一記憶手段と、クライアント計算機からのリクエストを受信処理するサービス処理手段と、サービス処理手段からリクエストを受信しリクエスト中に含まれるクライアント識別情報の有無を判別する識別情報認識手段を有するサービス振り分け手段と、クライアント識別情報とサービス提供アプリケーションのバージョン情報とを有するマッピングテーブルを格納する第二記憶手段とを有し、サービス振り分け手段は、クライアント識別情報の無いリクエストに対し、新しいサービス提供アプリケーションを振り分ける手段を有することを特徴とする。   The server computer of the present invention is a server computer that is connected to a client computer and a management computer via a network and provides an interactive service to the client computer using a stateless protocol via the network. A first storage unit having an old service providing application storage unit for storing and a new service providing application storage unit for storing a new service providing application; a service processing unit for receiving and processing a request from a client computer; and a request from the service processing unit Service distribution means having identification information recognition means for determining the presence or absence of client identification information included in the request, client identification information, and version information of the service providing application And a second storage means for storing a mapping table having bets, service distribution means, to not request a client identification, characterized in that it comprises means for distributing a new service providing application.

管理計算機は、サービス提供アプリケーションを格納するサービス提供アプリケーション格納部を有する第三記憶手段と、新しいサービス提供アプリケーションを配信するサービス配備手段と、新しいサービス提供アプリケーションを配備したことをサービス振り分け手段へ通知するサービス更新手段とを有することを特徴とする。   The management computer notifies the service distribution means that the third storage means having a service provision application storage unit for storing the service provision application, the service deployment means for distributing the new service provision application, and the deployment of the new service provision application. Service update means.

サービス配備手段から配信する新しいサービス提供アプリケーションは、新サービス提供アプリケーション格納部へ格納することを特徴とする。   The new service providing application distributed from the service deploying means is stored in the new service providing application storage unit.

サービス振り分け手段は、リクエスト中にクライアント識別情報があるとき、マッピングテーブルを参照してクライアント識別情報に対応するサービス提供アプリケーションを特定する手段と、特定したサービス提供アプリケーションを実行し、クライアント計算機へレスポンスを送信する手段とを有することを特徴とする。   When there is client identification information in the request, the service distribution means refers to the mapping table, identifies the service providing application corresponding to the client identification information, executes the identified service providing application, and sends a response to the client computer. And means for transmitting.

サービス振り分け手段は、リクエスト中にクライアント識別情報がないとき、クライアント識別情報を発行する手段と、クライアント識別情報と実行する新しいサービス提供アプリケーションのバージョン情報とをマッピングテーブルへ登録する手段と、新しいサービス提供アプリケーションを実行し、クライアント計算機へレスポンスを送信する手段とを有することを特徴とする。   The service distribution means includes means for issuing client identification information when there is no client identification information in the request, means for registering the client identification information and version information of a new service providing application to be executed in the mapping table, and providing a new service. And means for executing an application and transmitting a response to the client computer.

サービス処理手段は、クライアント計算機からのリクエストをサービス振り分け手段へ転送する手段と、サービス振り分け手段で特定したサービス提供アプリケーションをクライアント計算機へ送信する手段とを有することを特徴とする。   The service processing means includes means for transferring a request from the client computer to the service distribution means, and means for transmitting the service providing application specified by the service distribution means to the client computer.

本発明のコンピュータシステムのアプリケーション更新方法は、クライアント計算機とサーバ計算機とサーバ計算機を管理する管理計算機とをネットワークで接続し、サーバ計算機からクライアント計算機へネットワークを介してステートレスなプロトコルを用いて対話式のサービスを提供するコンピュータシステムのアプリケーション更新方法であって、サーバ計算機は、既存のサービス提供アプリケーションを第一記憶手段の旧サービス提供アプリケーション格納部へ格納し新しいサービス提供アプリケーションを第一記憶手段の新サービス提供アプリケーション格納部へ格納するステップと、クライアント計算機からのリクエストをサービス処理手段により受信処理するステップと、サービス処理手段からリクエストを受信しリクエスト中に含まれるクライアント識別情報の有無をサービス振り分け手段の識別情報認識手段により判別するステップと、クライアント識別情報とサービス提供アプリケーションのバージョン情報とを有するマッピングテーブルを第二記憶手段へ格納するステップとを有し、管理計算機は、サービス提供アプリケーションを第三記憶手段のサービス提供アプリケーション格納部へ格納するステップと、新しいサービス提供アプリケーションをサービス配備手段によりサーバ計算機へ配信するステップと、新しいサービス提供アプリケーションを配備したことをサービス更新手段によりサービス振り分け手段へ通知するステップとを有し、サービス振り分け手段は、クライアント識別情報の無いリクエストに対し、新しいサービス提供アプリケーションを振り分けるステップを有することを特徴とする。   An application updating method for a computer system according to the present invention connects a client computer, a server computer, and a management computer that manages the server computer via a network, and interactively uses a stateless protocol from the server computer to the client computer via the network. An application updating method for a computer system for providing a service, wherein the server computer stores an existing service providing application in an old service providing application storage unit of the first storage means, and a new service providing application is a new service of the first storage means. A step of storing in the provided application storage unit, a step of receiving a request from the client computer by the service processing means, and a request receiving and requesting the request from the service processing means. Determining the presence or absence of client identification information contained therein by the identification information recognition means of the service distribution means, and storing a mapping table having the client identification information and the version information of the service providing application in the second storage means. The management computer stores the service providing application in the service providing application storage unit of the third storage means, distributes the new service providing application to the server computer by the service deploying means, and deploys the new service providing application. The service update means notifies the service distribution means of the service update means, and the service distribution means responds to a request without client identification information with a new service providing application. Characterized by the step of distributing emissions.

サービス配備手段から配信する新しいサービス提供アプリケーションは、新サービス提供アプリケーション格納部へ格納することを特徴とする。   The new service providing application distributed from the service deploying means is stored in the new service providing application storage unit.

サービス振り分け手段は、リクエスト中にクライアント識別情報があるとき、マッピングテーブルを参照してクライアント識別情報に対応するサービス提供アプリケーションを特定するステップと、特定したサービス提供アプリケーションを実行するステップと、クライアント計算機へレスポンスを送信するステップとを有することを特徴とする。   When there is client identification information in the request, the service distribution means specifies a service providing application corresponding to the client identification information by referring to the mapping table, executes the specified service providing application, and sends to the client computer And a step of transmitting a response.

サービス振り分け手段は、リクエスト中にクライアント識別情報がないとき、クライアント識別情報を発行するステップと、クライアント識別情報と実行する新しいサービス提供アプリケーションのバージョン情報とをマッピングテーブルへ登録するステップと、新しいサービス提供アプリケーションを実行するステップと、クライアント計算機へレスポンスを送信するステップとを有することを特徴とする。   When there is no client identification information in the request, the service distribution means issues the client identification information, registers the client identification information and the version information of the new service providing application to be executed in the mapping table, and provides the new service The method includes a step of executing an application and a step of transmitting a response to the client computer.

サービス更新手段は、サービス提供アプリケーションを更新するとき、サービス振り分け手段に対して新しいサービス提供アプリケーションを振り分けるよう通知するステップを有することを特徴とする。   The service updating means has a step of notifying the service distribution means to distribute a new service providing application when updating the service providing application.

第一記憶手段と第三記憶手段とは、外部記憶装置を有することを特徴とする。   The first storage means and the third storage means have an external storage device.

第二記憶手段は、主記憶装置を有することを特徴とする。   The second storage means has a main storage device.

外部記憶装置は、磁気ディスク装置、光ディスク装置、可撓性ディスク装置の何れかを有することを特徴とする。   The external storage device has any one of a magnetic disk device, an optical disk device, and a flexible disk device.

本発明のプログラムは、コンピュータを、クライアント計算機と管理計算機と共にネットワークで接続し、クライアント計算機へネットワークを介してステートレスなプロトコルを用いて対話式のサービスを提供するサーバ計算機として機能させるためのプログラムであって、コンピュータを、既存のサービス提供アプリケーションを第一記憶手段の旧サービス提供アプリケーション格納部へ格納し新しいサービス提供アプリケーションを第一記憶手段の新サービス提供アプリケーション格納部へ格納する手段、クライアント計算機からのリクエストを受信処理するサービス処理手段、サービス処理手段からリクエストを受信しリクエスト中に含まれるクライアント識別情報の有無を判別する識別情報認識手段、クライアント識別情報とサービス提供アプリケーションのバージョン情報とを有するマッピングテーブルを第二記憶手段へ格納する手段、クライアント識別情報の無いリクエストに対し、新しいサービス提供アプリケーションを振り分けるサービス振り分け手段として機能させることを特徴とする。   The program of the present invention is a program for connecting a computer together with a client computer and a management computer via a network, and causing the client computer to function as a server computer that provides an interactive service using a stateless protocol via the network. Means for storing the existing service providing application in the old service providing application storage section of the first storage means and storing the new service providing application in the new service providing application storage section of the first storage means, from the client computer Service processing means for receiving a request, identification information recognizing means for receiving the request from the service processing means and determining the presence or absence of client identification information included in the request, client identification information and service Means for storing a mapping table having the version information of the scan provides the application to the second storage means, with respect to not request a client identification, characterized in that to function as a service distributing means for distributing a new service providing application.

ステートレスなプロトコルを用いた対話式サービスにおいて、サーバ計算機は、セッションIDの有無に応じて新旧のサービス提供アプリケーションを振り分け、新旧両方のサービス提供アプリケーションを並行して実行できるため、サービス提供アプリケーションの更新時に、既に対話を開始しているクライアントに対しては、更新前の旧サービス提供アプリケーションにてサービス提供を行い、新規に対話を開始するクライアントに対しては、更新後の新サービス提供アプリケーションにてサービス提供を行なうことにより、クライアントの対話中のセッションIDを継続した状態でサービス提供アプリケーションを更新できるという効果がある。   In an interactive service using a stateless protocol, the server computer distributes old and new service providing applications according to the presence or absence of a session ID, and both the old and new service providing applications can be executed in parallel. For clients that have already started a conversation, service is provided by the old service providing application before the update, and for clients that newly start a conversation, service is provided by the new service providing application after the update. By providing, there is an effect that the service providing application can be updated in a state where the session ID during the conversation of the client is continued.

次に、本発明を実施するための最良の形態について、図面を参照して詳細に説明する。   Next, the best mode for carrying out the present invention will be described in detail with reference to the drawings.

図1は、本発明のコンピュータシステムを示す構成ブロック図、図2は、図1中のサービス振り分け手段230の詳細を示すブロック図、図3は、図1中のマッピングテーブル221を説明するための図である。   FIG. 1 is a block diagram showing the configuration of the computer system of the present invention, FIG. 2 is a block diagram showing details of the service distribution unit 230 in FIG. 1, and FIG. 3 is a diagram for explaining the mapping table 221 in FIG. FIG.

図1を参照すると、コンピュータシステム1は、複数のクライアント計算機100と、複数のサーバ計算機200と、サーバ計算機200を管理する管理計算機300とをネットワーク10で接続し、サーバ計算機200からクライアント計算機100へネットワーク10を介してステートレスなプロトコルを用いて対話式のサービスを提供するよう構成する。なお、クライアント計算機100は、パーソナルコンピュータで構成する。   Referring to FIG. 1, the computer system 1 connects a plurality of client computers 100, a plurality of server computers 200, and a management computer 300 that manages the server computers 200 via a network 10, and the server computer 200 transfers to the client computers 100. An interactive service is configured to be provided via the network 10 using a stateless protocol. The client computer 100 is composed of a personal computer.

サーバ計算機200は、既存の旧サービス提供アプリケーション212を格納する旧サービス提供アプリケーション格納部211と新サービス提供アプリケーション214を格納する新サービス提供アプリケーション格納部213とを有する磁気ディスク装置210と、クライアント計算機100からのリクエストを受信処理するサービス処理手段201と、サービス処理手段201からリクエストを受信しリクエスト中に含まれるクライアント識別情報の有無を判別する識別情報認識手段231を有するサービス振り分け手段230と、クライアント識別情報(ID)とサービス提供アプリケーション312のバージョン情報とを有する図3に示すマッピングテーブル221を格納するメモリ220とで構成する。   The server computer 200 includes a magnetic disk device 210 having an old service providing application storage unit 211 that stores an existing old service providing application 212 and a new service providing application storage unit 213 that stores a new service providing application 214, and the client computer 100. A service processing unit 201 that receives a request from the service processing unit; a service distribution unit 230 that includes an identification information recognition unit 231 that receives a request from the service processing unit 201 and determines whether there is client identification information included in the request; The memory 220 stores the mapping table 221 shown in FIG. 3 having information (ID) and version information of the service providing application 312.

なお、磁気ディスク装置210は、旧サービス提供アプリケーション格納部211と新サービス提供アプリケーション格納部213とを具備する表記としているが、旧サービス提供アプリケーション212に新サービス提供アプリケーション214を上書きしないで、各々を個別に格納することを表示している。   The magnetic disk device 210 has a notation including an old service providing application storage unit 211 and a new service providing application storage unit 213. However, the old service providing application 212 is not overwritten with the new service providing application 214, and each of them is used. It shows that it is stored separately.

管理計算機300は、サービス提供アプリケーション312を格納するサービス提供アプリケーション格納部311を有する磁気ディスク装置310と、新しいサービス提供アプリケーション312をサーバ計算機200へ配信するサービス配備手段301と、新しいサービス提供アプリケーション312を配備したことをサービス振り分け手段230へ通知するサービス更新手段302とで構成する。サービス提供アプリケーション312は、対話式に処理を行うための複数のプログラムを備えて構成する。   The management computer 300 includes a magnetic disk device 310 having a service providing application storage unit 311 for storing the service providing application 312, a service deployment unit 301 for distributing the new service providing application 312 to the server computer 200, and a new service providing application 312. The service update unit 302 notifies the service distribution unit 230 of the deployment. The service providing application 312 includes a plurality of programs for performing processing interactively.

なお、磁気ディスク装置210、310は、光ディスク装置、または、可撓性ディスク装置で構成してもよく、マッピングテーブル221は、主記憶装置(図示せず)のメインメモリ220に格納する。   The magnetic disk devices 210 and 310 may be configured by an optical disk device or a flexible disk device, and the mapping table 221 is stored in the main memory 220 of the main storage device (not shown).

図2、図3を参照すると、サービス振り分け手段230は、識別情報認識手段231によりリクエスト中にクライアント識別情報があることを認識したとき、マッピングテーブル参照手段232により、図3に示すマッピングテーブル221を参照して、クライアント識別情報(ID)に対応するサービス提供アプリケーション312を特定するービス提供アプリケーション特定手段233と、特定した前記サービス提供アプリケーション312を実行し、クライアント計算機100へレスポンスを送信する送信手段234と、リクエスト中にクライアント識別情報がないとき、クライアント識別情報を発行する識別情報発行手段235と、クライアント識別情報と実行する新しいサービス提供アプリケーションのバージョン情報とをマッピングテーブル221へ登録する登録手段236とで構成する。   2 and 3, when the service distribution unit 230 recognizes that the client identification information is included in the request by the identification information recognition unit 231, the mapping table reference unit 232 causes the mapping table 221 shown in FIG. The service providing application specifying unit 233 for specifying the service providing application 312 corresponding to the client identification information (ID) and the transmitting unit 234 for executing the specified service providing application 312 and transmitting a response to the client computer 100. When there is no client identification information in the request, the identification information issuing means 235 that issues the client identification information is mapped to the client identification information and the version information of the new service providing application to be executed. Constituted by the registration unit 236 for registering the grayed table 221.

次に、上述のように構成したコンピュータシステム1の動作について、図面を参照して説明する。   Next, the operation of the computer system 1 configured as described above will be described with reference to the drawings.

図4は、コンピュータシステム1の動作を説明するためのフローチャート、図5は、サービス提供アプリケーション312を更新するときの動作を説明するためのフローチャートである。   FIG. 4 is a flowchart for explaining the operation of the computer system 1, and FIG. 5 is a flowchart for explaining the operation when the service providing application 312 is updated.

ここでは、クライアント計算機100とサーバ計算機200のサービス処理手段201との間での情報の送受信は、ステートレスなプロトコルを使い、Cookieの技術により、クライアント計算機100を一意的に特定するためのセッショントラッキング手段を有するものとする(例えば、クライアント計算機100は、Webブラウザを使って、サーバ計算機200で実行中のWebサーバと通信するものとする)。   In this case, transmission / reception of information between the client computer 100 and the service processing unit 201 of the server computer 200 uses a stateless protocol, and a session tracking unit for uniquely identifying the client computer 100 using Cookie technology. (For example, it is assumed that the client computer 100 communicates with a Web server running on the server computer 200 using a Web browser).

また、サーバ計算機200は、管理計算機300から送信する既存のサービス提供アプリケーション312を旧サービス提供アプリケーション格納部211へ格納し、新しいサービス提供アプリケーション312を新サービス提供アプリケーション格納部213へ格納するものとする。   The server computer 200 stores the existing service providing application 312 transmitted from the management computer 300 in the old service providing application storage unit 211 and stores the new service providing application 312 in the new service providing application storage unit 213. .

図4を参照すると、クライアント計算機100からのリクエストをサービス処理手段201へ送信すると(ステップA1)、サービス処理手段201は、リクエストを受信し、サービス振り分け手段230へリクエストを渡す(ステップA2)。   Referring to FIG. 4, when a request from the client computer 100 is transmitted to the service processing unit 201 (step A1), the service processing unit 201 receives the request and passes the request to the service distribution unit 230 (step A2).

サービス振り分け手段202は、リクエスト中にクライアント識別情報(ID)が含まれているか否かを識別情報認識手段231により判別する(ステップA3)。   The service distribution unit 202 determines whether or not client identification information (ID) is included in the request by the identification information recognition unit 231 (step A3).

IDが含まれていないとき(クライアント計算機100が初めてリクエストをサーバ計算機200へ送信する場合は、IDは含まれていない)、サービス振り分け手段230は、クライアント計算機100を一意的に識別するためのIDを発行する(ステップA4)。   When the ID is not included (when the client computer 100 transmits a request to the server computer 200 for the first time, the ID is not included), the service distribution unit 230 identifies the client computer 100 uniquely. Is issued (step A4).

サービス振り分け手段202は、サービス更新手段302により指定されたアプリケーションバージョンのサービス提供アプリケーション312と上記(ステップA4)で発行したIDとのペアをマッピングテーブル221へ登録し格納する(ステップA5)。   The service distribution unit 202 registers a pair of the service providing application 312 having the application version specified by the service update unit 302 and the ID issued in the above (Step A4) in the mapping table 221 and stores the pair (Step A5).

上記(ステップA3)でIDが含まれているとき、および、上記(ステップA5)の後、サービス振り分け手段230は、マッピングテーブル221を参照して、IDに対応するサービス提供アプリケーション312を特定し、特定したサービス提供アプリケーション312を起動し、その結果をクライアント計算機100へ送信する(ステップA6)。   When the ID is included in (Step A3) and after (Step A5), the service distribution unit 230 refers to the mapping table 221 to identify the service providing application 312 corresponding to the ID, The identified service providing application 312 is activated, and the result is transmitted to the client computer 100 (step A6).

以後、クライアント計算機100から送信されるリクエストには、IDが含まれることになる。   Thereafter, the request transmitted from the client computer 100 includes the ID.

次に、サービス提供アプリケーション312を更新する場合の動作について、図5を参照して説明する。   Next, an operation when the service providing application 312 is updated will be described with reference to FIG.

管理計算機300の管理者により、サービス配備手段301は、新しいサービス提供アプリケーション312をサーバ計算機200の新サービス提供アプリケーション214として配信すると(ステップB1)、サーバ計算機200は、新サービス提供アプリケーション214を新サービス提供アプリケーション格納部213へ格納する。   When the administrator of the management computer 300 distributes the new service providing application 312 as the new service providing application 214 of the server computer 200 (step B1), the server computer 200 sends the new service providing application 214 to the new service. Store in the provided application storage unit 213.

管理計算機300のサービス更新手段302は、サーバ計算機200のサービス振り分け手段230に対して、新サービス提供アプリケーション214へクライアント計算機100からのリクエストを振り分けるように通知する(ステップB2)。   The service updating unit 302 of the management computer 300 notifies the service distribution unit 230 of the server computer 200 to distribute the request from the client computer 100 to the new service providing application 214 (step B2).

以後、サービス振り分け手段202は、IDを持たないリクエストに対し、新サービス提供アプリケーション214にて処理を行うようになる。   Thereafter, the service distribution unit 202 processes the request having no ID in the new service providing application 214.

以上説明したように、セッションIDを持たないクライアント計算機100は、ID発行後、最新のサービス提供アプリケーション312を利用でき、既にセッションIDを持っているクライアント計算機100は、そのセッションIDを作成した時点での最新のサービス提供アプリケーション312を利用し続ける構成としているため、サーバ計算機200側において、サービス提供アプリケーション312を更新した場合、クライアント計算機100は、現在利用中のサービス提供アプリケーション312をセッション終了まで引き続き利用できることになる。   As described above, the client computer 100 that does not have a session ID can use the latest service providing application 312 after issuing the ID, and the client computer 100 that already has a session ID creates the session ID. Therefore, when the server computer 200 updates the service providing application 312, the client computer 100 continues to use the service providing application 312 currently used until the session ends. It will be possible.

本発明のコンピュータシステムを示す構成ブロック図ある。1 is a configuration block diagram showing a computer system of the present invention. 図1中のサービス振り分け手段の詳細を示すブロック図である。It is a block diagram which shows the detail of the service distribution means in FIG. 図1中のマッピングテーブルを説明するための図である。It is a figure for demonstrating the mapping table in FIG. コンピュータシステムの動作を説明するためのフローチャートである。It is a flowchart for demonstrating operation | movement of a computer system. サービス提供アプリケーションを更新するときの動作を説明するためのフローチャートである。It is a flowchart for demonstrating operation | movement when updating a service provision application.

符号の説明Explanation of symbols

1 コンピュータシステム
10 ネットワーク
100 クライアント計算機
200 サーバ計算機
201 サービス処理手段
210、310 磁気ディスク装置
211 旧サービス提供アプリケーション格納部
212 旧サービス提供アプリケーション
213 新サービス提供アプリケーション格納部
214 新サービス提供アプリケーション
220 メモリ
221 マッピングテーブル
230 サービス振り分け手段
231 識別情報認識手段
232 マッピングテーブル参照手段
233 サービス提供アプリケーション特定手段
234 送信手段
235 識別情報発行手段
236 登録手段
300 管理計算機
301 サービス配備手段
302 サービス更新手段
311 サービス提供アプリケーション格納部
312 サービス提供アプリケーション
DESCRIPTION OF SYMBOLS 1 Computer system 10 Network 100 Client computer 200 Server computer 201 Service processing means 210, 310 Magnetic disk device 211 Old service providing application storage unit 212 Old service providing application 213 New service providing application storage unit 214 New service providing application 220 Memory 221 Mapping table 230 Service distribution unit 231 Identification information recognition unit 232 Mapping table reference unit 233 Service providing application specifying unit 234 Transmission unit 235 Identification information issuing unit 236 Registration unit 300 Management computer 301 Service deployment unit 302 Service updating unit 311 Service providing application storage unit 312 Service Provided application

Claims (24)

クライアント計算機とサーバ計算機と前記サーバ計算機を管理する管理計算機とをネットワークで接続し、前記サーバ計算機から前記クライアント計算機へ前記ネットワークを介してステートレスなプロトコルを用いて対話式のサービスを提供するコンピュータシステムであって、前記サーバ計算機は、既存のサービス提供アプリケーションを格納する旧サービス提供アプリケーション格納部と新しいサービス提供アプリケーションを格納する新サービス提供アプリケーション格納部とを有する第一記憶手段と、前記クライアント計算機からのリクエストを受信処理するサービス処理手段と、前記サービス処理手段から前記リクエストを受信し前記リクエスト中に含まれるクライアント識別情報の有無を判別する識別情報認識手段を有するサービス振り分け手段と、前記クライアント識別情報と前記サービス提供アプリケーションのバージョン情報とを有するマッピングテーブルを格納する第二記憶手段とを有し、前記管理計算機は、前記サービス提供アプリケーションを格納するサービス提供アプリケーション格納部を有する第三記憶手段と、新しい前記サービス提供アプリケーションを前記サーバ計算機へ配信するサービス配備手段と、新しい前記サービス提供アプリケーションを配備したことを前記サービス振り分け手段へ通知するサービス更新手段とを有し、前記サービス振り分け手段は、前記クライアント識別情報の無い前記リクエストに対し、新しい前記サービス提供アプリケーションを振り分ける手段を有することを特徴とするコンピュータシステム。 A computer system in which a client computer, a server computer, and a management computer that manages the server computer are connected via a network, and an interactive service is provided from the server computer to the client computer using a stateless protocol via the network. The server computer includes a first storage unit having an old service providing application storage unit for storing an existing service providing application and a new service providing application storage unit for storing a new service providing application, and from the client computer. Service processing means for receiving and processing a request; and a service information recognition means for receiving the request from the service processing means and determining the presence or absence of client identification information included in the request. Service distribution means; and second storage means for storing a mapping table having the client identification information and the version information of the service providing application, wherein the management computer stores the service providing application. A third storage means having a section, a service deployment means for distributing the new service providing application to the server computer, and a service updating means for notifying the service distribution means that the new service providing application has been deployed. The service distribution means has means for distributing the new service providing application to the request without the client identification information. 前記サービス配備手段から配信する新しい前記サービス提供アプリケーションは、前記新サービス提供アプリケーション格納部へ格納することを特徴とする請求項1記載のコンピュータシステム。 The computer system according to claim 1, wherein the new service providing application distributed from the service deployment unit is stored in the new service providing application storage unit. 前記サービス振り分け手段は、前記リクエスト中に前記クライアント識別情報があるとき、前記マッピングテーブルを参照して前記クライアント識別情報に対応する前記サービス提供アプリケーションを特定する手段と、特定した前記サービス提供アプリケーションを実行し、前記クライアント計算機へレスポンスを送信する手段とを有することを特徴とする請求項1記載のコンピュータシステム。 The service distribution means, when the client identification information is included in the request, refers to the mapping table and identifies the service provision application corresponding to the client identification information, and executes the identified service provision application The computer system according to claim 1, further comprising means for transmitting a response to the client computer. 前記サービス振り分け手段は、前記リクエスト中に前記クライアント識別情報がないとき、前記クライアント識別情報を発行する手段と、前記クライアント識別情報と実行する新しい前記サービス提供アプリケーションの前記バージョン情報とを前記マッピングテーブルへ登録する手段と、新しい前記サービス提供アプリケーションを実行し、前記クライアント計算機へレスポンスを送信する手段とを有することを特徴とする請求項1記載のコンピュータシステム。 When there is no client identification information in the request, the service distribution unit issues the client identification information and the version information of the new service providing application to be executed to the mapping table. The computer system according to claim 1, further comprising means for registering and means for executing the new service providing application and transmitting a response to the client computer. 前記サービス処理手段は、前記クライアント計算機からの前記リクエストを前記サービス振り分け手段へ転送する手段と、前記サービス振り分け手段で特定した前記サービス提供アプリケーションを前記クライアント計算機へ送信する手段とを有することを特徴とする請求項1記載のコンピュータシステム。 The service processing means includes means for transferring the request from the client computer to the service distribution means, and means for transmitting the service providing application specified by the service distribution means to the client computer. The computer system according to claim 1. 前記サービス更新手段は、前記サービス提供アプリケーションを更新するとき、前記サービス振り分け手段に対して新しい前記サービス提供アプリケーションを振り分けるよう通知する手段を有することを特徴とする請求項1記載のコンピュータシステム。 2. The computer system according to claim 1, wherein the service update means has means for notifying the service distribution means to distribute the new service providing application when the service providing application is updated. 前記第一記憶手段と前記第三記憶手段とは、外部記憶装置を有することを特徴とする請求項1記載のコンピュータシステム。 The computer system according to claim 1, wherein the first storage unit and the third storage unit include an external storage device. 前記第二記憶手段は、主記憶装置を有することを特徴とする請求項1記載のコンピュータシステム。 The computer system according to claim 1, wherein the second storage unit includes a main storage device. 前記外部記憶装置は、磁気ディスク装置、光ディスク装置、可撓性ディスク装置の何れかを有することを特徴とする請求項7記載のコンピュータシステム。 8. The computer system according to claim 7, wherein the external storage device includes any one of a magnetic disk device, an optical disk device, and a flexible disk device. クライアント計算機と管理計算機と共にネットワークで接続し、前記クライアント計算機へ前記ネットワークを介してステートレスなプロトコルを用いて対話式のサービスを提供するサーバ計算機であって、既存のサービス提供アプリケーションを格納する旧サービス提供アプリケーション格納部と新しいサービス提供アプリケーションを格納する新サービス提供アプリケーション格納部とを有する第一記憶手段と、前記クライアント計算機からのリクエストを受信処理するサービス処理手段と、前記サービス処理手段から前記リクエストを受信し前記リクエスト中に含まれるクライアント識別情報の有無を判別する識別情報認識手段を有するサービス振り分け手段と、前記クライアント識別情報と前記サービス提供アプリケーションのバージョン情報とを有するマッピングテーブルを格納する第二記憶手段とを有し、前記サービス振り分け手段は、前記クライアント識別情報の無い前記リクエストに対し、新しい前記サービス提供アプリケーションを振り分ける手段を有することを特徴とするサーバ計算機。 A server computer that is connected to a client computer and a management computer via a network and provides an interactive service to the client computer using a stateless protocol via the network, and provides an old service providing an existing service providing application First storage means having an application storage section and a new service provision application storage section for storing a new service provision application, service processing means for receiving and processing a request from the client computer, and receiving the request from the service processing section Service distribution means having identification information recognition means for determining presence / absence of client identification information included in the request, a bar for the client identification information and the service providing application And a second storage unit for storing a mapping table having the application information, wherein the service distribution unit includes a unit for distributing the new service providing application to the request without the client identification information. A server computer. 前記管理計算機は、前記サービス提供アプリケーションを格納するサービス提供アプリケーション格納部を有する第三記憶手段と、新しい前記サービス提供アプリケーションを配信するサービス配備手段と、新しい前記サービス提供アプリケーションを配備したことを前記サービス振り分け手段へ通知するサービス更新手段とを有することを特徴とする請求項10記載のサーバ計算機。 The management computer includes a third storage unit having a service providing application storage unit for storing the service providing application, a service deploying unit for distributing the new service providing application, and the service providing that the new service providing application has been deployed. 11. The server computer according to claim 10, further comprising service update means for notifying the distribution means. 前記サービス配備手段から配信する新しい前記サービス提供アプリケーションは、前記新サービス提供アプリケーション格納部へ格納することを特徴とする請求項11記載のサーバ計算機。 12. The server computer according to claim 11, wherein the new service providing application distributed from the service deployment means is stored in the new service providing application storage unit. 前記サービス振り分け手段は、前記リクエスト中に前記クライアント識別情報があるとき、前記マッピングテーブルを参照して前記クライアント識別情報に対応する前記サービス提供アプリケーションを特定する手段と、特定した前記サービス提供アプリケーションを実行し、前記クライアント計算機へレスポンスを送信する手段とを有することを特徴とする請求項10記載のサーバ計算機。 The service distribution means, when the client identification information is included in the request, refers to the mapping table and identifies the service provision application corresponding to the client identification information, and executes the identified service provision application The server computer according to claim 10, further comprising means for transmitting a response to the client computer. 前記サービス振り分け手段は、前記リクエスト中に前記クライアント識別情報がないとき、前記クライアント識別情報を発行する手段と、前記クライアント識別情報と実行する新しい前記サービス提供アプリケーションの前記バージョン情報とを前記マッピングテーブルへ登録する手段と、新しい前記サービス提供アプリケーションを実行し、前記クライアント計算機へレスポンスを送信する手段とを有することを特徴とする請求項10記載のサーバ計算機。 When there is no client identification information in the request, the service distribution unit issues the client identification information and the version information of the new service providing application to be executed to the mapping table. 11. The server computer according to claim 10, comprising means for registering and means for executing the new service providing application and transmitting a response to the client computer. 前記サービス処理手段は、前記クライアント計算機からの前記リクエストを前記サービス振り分け手段へ転送する手段と、前記サービス振り分け手段で特定した前記サービス提供アプリケーションを前記クライアント計算機へ送信する手段とを有することを特徴とする請求項10記載のサーバ計算機。 The service processing means includes means for transferring the request from the client computer to the service distribution means, and means for transmitting the service providing application specified by the service distribution means to the client computer. The server computer according to claim 10. クライアント計算機とサーバ計算機と前記サーバ計算機を管理する管理計算機とをネットワークで接続し、前記サーバ計算機から前記クライアント計算機へ前記ネットワークを介してステートレスなプロトコルを用いて対話式のサービスを提供するコンピュータシステムのアプリケーション更新方法であって、前記サーバ計算機は、既存のサービス提供アプリケーションを第一記憶手段の旧サービス提供アプリケーション格納部へ格納し新しいサービス提供アプリケーションを前記第一記憶手段の新サービス提供アプリケーション格納部へ格納するステップと、前記クライアント計算機からのリクエストをサービス処理手段により受信処理するステップと、前記サービス処理手段から前記リクエストを受信し前記リクエスト中に含まれるクライアント識別情報の有無をサービス振り分け手段の識別情報認識手段により判別するステップと、前記クライアント識別情報と前記サービス提供アプリケーションのバージョン情報とを有するマッピングテーブルを第二記憶手段へ格納するステップとを有し、前記管理計算機は、前記サービス提供アプリケーションを第三記憶手段のサービス提供アプリケーション格納部へ格納するステップと、新しい前記サービス提供アプリケーションをサービス配備手段により前記サーバ計算機へ配信するステップと、新しい前記サービス提供アプリケーションを配備したことをサービス更新手段により前記サービス振り分け手段へ通知するステップとを有し、前記サービス振り分け手段は、前記クライアント識別情報の無い前記リクエストに対し、新しい前記サービス提供アプリケーションを振り分けるステップを有することを特徴とするコンピュータシステムのアプリケーション更新方法。 A computer system in which a client computer, a server computer, and a management computer that manages the server computer are connected via a network, and an interactive service is provided from the server computer to the client computer using a stateless protocol via the network. In the application updating method, the server computer stores an existing service providing application in the old service providing application storage unit of the first storage unit, and a new service providing application to the new service providing application storage unit of the first storage unit. A step of storing, a step of receiving a request from the client computer by a service processing unit, and a class included in the request received from the service processing unit. Determining the presence or absence of ant identification information by the identification information recognition means of the service distribution means, and storing a mapping table having the client identification information and the version information of the service providing application in the second storage means. The management computer stores the service providing application in a service providing application storage unit of a third storage unit, distributes the new service providing application to the server computer by a service deployment unit, and provides the new service providing A service update unit that notifies the service distribution unit that the application has been deployed, and the service distribution unit newly updates the request without the client identification information. Application method of updating the computer system characterized by the step of distributing the service providing application. 前記サービス配備手段から配信する新しい前記サービス提供アプリケーションは、前記新サービス提供アプリケーション格納部へ格納することを特徴とする請求項16記載のコンピュータシステムのアプリケーション更新方法。 17. The application updating method for a computer system according to claim 16, wherein the new service providing application distributed from the service deployment unit is stored in the new service providing application storage unit. 前記サービス振り分け手段は、前記リクエスト中に前記クライアント識別情報があるとき、前記マッピングテーブルを参照して前記クライアント識別情報に対応する前記サービス提供アプリケーションを特定するステップと、特定した前記サービス提供アプリケーションを実行するステップと、前記クライアント計算機へレスポンスを送信するステップとを有することを特徴とする請求項16記載のコンピュータシステムのアプリケーション更新方法。 The service distribution means, when there is the client identification information in the request, refers to the mapping table to identify the service provision application corresponding to the client identification information, and executes the identified service provision application 17. The method of updating an application in a computer system according to claim 16, further comprising a step of transmitting a response to the client computer. 前記サービス振り分け手段は、前記リクエスト中に前記クライアント識別情報がないとき、前記クライアント識別情報を発行するステップと、前記クライアント識別情報と実行する新しい前記サービス提供アプリケーションの前記バージョン情報とを前記マッピングテーブルへ登録するステップと、新しい前記サービス提供アプリケーションを実行するステップと、前記クライアント計算機へレスポンスを送信するステップとを有することを特徴とする請求項16記載のコンピュータシステムのアプリケーション更新方法。 When there is no client identification information in the request, the service distribution unit issues the client identification information and the version information of the new service providing application to be executed to the mapping table. 17. The method of updating an application in a computer system according to claim 16, comprising a step of registering, executing a new service providing application, and transmitting a response to the client computer. 前記サービス更新手段は、前記サービス提供アプリケーションを更新するとき、前記サービス振り分け手段に対して新しい前記サービス提供アプリケーションを振り分けるよう通知するステップを有することを特徴とする請求項16記載のコンピュータシステムのアプリケーション更新方法。 17. The application update of a computer system according to claim 16, wherein when the service providing application is updated, the service updating unit has a step of notifying the service distribution unit to distribute the new service providing application. Method. 前記第一記憶手段と前記第三記憶手段とは、外部記憶装置を有することを特徴とする請求項16記載のコンピュータシステムのアプリケーション更新方法。 The computer system application update method according to claim 16, wherein the first storage unit and the third storage unit include an external storage device. 前記第二記憶手段は、主記憶装置を有することを特徴とする請求項16記載のコンピュータシステムのアプリケーション更新方法。 The computer system application update method according to claim 16, wherein the second storage unit includes a main storage device. 前記外部記憶装置は、磁気ディスク装置、光ディスク装置、可撓性ディスク装置の何れかを有することを特徴とする請求項21記載のコンピュータシステムのアプリケーション更新方法。 The computer system application update method according to claim 21, wherein the external storage device includes any one of a magnetic disk device, an optical disk device, and a flexible disk device. コンピュータを、クライアント計算機と管理計算機と共にネットワークで接続し、前記クライアント計算機へ前記ネットワークを介してステートレスなプロトコルを用いて対話式のサービスを提供するサーバ計算機として機能させるためのプログラムであって、コンピュータを、既存のサービス提供アプリケーションを第一記憶手段の旧サービス提供アプリケーション格納部へ格納し新しいサービス提供アプリケーションを第一記憶手段の新サービス提供アプリケーション格納部へ格納する手段、前記クライアント計算機からのリクエストを受信処理するサービス処理手段、前記サービス処理手段から前記リクエストを受信し前記リクエスト中に含まれるクライアント識別情報の有無を判別する識別情報認識手段、前記クライアント識別情報と前記サービス提供アプリケーションのバージョン情報とを有するマッピングテーブルを第二記憶手段へ格納する手段、前記クライアント識別情報の無い前記リクエストに対し、新しい前記サービス提供アプリケーションを振り分けるサービス振り分け手段として機能させるためのプログラム。
A program for connecting a computer together with a client computer and a management computer via a network, and causing the client computer to function as a server computer that provides an interactive service using a stateless protocol via the network, Means for storing an existing service providing application in the old service providing application storage section of the first storage means and storing a new service providing application in the new service providing application storage section of the first storage means; receiving a request from the client computer Service processing means for processing, identification information recognition means for receiving the request from the service processing means and determining the presence or absence of client identification information included in the request, the client identification information It said service means for storing a mapping table having the version information providing application to the second storage means, the relative free the request of the client identification information, a program to function as the service distribution means for distributing the new the serving application.
JP2004006741A 2004-01-14 2004-01-14 Computer system, server computer, computer system application update method, program Expired - Fee Related JP4063220B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2004006741A JP4063220B2 (en) 2004-01-14 2004-01-14 Computer system, server computer, computer system application update method, program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2004006741A JP4063220B2 (en) 2004-01-14 2004-01-14 Computer system, server computer, computer system application update method, program

Publications (2)

Publication Number Publication Date
JP2005202573A true JP2005202573A (en) 2005-07-28
JP4063220B2 JP4063220B2 (en) 2008-03-19

Family

ID=34820616

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2004006741A Expired - Fee Related JP4063220B2 (en) 2004-01-14 2004-01-14 Computer system, server computer, computer system application update method, program

Country Status (1)

Country Link
JP (1) JP4063220B2 (en)

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007114815A (en) * 2005-10-18 2007-05-10 Nec Engineering Ltd Program updating device
JP2008282130A (en) * 2007-05-09 2008-11-20 Hitachi Ltd High available operation method of application, online version changing method and computer system
JP2010224728A (en) * 2009-03-23 2010-10-07 Oki Electric Ind Co Ltd Device, method, and system for processing information
JP2012083867A (en) * 2010-10-08 2012-04-26 Nomura Research Institute Ltd Function expansion method for service providing system
JP2013077220A (en) * 2011-09-30 2013-04-25 Toshiba Corp Computer system and application multiple version management device
JP2013092867A (en) * 2011-10-25 2013-05-16 Nippon Telegr & Teleph Corp <Ntt> Service provision system, file update method and distribution management device
JP2013522786A (en) * 2010-03-22 2013-06-13 トムソン ライセンシング Method for securing access to data or services accessible through a device performing the method and corresponding device
JP2013182397A (en) * 2012-03-01 2013-09-12 Nippon Telegr & Teleph Corp <Ntt> Cluster system
KR20200000245A (en) * 2018-06-22 2020-01-02 주식회사 티맥스 소프트 Application hot deploy method to guarentee application version consistency and computer program stored in computer readable medium therfor
JP2022156799A (en) * 2021-03-31 2022-10-14 ソフトマックス株式会社 Information processing apparatus, information processing method and its program

Cited By (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007114815A (en) * 2005-10-18 2007-05-10 Nec Engineering Ltd Program updating device
JP2008282130A (en) * 2007-05-09 2008-11-20 Hitachi Ltd High available operation method of application, online version changing method and computer system
JP2010224728A (en) * 2009-03-23 2010-10-07 Oki Electric Ind Co Ltd Device, method, and system for processing information
JP2013522786A (en) * 2010-03-22 2013-06-13 トムソン ライセンシング Method for securing access to data or services accessible through a device performing the method and corresponding device
US9531717B2 (en) 2010-03-22 2016-12-27 Thomson Licensing Method of securing access to data or services that are accessible via a device implementing the method and corresponding device
JP2012083867A (en) * 2010-10-08 2012-04-26 Nomura Research Institute Ltd Function expansion method for service providing system
JP2013077220A (en) * 2011-09-30 2013-04-25 Toshiba Corp Computer system and application multiple version management device
JP2013092867A (en) * 2011-10-25 2013-05-16 Nippon Telegr & Teleph Corp <Ntt> Service provision system, file update method and distribution management device
JP2013182397A (en) * 2012-03-01 2013-09-12 Nippon Telegr & Teleph Corp <Ntt> Cluster system
KR20200000245A (en) * 2018-06-22 2020-01-02 주식회사 티맥스 소프트 Application hot deploy method to guarentee application version consistency and computer program stored in computer readable medium therfor
US10545754B2 (en) 2018-06-22 2020-01-28 TmaxSoft Co., Ltd. Application hot deploy method to guarantee application version consistency and computer program stored in computer readable medium therefor
KR102116814B1 (en) * 2018-06-22 2020-05-29 주식회사 티맥스 소프트 Application hot deploy method to guarentee application version consistency and computer program stored in computer readable medium therfor
JP2022156799A (en) * 2021-03-31 2022-10-14 ソフトマックス株式会社 Information processing apparatus, information processing method and its program

Also Published As

Publication number Publication date
JP4063220B2 (en) 2008-03-19

Similar Documents

Publication Publication Date Title
US20050015462A1 (en) Service gateway system and method of using the same
US20110093743A1 (en) Method and System of Updating a Plurality of Computers
US9432449B2 (en) Managing connection failover in a load balancer
US8667114B2 (en) Program update management server and program update management method
JP4063220B2 (en) Computer system, server computer, computer system application update method, program
CN101102287A (en) A method and system for transferring files via browser
US20150195128A1 (en) Apparatus and method for supporting configuration management of virtual machine, and apparatus and method for brokering cloud service using the configuration management supporting apparatus
US20080163227A1 (en) Server and client, and update supporting and performing methods thereof
JP3605242B2 (en) Data transmission device, data reception device, and data file storage medium
JP2003044396A (en) Access managing method
JP4728937B2 (en) Software update system, terminal device, software update method, and program
JP2008123344A5 (en)
CN105049463A (en) Distributed database, method of sharing data, and apparatus for a distributed database
JP2009157786A (en) Message transmission control method, message transmission control device, and message transmission control program
JP2002261800A (en) Service quality dynamic control device and control method
CN101877722A (en) Electronic program guide (EPG) system and file downloading method
CN108650318A (en) A kind of data capture method and device
JP4687758B2 (en) Congestion control method
KR20060059395A (en) Method for serving software to host device through peripheral device amd peripheral device for serving software to host device
CN116568566A (en) Information transmission method and communication device
CN109495451B (en) Method and system for processing cloud data request
JP2008077475A (en) Server client system and communication state delivery server
JP2001092641A (en) Software install system
JP2010262411A (en) Information distribution device, information distribution method for the same and program
US8515773B2 (en) System and method for enabling distribution and brokering of content information

Legal Events

Date Code Title Description
RD01 Notification of change of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7421

Effective date: 20070119

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20070424

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20070613

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: 20071211

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20071224

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

Ref document number: 4063220

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

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

Free format text: PAYMENT UNTIL: 20110111

Year of fee payment: 3

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

Free format text: PAYMENT UNTIL: 20110111

Year of fee payment: 3

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

Free format text: PAYMENT UNTIL: 20120111

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20130111

Year of fee payment: 5

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

Free format text: PAYMENT UNTIL: 20130111

Year of fee payment: 5

LAPS Cancellation because of no payment of annual fees