JP2015200964A - connection control method, server, and program - Google Patents

connection control method, server, and program Download PDF

Info

Publication number
JP2015200964A
JP2015200964A JP2014078043A JP2014078043A JP2015200964A JP 2015200964 A JP2015200964 A JP 2015200964A JP 2014078043 A JP2014078043 A JP 2014078043A JP 2014078043 A JP2014078043 A JP 2014078043A JP 2015200964 A JP2015200964 A JP 2015200964A
Authority
JP
Japan
Prior art keywords
client
session connection
priority
connection
server
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
JP2014078043A
Other languages
Japanese (ja)
Inventor
政徳 梅壽
Masanori Baiju
政徳 梅壽
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.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric 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 Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Priority to JP2014078043A priority Critical patent/JP2015200964A/en
Publication of JP2015200964A publication Critical patent/JP2015200964A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Computer And Data Communications (AREA)
  • Small-Scale Networks (AREA)
  • Communication Control (AREA)

Abstract

PROBLEM TO BE SOLVED: To perform connection control in accordance with priority for each session connection.SOLUTION: In a server client system 1 where one or more of a plurality of ports P1 to Pn are assigned to a plurality of clients 4 and the respective clients 4 can perform session connection with a server 3 via the ports P1 to Pn assigned to self, priory of each of the clients 4 is set for each of the ports P1 to Pn assigned to the respective clients 4. When a start request of new session connection accompanying designation of a port is issued to the server 3 by the clients 4, the priority is determined according to combinations of the clients 4 and requested ports P1 to Pn, and session connection of higher priority is taken precedence over session connection of lower priority.

Description

本発明は、サーバと複数のクライアントがセッション接続を行うサーバクライアントシステムにおける接続制御方法、サーバ、及びプログラムに関する。   The present invention relates to a connection control method, a server, and a program in a server client system in which a server and a plurality of clients perform session connection.

サーバクライアントシステムは、複数のクライアントがサーバと通信を行うシステムであり、サーバは、各クライアントから受信する要求に応じた処理を実行する。サーバの処理能力には限界があるため、サーバに同時に接続できるクライアント数を制限する必要がある。   The server client system is a system in which a plurality of clients communicate with a server, and the server executes processing according to a request received from each client. Since the processing capacity of the server is limited, it is necessary to limit the number of clients that can connect to the server simultaneously.

特許文献1は、接続可能な最大数のクライアントが既にサーバに接続している状態で、さらに新たなクライアントからサーバに対して接続要求がなされた場合の接続制御方法を開示している。この接続制御方法は、サーバが各クライアントの優先度を規定した優先度テーブルを有しており、新たに接続要求を行ったクライアントが既に接続中のクライアントのいずれかよりも高い優先度を有する場合には、最低の優先度を有するクライアントとの接続を切断し、新たなクライアントの接続要求を受け付ける。   Patent Document 1 discloses a connection control method when a connection request is made from a new client to the server in a state where the maximum number of connectable clients are already connected to the server. In this connection control method, the server has a priority table that defines the priority of each client, and a client that newly requests a connection has a higher priority than any of the clients that are already connected. Disconnects the client with the lowest priority and accepts a new client connection request.

特開2003−016031号公報JP 2003-016031 A

サーバクライアントシステムにおけるサーバは、複数のポートを介してクライアントとの通信を行っており、1つのクライアントとの通信であっても、クライアントから要求される処理内容等に応じて異なるポートを介してセッション接続が行われる。そして、1つのクライアントとの通信であっても、セッション接続毎に接続確保の重要性が相違することは通常である。   The server in the server client system communicates with the client through a plurality of ports, and even with communication with one client, the session is performed through a different port depending on the processing content requested from the client. A connection is made. Even in communication with one client, it is normal that the importance of securing a connection differs for each session connection.

ところが、特許文献1では、クライアント単位で優先度が設定されており、セッション接続毎(使用されるポート毎)に優先度を設定することはできない。したがって、複数のセッション接続を行うクライアントに関して、重要度の高いセッション接続の優先度を上げるためには、そのクライアント自体の優先度を上げる必要がある。そのため、そのクライアントの重要度の低いセッション接続も優先度が高くなってしまい、他のクライアントからのセッション接続が制限されてしまう。   However, in Patent Document 1, the priority is set for each client, and the priority cannot be set for each session connection (for each port used). Therefore, in order to increase the priority of a session connection having a high degree of importance for a client that performs a plurality of session connections, it is necessary to increase the priority of the client itself. For this reason, the session connection with low importance of the client also has a high priority, and session connections from other clients are restricted.

本発明は上記のような問題点を解決するためになされたものであり、同一のクライアントであっても、セッション接続毎の優先度に応じた接続制御を行うことにより、サーバの処理能力の有効利用を図ることを目的とする。   The present invention has been made in order to solve the above-described problems. Even if the same client is used, the server processing capability can be effectively improved by performing connection control according to the priority for each session connection. It is intended to be used.

上記目的を達成するため、本発明の接続制御方法は、サーバと複数のクライアントとが、サーバの複数のポートを介してセッション接続を行うサーバクライアントシステムにおける接続制御方法である。この接続制御方法では、各クライアントには、ポートの1つ又は複数が割り当てられており、クライアントとポートの組み合わせ毎に、セッション接続の優先度が設定されている。クライアントの何れかからサーバに、ポートのいずれかの指定を伴う新たなセッション接続の開始要求が発行されたとき、サーバは、要求元のクライアントと指定されたポートとの組み合わせから、新たに要求されたセッション接続の優先度を判別し、判別した優先度に基づいて、開始要求に対応するセッション接続を制御する。   In order to achieve the above object, a connection control method of the present invention is a connection control method in a server client system in which a server and a plurality of clients perform session connection via a plurality of ports of the server. In this connection control method, one or more ports are assigned to each client, and a session connection priority is set for each combination of client and port. When a request to start a new session connection with one of the ports specified is issued from one of the clients to the server, the server is newly requested from the combination of the requesting client and the specified port. The priority of the determined session connection is determined, and the session connection corresponding to the start request is controlled based on the determined priority.

本発明では、クライアントとポートの組み合わせ毎にセッション接続の優先度を設定するので、同一のクライアントであっても、セッション接続毎の優先度に応じた接続制御を行うことが可能となる。   In the present invention, since the priority of session connection is set for each combination of client and port, connection control according to the priority for each session connection can be performed even for the same client.

本発明の実施の形態に係るサーバクライアントシステムを示す説明図である。It is explanatory drawing which shows the server client system which concerns on embodiment of this invention. サーバが有する機能構成を示す説明図である。It is explanatory drawing which shows the function structure which a server has. 図2に示す設定ファイルに記憶される設定情報の一例を示す説明図である。It is explanatory drawing which shows an example of the setting information memorize | stored in the setting file shown in FIG. 図2に示すクライアント管理ファイルに記憶される情報の一例を示す説明図である。FIG. 3 is an explanatory diagram illustrating an example of information stored in a client management file illustrated in FIG. 2. 図2に示すセッション管理テーブルに記憶される情報の一例を示す説明図である。FIG. 3 is an explanatory diagram illustrating an example of information stored in a session management table illustrated in FIG. 2. 図2に示す接続数管理テーブルに記憶される情報の一例を示す説明図である。FIG. 3 is an explanatory diagram illustrating an example of information stored in a connection number management table illustrated in FIG. 2. サーバのハードウエア構成を示すブロック図である。It is a block diagram which shows the hardware constitutions of a server. 図1に示すクライアントに格納される、セッション接続制御用の情報の一例を示す説明図である。It is explanatory drawing which shows an example of the information for session connection control stored in the client shown in FIG. サーバが実行する接続制御処理のフローチャートである。It is a flowchart of the connection control process which a server performs. サーバが実行するヘルスチェック処理のフローチャートである。It is a flowchart of the health check process which a server performs.

本発明の実施の形態に係るサーバクライアントシステム、サーバクライアントシステムにおける接続制御方法、サーバ、及びプログラムについて、図面を参照しつつ説明する。   A server client system, a connection control method in the server client system, a server, and a program according to an embodiment of the present invention will be described with reference to the drawings.

本実施の形態に係るサーバクライアントシステム1は、図1に示すように、LAN(Local Area Network)等のネットワーク2に接続されたサーバ3と複数のクライアント4とを有する。サーバ3及び各クライアント4は、コンピュータ等の情報処理装置である。   A server client system 1 according to the present embodiment includes a server 3 and a plurality of clients 4 connected to a network 2 such as a LAN (Local Area Network) as shown in FIG. The server 3 and each client 4 are information processing apparatuses such as computers.

サーバ3は、各クライアント4との通信を行うための複数のポートP1〜Pnを有している。各クライアント4には、ポートP1〜Pnのうちの1つ又は複数が割り当てられており、各クライアント4は、自身に割り当てられたポートP1〜Pnを介してサーバ3と通信する。   The server 3 has a plurality of ports P1 to Pn for communicating with each client 4. Each client 4 is assigned one or more of the ports P1 to Pn, and each client 4 communicates with the server 3 via the ports P1 to Pn assigned to itself.

サーバ3は、図2に示すように、クライアント4との接続に関して、機能的に、セッション接続の設定情報を格納するファイルを記憶するファイル格納部10と、接続中のセッションの状態を示すセッション情報を記憶するセッション情報格納部20とを備える。   As shown in FIG. 2, the server 3 functionally relates to the connection with the client 4, and functionally stores a file storage unit 10 that stores a file that stores setting information of session connection, and session information that indicates the state of the currently connected session And a session information storage unit 20 for storing.

ファイル格納部10には、設定ファイル11及びクライアント管理ファイル12が格納されている。   The file storage unit 10 stores a setting file 11 and a client management file 12.

設定ファイル11は、セッション接続に関する設定情報を格納するファイルであり、通信状態をチェックするヘルスチェックのタイムアウト時間(詳細は後述)及び各ポートP1〜Pnについて同時にセッション接続をすることが可能なクライアント4の最大数Cmaxを格納する。   The setting file 11 is a file that stores setting information related to session connection. The client 4 is capable of simultaneously connecting to a session with respect to a timeout time (details will be described later) of a health check for checking a communication state and the ports P1 to Pn. The maximum number Cmax is stored.

図3に、設定ファイル11に記憶される情報の一例を示す。この例では、ヘルスチェックのタイムアウト時間は60秒に設定されている。また、図中のポート番号は、各ポートP1〜Pnを一意に識別するための情報である。「port_1」〜「port_n」は、ポートP1〜Pnに対応し、例えば、ポートP1には、同時にセッション接続をすることが可能なクライアント4の最大数Cmaxとして40が設定されている。   FIG. 3 shows an example of information stored in the setting file 11. In this example, the health check timeout period is set to 60 seconds. The port number in the figure is information for uniquely identifying each port P1 to Pn. “Port_1” to “port_n” correspond to the ports P1 to Pn. For example, 40 is set as the maximum number Cmax of the clients 4 that can simultaneously connect to the port P1.

図2に示すクライアント管理ファイル12は、接続制御部40と共にクライアント管理部として機能するものであり、各クライアント4について、そのクライアント4に割り当てられたポートP1〜Pnと、ポート毎の優先度を示すクライアント管理情報を格納する。従って、クライアント管理ファイル12は、クライアント4とポートの組み合わせ毎に、セッション接続の優先度を設定する優先度設定部として機能する。   The client management file 12 shown in FIG. 2 functions as a client management unit together with the connection control unit 40. For each client 4, the ports P1 to Pn assigned to the client 4 and the priority for each port are shown. Stores client management information. Therefore, the client management file 12 functions as a priority setting unit that sets the priority of session connection for each combination of the client 4 and the port.

図4に、クライアント管理ファイル12に記憶されるクライアント管理情報の一例を示す。図中のIPアドレスは、各クライアント4を一意に識別するための情報である。   FIG. 4 shows an example of client management information stored in the client management file 12. The IP address in the figure is information for uniquely identifying each client 4.

図示のように、クライアント管理ファイル12では、各クライアント4に対して1つ又は複数のポートP1〜Pn(ポート番号)が割り当てられている。例えば、IPアドレス「192.168.1.1.」のクライアント4には、2つのポート(ポート番号:「port_1」及び「port_3」)が割り当てられており、IPアドレス「192.168.1.2.」のクライアント4には、3つのポート(ポート番号:「port_1」、「port_2」及び「port_4」)が割り当てられている。   As shown in the figure, in the client management file 12, one or more ports P1 to Pn (port numbers) are assigned to each client 4. For example, two ports (port numbers: “port_1” and “port_3”) are assigned to the client 4 having the IP address “192.168.1.1.”, And the IP address “192.168.1. 2 ”is assigned three ports (port numbers:“ port_1 ”,“ port_2 ”, and“ port_4 ”).

優先度は、セッション接続が優先される度合を示す。優先度の数値が大きいセッション接続ほど、他のセッション接続に対して優先して接続及び維持される。   The priority indicates the degree to which session connection is prioritized. A session connection with a higher priority value is connected and maintained with priority over other session connections.

従って、例えば、IPアドレス「192.168.1.1.」のクライアント4が、「port_1」を介したセッション接続の開始を要求して来た際には、その組み合わせにより、その開始要求は優先度1(最低優先度)で処理され、同クライアント4が、「port_3」を介したセッション接続の開始を要求して来た際には、その組み合わせにより、その開始要求は優先度3(第2優先度)で処理されることを示している。従って、同一のクライアントであっても、ポート毎に優先度が異なり、セッション接続毎に優先度が異なることとなる。   Therefore, for example, when the client 4 having the IP address “192.168.1.1.” Requests to start a session connection via “port_1”, the start request is given priority by the combination. When the client 4 requests to start session connection via “port — 3”, the start request is given priority 3 (second priority). (Priority). Therefore, even for the same client, the priority is different for each port, and the priority is different for each session connection.

図2に示すセッション情報格納部20には、セッション管理テーブル21及び接続数管理テーブル22が記憶されている。   The session information storage unit 20 shown in FIG. 2 stores a session management table 21 and a connection number management table 22.

セッション管理テーブル21には、接続中のすべてのセッション接続について、接続先のクライアント4のIPアドレス、ポート番号及び優先度を示すレコードが記憶される。   The session management table 21 stores records indicating the IP address, port number, and priority of the connection destination client 4 for all session connections that are currently connected.

図5にセッション管理テーブル21に記憶されるセッション管理情報の一例を示す。この例では、例えば、IPアドレス「192.168.1.1.」のクライアント4が、「port_1」と「port_3」とを介してサーバ3との間でセッション接続を行っており、優先度は「1」と「3」である。   FIG. 5 shows an example of session management information stored in the session management table 21. In this example, for example, the client 4 with the IP address “192.168.1.1.” Performs a session connection with the server 3 via “port_1” and “port_3”, and the priority is “1” and “3”.

セッション管理テーブル21は、新たにセッション接続が開始される毎に、及び、接続中のセッション接続が切断される毎に更新される。新たなセッション接続が開始された場合には、当該新たなセッション接続に対応するクライアント管理ファイル12中のレコード(IPアドレス、ポート番号及び優先度)がセッション管理テーブル21に追記され、接続中のセッションが切断された場合には、切断されたセッション接続に対応するレコードがセッション管理テーブル21から削除される。   The session management table 21 is updated each time a new session connection is started and each time a session connection being connected is disconnected. When a new session connection is started, a record (IP address, port number and priority) in the client management file 12 corresponding to the new session connection is added to the session management table 21, and the session being connected is recorded. Is disconnected, the record corresponding to the disconnected session connection is deleted from the session management table 21.

図2に示す接続数管理テーブル22には、ポート番号毎の接続中のクライアント数が記憶されている。図6に接続数管理テーブル22に記憶される情報の一例を示す。この例では、ポート番号「port_1」のポートには30台のクライアント4が接続されている。接続数管理テーブル22も、新たにセッション接続が開始される毎に、及び、接続中のセッション接続が切断される毎に更新される。   In the connection number management table 22 shown in FIG. 2, the number of connected clients for each port number is stored. FIG. 6 shows an example of information stored in the connection number management table 22. In this example, 30 clients 4 are connected to the port having the port number “port_1”. The connection number management table 22 is also updated each time a new session connection is started and each time a session connection being connected is disconnected.

図2に示すように、サーバ3は、ファイル格納部10とセッション情報格納部20とに加えて、セッション接続を介してデータを送受信するデータ送受信部30と、セッション接続を制御する接続制御部40とセッション接続の状態をチェックするヘルスチェック部50とを備える。   As shown in FIG. 2, in addition to the file storage unit 10 and the session information storage unit 20, the server 3 includes a data transmission / reception unit 30 that transmits and receives data via a session connection, and a connection control unit 40 that controls session connection. And a health check unit 50 for checking the state of session connection.

データ送受信部30は、セッション管理テーブル21に記憶される各レコードに対応するセッション接続(各レコードに規定されるクライアント4との間でのそのレコードに規定されるポートP1〜Pnを介する通信)を介したデータ送受信を実行する。セッション接続により送受信されるデータには、各クライアント4からの処理要求及びそれに対するレスポンス、回線異常等を検知するためのヘルスチェック及びそのレスポンスが含まれる。データ送受信部30は、セッション管理テーブル21から消去されたレコードに対応するセッション接続は実行しない。   The data transmission / reception unit 30 performs session connection corresponding to each record stored in the session management table 21 (communication via the ports P1 to Pn defined in the record with the client 4 defined in each record). Execute data transmission / reception via The data transmitted and received by the session connection includes a processing request from each client 4 and a response to the request, a health check for detecting a line abnormality, and the response. The data transmitting / receiving unit 30 does not execute the session connection corresponding to the record deleted from the session management table 21.

接続制御部40は、各クライアント4からサーバ3に対する接続要求があった場合に、後述の接続制御処理を実行する。   When there is a connection request from each client 4 to the server 3, the connection control unit 40 executes connection control processing described later.

ヘルスチェック部50は、タイマを備え、データ送受信部30を介して、各クライアント4にヘルスチェック要求を送信し、そのレスポンスの待ち受け時間を計測する。ヘルスチェック部50は、設定ファイル11に設定されているヘルスチェック時間内にレスポンスを受信できないときには、そのセッション接続が異常状態にあると判別し、接続制御部を介して、そのセッション接続を切断する。   The health check unit 50 includes a timer, transmits a health check request to each client 4 via the data transmission / reception unit 30, and measures the response waiting time. When the health check unit 50 cannot receive a response within the health check time set in the setting file 11, the health check unit 50 determines that the session connection is in an abnormal state, and disconnects the session connection via the connection control unit. .

サーバ3は、物理的には、図7に示すように、全体を制御する制御部31、データを記憶する記憶装置32、データ及び指示を入力する入力部33、情報を表示する表示部34、クライアント4とネットワーク2を介して通信を行う通信部35から構成される。   As shown in FIG. 7, the server 3 physically includes a control unit 31 that controls the whole, a storage device 32 that stores data, an input unit 33 that inputs data and instructions, a display unit 34 that displays information, The communication unit 35 communicates with the client 4 via the network 2.

制御部31は、制御プログラムを実行するCPU(Central Processing Unit)311、基本プログラムを記憶するROM(Read Only Memory)312、種々のデータを記憶するRAM(Random Access Memory)313を備える。   The control unit 31 includes a CPU (Central Processing Unit) 311 that executes a control program, a ROM (Read Only Memory) 312 that stores a basic program, and a RAM (Random Access Memory) 313 that stores various data.

CPU311は、必要に応じてROM312、RAM313および記憶装置32が記憶するプログラムを読み出し、読み出したプログラムを実行する。またCPU311は、プログラムの実行上の必要に応じてRAM313、記憶装置32にデータを保存する。   The CPU 311 reads a program stored in the ROM 312, the RAM 313 and the storage device 32 as necessary, and executes the read program. In addition, the CPU 311 saves data in the RAM 313 and the storage device 32 as necessary for program execution.

ROM312は、CPU311が実行する基本プログラム等を記憶する。
RAM313は、CPU311がプログラムを実行する際にワークエリアとして機能し、例えば、セッション情報格納部20として機能する。
The ROM 312 stores a basic program executed by the CPU 311.
The RAM 313 functions as a work area when the CPU 311 executes a program, for example, functions as the session information storage unit 20.

制御部31は、上述のCPU311、ROM312、RAM313が共同して動作することにより、全体として、サーバ3全体の動作を制御する機能を提供する。それにより、制御部31は、前述したデータ送受信部30、接続制御部40、ヘルスチェック部50等として機能する。   The control unit 31 provides a function of controlling the operation of the entire server 3 as a whole by the above-described CPU 311, ROM 312, and RAM 313 operating together. Accordingly, the control unit 31 functions as the data transmission / reception unit 30, the connection control unit 40, the health check unit 50, and the like described above.

記憶装置32は、ハードディスクドライブやフラッシュメモリ等の不揮発性の記憶装置を備え、サーバ3が動作するために必要なデータを記憶する。記憶装置32は、例えば、CPU311が実行するプログラムやCPU311がプログラムを実行する上で参照するデータを記録し、CPU311からの要求に応じてCPU311に提供する。また、記憶装置32は、ファイル格納部10として機能し、設定ファイル11とクライアント管理ファイル12を記憶する。   The storage device 32 includes a nonvolatile storage device such as a hard disk drive or a flash memory, and stores data necessary for the server 3 to operate. The storage device 32 records, for example, a program executed by the CPU 311 and data referred to when the CPU 311 executes the program, and provides the CPU 311 in response to a request from the CPU 311. The storage device 32 functions as the file storage unit 10 and stores the setting file 11 and the client management file 12.

入力部33は、キーボードやマウス等を備え、操作者による入力操作を受け付けて制御部31に伝達する。   The input unit 33 includes a keyboard, a mouse, and the like, receives an input operation by an operator, and transmits the input operation to the control unit 31.

表示部34は、液晶ディスプレイ等を備え、制御部31による制御に基づいて、操作者に対し示すべき情報を表示する。   The display unit 34 includes a liquid crystal display and the like, and displays information to be shown to the operator based on the control by the control unit 31.

通信部35は、ネットワーク2を介してクライアント4に接続され、クライアント4との間でセッションを確立し、通信を行う。通信部35は、ポートP1〜Pnを備える。通信部35は、制御部31と協働して、データ送受信部30,接続制御部40,ヘルスチェック部50として機能する。   The communication unit 35 is connected to the client 4 via the network 2, establishes a session with the client 4, and performs communication. The communication unit 35 includes ports P1 to Pn. The communication unit 35 functions as the data transmission / reception unit 30, the connection control unit 40, and the health check unit 50 in cooperation with the control unit 31.

図1に示す各クライアント4は、コンピュータ装置であり、その基本構成は、図7に示すサーバ3の構成とほぼ同一である。   Each client 4 shown in FIG. 1 is a computer device, and its basic configuration is almost the same as the configuration of the server 3 shown in FIG.

各クライアント4には、アプリケーション及びその処理の内容に応じて、サーバ3とのセッション接続に使用するポートが定められている。さらに、図4に例示したように、クライアント管理ファイル12によりクライアント4と接続に使用するポートの組み合わせ毎に優先度が割り当てられている。従って、各クライアント4のアプリケーション及びその処理の内容に応じて、サーバ3とのセッション接続に使用するポートと優先度が定められていることになる。   In each client 4, a port to be used for session connection with the server 3 is determined according to the application and the content of the processing. Furthermore, as illustrated in FIG. 4, a priority is assigned to each combination of ports used for connection with the client 4 by the client management file 12. Therefore, the port used for session connection with the server 3 and the priority are determined according to the application of each client 4 and the content of its processing.

クライアント4の接続要求のポート及び優先度の割り当ての例を図8に示す。この例は、IPアドレス「192.168.1.2.」が割り当てられているクライアント4の例である。このクライアント4は、図8に示すように、アプリケーションAの処理1には「port_4」が割り当てられており、IPアドレスが「192.168.1.2.」のクライアント4と「port_4」の組み合わせには、クライアント管理ファイル12により、優先度4(最上位)が割り当てられている。
同様に、アプリケーションAの処理2には「port_2」と優先度1(最下位)が割り当てられ、アプリケーションAのその他の処理には「port_1」と優先度2が割り当てられている。また、アプリケーションBには、処理内容に関わらず「port_2」と優先度3が、また、アプリケーションCには、処理内容に関わらず「port_4」と優先度4が割り当てられている。
FIG. 8 shows an example of assignment of ports and priorities for connection requests of the client 4. This example is an example of the client 4 to which the IP address “192.168.1.2.” Is assigned. As shown in FIG. 8, “port_4” is assigned to the process 1 of the application A, and the client 4 has a combination of the client 4 having the IP address “192.168.1.2.” And “port_4”. Is assigned a priority level 4 (highest) by the client management file 12.
Similarly, “port_2” and priority 1 (lowest) are assigned to process 2 of application A, and “port_1” and priority 2 are assigned to other processes of application A. In addition, “port_2” and priority 3 are assigned to application B regardless of the processing content, and “port — 4” and priority 4 are assigned to application C regardless of the processing content.

従って、このクライアント4は、アプリケーションAの処理1を実行するときと、アプリケーションCを実行するときには、サーバ3のボート番号「port_4」を有するポートP4への接続を要求する。また、このクライアント4は、アプリケーションAの処理2を実行するときには、サーバ3のボート番号「port_2」を有するポートP2への接続を要求する。また、このクライアント4は、アプリケーションAのその他の処理を実行するときとには、サーバ3のボート番号「port_1」を有するポートP1への接続を要求する。   Therefore, the client 4 requests connection to the port P4 having the boat number “port_4” of the server 3 when executing the process 1 of the application A and when executing the application C. Further, when executing the process 2 of the application A, the client 4 requests connection to the port P2 having the boat number “port_2” of the server 3. The client 4 requests connection to the port P1 having the boat number “port_1” of the server 3 when executing other processing of the application A.

図8に示すテーブルは、例えば、クライアント4の主メモリに格納され、プロセッサが何らかの処理を実行する際或いはサーバに接続する際に参照して、セッション接続を要求する際に、接続を要求するポートを指定する。   The table shown in FIG. 8 is stored in the main memory of the client 4, for example, and is a port that requests connection when the processor requests a session connection by referring to it when executing some processing or connecting to a server. Is specified.

次に、上記構成を有するサーバクライアントシステム1の動作を、本実施の形態に特徴的な、セッション接続関連の動作を中心に説明する。   Next, the operation of the server client system 1 having the above configuration will be described focusing on the session connection-related operations that are characteristic of the present embodiment.

クライアント4は、セッションの確立を要求する場合、実行中のアプリケーション及び処理の内容に応じて、要求するセッション接続の優先度を特定し、その優先度が割り当てられているポートを特定する。クライアント4は、自身のIPアドレスD1及び接続を行うポートP1〜Pnのポート番号D2を示す情報を含むセッション確立要求をサーバ3に送信する。   When requesting establishment of a session, the client 4 specifies the priority of the requested session connection according to the application being executed and the content of the process, and specifies the port to which that priority is assigned. The client 4 transmits to the server 3 a session establishment request including information indicating its own IP address D1 and the port numbers D2 of the ports P1 to Pn to be connected.

サーバ3では、セッション接続の開始要求を接続制御部40が受信する。
すると、接続制御部40は、図9に示す接続制御処理を開始し、受信した情報からIPアドレスD1及びポート番号D2を特定する(ステップS101)。
In the server 3, the connection control unit 40 receives a session connection start request.
Then, the connection control unit 40 starts the connection control process shown in FIG. 9, and specifies the IP address D1 and the port number D2 from the received information (step S101).

続いて、接続制御部40は、セッション管理テーブル21のレコードから、ステップS101で特定したIPアドレスD1及びポート番号D2の組み合わせを規定したレコードを検索し(ステップS102)、当該検索により該当するレコードが発見されたかどうかを判断する(ステップS103)。   Subsequently, the connection control unit 40 searches the record of the session management table 21 for a record that defines the combination of the IP address D1 and the port number D2 specified in step S101 (step S102). It is determined whether it has been found (step S103).

ステップS102で該当するレコードが発見されていた場合(ステップS103;Yes)、当該IPアドレスD1のポート番号D2を介するセッションは既に接続中であるため、そのまま処理を終了する。   If the corresponding record is found in step S102 (step S103; Yes), the session via the port number D2 of the IP address D1 is already connected, so the processing is ended as it is.

ステップS102で該当するレコードが発見されなかった場合(ステップS103:No)、接続制御部40は、クライアント管理ファイル12のレコードから、ステップS101で特定したIPアドレスD1及びポート番号D2の組み合わせを規定したレコードを検索し(ステップS104)、当該検索により該当するレコードが発見されたかどうかを判断する(ステップS105)。   When the corresponding record is not found in step S102 (step S103: No), the connection control unit 40 defines the combination of the IP address D1 and the port number D2 specified in step S101 from the record of the client management file 12. A record is searched (step S104), and it is determined whether or not a corresponding record is found by the search (step S105).

ステップS104で該当するレコード発見されなかった場合(ステップS105;No)、ステップS101で特定したIPアドレスD1及びポート番号D2はセッション接続を許可する対象ではないため、セッション接続を許可することなく処理を終了する。   If no corresponding record is found in step S104 (step S105; No), the IP address D1 and the port number D2 specified in step S101 are not objects for which session connection is permitted, so the process is performed without allowing session connection. finish.

ステップS104で該当するレコードが発見されていた場合(ステップS105;Yes)、接続制御部40は、設定ファイル11及び接続数管理テーブル22から、ポート番号D1についての最大数Cmax及びクライアント数Cnumを抽出し(ステップS106)、Cnum<Cmaxであるか否かを判断する(ステップS107)。   When the corresponding record is found in step S104 (step S105; Yes), the connection control unit 40 extracts the maximum number Cmax and the client number Cnum for the port number D1 from the setting file 11 and the connection number management table 22. (Step S106), it is determined whether Cnum <Cmax (step S107).

ステップS107の判断がYesである場合、接続する余裕があるので、接続制御部40は、接続数管理テーブル22におけるポート番号D2のクライアント数Cnumに「1」を加算し(ステップS108)、続いて、ステップS104で発見されたレコードをセッション管理テーブル21に追記する(ステップS109)。これにより、データ送受信部30は、IPアドレスD1のクライアント4に対するポート番号D2のポートP1〜Pnを介するセッション接続を開始する。   If the determination in step S107 is Yes, there is room for connection, so the connection control unit 40 adds “1” to the client number Cnum of the port number D2 in the connection number management table 22 (step S108), and then The record found in step S104 is added to the session management table 21 (step S109). As a result, the data transmitting / receiving unit 30 starts session connection via the ports P1 to Pn of the port number D2 to the client 4 of the IP address D1.

ステップS107の判断がNoである場合、接続制御部40は、セッション管理テーブル21におけるポート番号D2のすべてのレコードから、最も低い優先度が規定されたレコードを抽出する(ステップS110)。   When the determination in step S107 is No, the connection control unit 40 extracts a record in which the lowest priority is defined from all the records of the port number D2 in the session management table 21 (step S110).

なお、ステップS110で最も低い優先度が規定されたレコードが複数存在する場合には、その中から何らかの方法で選択されるいずれかのレコードが抽出される。選択の方法は任意である。例えば、セッション管理テーブル21に各レコードが追記された時刻を記録しておき、最も低い優先度が規定されたレコードのうち、最も早い時刻に追記されたレコードを選択することが考えられる。   If there are a plurality of records in which the lowest priority is defined in step S110, any record selected by some method is extracted from them. The method of selection is arbitrary. For example, it is conceivable that the time when each record is added is recorded in the session management table 21 and the record added at the earliest time is selected from among the records with the lowest priority.

続くステップS111では、ステップS102で発見されたレコードに規定される優先度PR1とステップS110で抽出したレコードに規定される優先度PR2を比較し、PR1>PR2であるか否かが判断される。   In subsequent step S111, the priority PR1 defined in the record found in step S102 is compared with the priority PR2 defined in the record extracted in step S110, and it is determined whether PR1> PR2.

そして、ステップS111の判断がNoの場合、今回受信したセッション接続開始要求を許可することなく処理を終了する。   If the determination in step S111 is No, the process ends without permitting the session connection start request received this time.

ステップS111の判断がYesの場合、ステップS110で抽出されたレコードがセッション管理テーブル21から削除される(ステップS112)。これにより、当該レコードに規定されていたIPアドレス及びポート番号に係るセッション接続は切断される。   If the determination in step S111 is Yes, the record extracted in step S110 is deleted from the session management table 21 (step S112). As a result, the session connection related to the IP address and port number specified in the record is disconnected.

ステップS112の後、上述のステップS109が実行される。これにより、データ送受信部30は、IPアドレスD1のクライアント4に対するポート番号D2のポートP1〜Pnを介するセッション接続を開始する。   After step S112, step S109 described above is executed. As a result, the data transmitting / receiving unit 30 starts session connection via the ports P1 to Pn of the port number D2 to the client 4 of the IP address D1.

ステップS109の実行により、接続制御処理は終了となる。   By executing step S109, the connection control process ends.

以上述べた接続制御処理が実行されることにより、セッション毎(各クライアント4の各ポートP1〜Pn毎)に優先度が判別され、判別された優先度に基づいて、新たな開始要求に対応するセッション接続が制御(接続可又は拒否)される。さらに、優先度の高いセッション接続が優先度の低いセッション接続に優先して維持される。   By executing the connection control process described above, the priority is determined for each session (for each port P1 to Pn of each client 4), and a new start request is dealt with based on the determined priority. Session connection is controlled (connection is allowed or rejected). Furthermore, session connections with high priority are maintained in preference to session connections with low priority.

サーバ3のヘルスチェック部50は、接続中の各セッション接続について、逐次、例えば、周期的に或いはランダムに、その接続状態をチェックする。   The health check unit 50 of the server 3 sequentially checks, for example, periodically or randomly the connection state of each connected session connection.

ヘルスチェック部50は、図10に示すヘルスチェック処理を開始すると、まず、セッション管理テーブル21からヘルスチェックの対象のレコードを選択する(ステップS201)。ステップS201の実行タイミング及びレコードの選択方法は任意である。例えば、接続中のいずれかのセッション接続においてクライアント4からデータを受信した時点で、そのセッション接続に対応するレコードを選択することが可能である。   When the health check unit 50 starts the health check process illustrated in FIG. 10, first, the health check unit 50 selects a record for health check from the session management table 21 (step S <b> 201). The execution timing of step S201 and the record selection method are arbitrary. For example, when data is received from the client 4 in any of the connected session connections, a record corresponding to the session connection can be selected.

続いて、ステップS201で選択されたレコードからIPアドレスD3及びポート番号D4を特定する(ステップS202)。   Subsequently, the IP address D3 and the port number D4 are specified from the record selected in step S201 (step S202).

続いて、ヘルスチェック部50が内蔵するタイマをリセットし(ステップS203)、ステップS204では、データ送受信部30から、IPアドレスD3のクライアント4に対してポート番号D4のポートP1〜Pnを介してヘルスチェックを送信する(ステップS204)。   Subsequently, the timer built in the health check unit 50 is reset (step S203). In step S204, the data transmission / reception unit 30 sends the health of the client 4 with the IP address D3 via the ports P1 to Pn with the port number D4. A check is transmitted (step S204).

その後、ステップS205において、設定ファイル11に規定されたヘルスチェック時間に渡ってIPアドレスD3からのポート番号D4を介するヘルスチェックのレスポンスを待ち受ける。   Thereafter, in step S205, a health check response from the IP address D3 via the port number D4 is waited for the health check time specified in the setting file 11.

そして、ステップS205においてレスポンスを受信したか否かを判断し(ステップS206)、受信していた場合(ステップS206;Yes)は、セッション接続は正常であると判断されるため、ヘルスチェック処理を終了する。   In step S205, it is determined whether a response has been received (step S206). If the response has been received (step S206; Yes), it is determined that the session connection is normal, and thus the health check process is terminated. To do.

一方、ステップS205においてレスポンスが受信できなかった場合(ステップS206;No)は、通信回線異常と判断されるため、接続数管理テーブル22におけるポート番号D4のクライアント数Cnumから「1」が減算され(ステップS207)、さらに、ステップS201で選択されたレコードがセッション管理テーブル21から削除される(ステップS208)、これにより、ステップS201で選択されたレコードに対応するセッション接続は切断される。   On the other hand, if the response cannot be received in step S205 (step S206; No), it is determined that the communication line is abnormal, so “1” is subtracted from the client number Cnum of the port number D4 in the connection number management table 22 ( In step S207, the record selected in step S201 is deleted from the session management table 21 (step S208), whereby the session connection corresponding to the record selected in step S201 is disconnected.

以上のヘルスチェック処理を実行することにより、回線異常のセッションの接続を維持することによる他のセッション接続の制限が回避される。   By executing the above health check process, it is possible to avoid the limitation of other session connections due to maintaining the connection of a session with a line abnormality.

以上説明したように、本実施の形態に係るサーバクライアントシステム1によれば、クライアント4とそのクライアント4が接続を要求してきたポートに応じて優先度を割り当てる。従って、セッション接続毎の重要度に応じた接続制御が可能となり、クライアント4単位で優先度を設定する場合に比較して、よりきめ細やかな制御が可能となる。さらに、本実施の形態では、クライアント4のアプリケーション毎、さらには、処理毎に優先度を設定可能としたので、よりきめの細かい接続制御が可能となる。   As described above, according to the server client system 1 according to the present embodiment, priority is assigned according to the client 4 and the port from which the client 4 has requested connection. Therefore, connection control according to the importance for each session connection is possible, and finer control is possible compared to the case where priority is set for each client 4 unit. Furthermore, in the present embodiment, the priority can be set for each application of the client 4 and further for each process, so that finer connection control is possible.

本発明は、本発明の広義の精神と範囲を逸脱することなく、様々な実施形態及び変形が可能である。また、上述した実施形態は、本発明を説明するためのものであり、本発明の範囲を限定するものではない。つまり、本発明の範囲は、実施形態ではなく、特許請求の範囲によって示される。そして、特許請求の範囲内及びそれと同等の発明の意義の範囲内で様々な変形を行うことが可能である。   Various embodiments and modifications can be made to the present invention without departing from the broad spirit and scope of the present invention. Further, the above-described embodiment is for explaining the present invention, and does not limit the scope of the present invention. That is, the scope of the present invention is shown not by the embodiments but by the claims. Various modifications can be made within the scope of the claims and within the scope of the equivalent invention.

例えば、図9に示す接続制御処理によりセッション管理テーブル21に新たなレコードが追記される毎に、当該追記されるレコードを対象として図10に示すヘルスチェック処理を追加的に実行することが可能である。追加的なヘルスチェック処理は、例えば、図9に示すフローチャートのステップS111とS112の間のタイミングで実行することが可能である。この場合、追加的なヘルスチェック処理で通信異常と判断された場合には、ステップS112以降の処理を実行せず、そのまま処理を終了させることにより、通信異常のセッション接続のために他のセッション接続が切断されること(ステップS112)を回避できる。追加的なヘルスチェック処理は、ステップS109の後のタイミングで行うことも可能である。   For example, each time a new record is added to the session management table 21 by the connection control process shown in FIG. 9, it is possible to additionally execute the health check process shown in FIG. 10 for the added record. is there. The additional health check process can be executed, for example, at a timing between steps S111 and S112 in the flowchart shown in FIG. In this case, if an additional health check process determines that a communication error has occurred, the process after step S112 is not executed, and the process is terminated as it is, so that another session connection is established for connection of a communication error session. Can be avoided (step S112). The additional health check process can also be performed at a timing after step S109.

上記実施の形態では、クライアント4とポートとの組み合わせにより、セッション接続の優先度を設定したが、ポートのみで優先度を設定することも可能である。   In the above embodiment, the session connection priority is set by the combination of the client 4 and the port. However, the priority can be set only by the port.

例えば、ポートP1を介したセッション接続は、全て、優先度3というように設定してもよい。この場合、例えば、ポートP1がフルの場合には、例えば、より下位の優先度が割り当てられているポートにその接続を転送するようにしてもよい。   For example, all session connections via the port P1 may be set to a priority of 3. In this case, for example, when the port P1 is full, for example, the connection may be transferred to a port to which a lower priority is assigned.

上記実施の形態においては、図9のステップS107において、Cmax=Cnum(ステップS107;No)と判別された際に、最低優先度のレコードを抽出し、あらたに要求された接続よりも優先度の低いセッション接続を切断して、新たな要求に係るセッション接続を成立させた。これに限定されず、他の手法を採用してもよい。例えば、他の空きのあるポートを検出してそこに接続するように、クライアント4に指示する等してもよい。   In the above embodiment, when it is determined in step S107 in FIG. 9 that Cmax = Cnum (step S107; No), the record with the lowest priority is extracted, and the priority is higher than that of the newly requested connection. Disconnected the low session connection and established a session connection for the new request. It is not limited to this, You may employ | adopt another method. For example, the client 4 may be instructed to detect and connect to another available port.

上記実施の形態においては、セッション制御のために、設定ファイル11、クライアント管理ファイル12、セッション管理テーブル21、接続数管理テーブル22を使用したが、ファイル及びテーブルの構成は任意である。また、ファイルやテーブルを使用せず、プログラム自体でこれらの制御を行うようにすることも可能である。   In the above embodiment, the setting file 11, the client management file 12, the session management table 21, and the connection number management table 22 are used for session control. However, the configuration of the file and table is arbitrary. It is also possible to perform these controls by the program itself without using files or tables.

図8の例では、アプリケーション毎及び処理毎に、サーバ3の接続先のポート番号と優先度を設定する例を示したが、クライアント4は、接続先のポート番号を把握していれば、その優先度を把握している必要はない。ただし、優先度を把握している場合には、どのアプリケーション或いは処理を優先させて、サーバ3とデータ通信を行うかを優先度に基づいて判定し、処理することが可能である。この場合、例えば、同一優先度の処理が複数実行されている場合に、緊急性ありと判断し、後から実行された処理を優先して処理することも可能である。   In the example of FIG. 8, an example in which the port number and priority of the connection destination of the server 3 are set for each application and for each process. However, if the client 4 knows the port number of the connection destination, It is not necessary to know the priority. However, when the priority is grasped, it is possible to determine and process which application or process is prioritized to perform data communication with the server 3 based on the priority. In this case, for example, when a plurality of processes having the same priority are executed, it is possible to determine that there is urgency and to perform the process with priority given later.

また、図8の例では、アプリケーション毎及び処理毎にセッション接続で使用するポートと優先度とを設定する例を示したが、この手法に限定されず、セッション接続毎に優先度を設定できるならば、その割り当て手法は任意である。   Further, in the example of FIG. 8, an example in which the port used for session connection and the priority is set for each application and for each process has been shown. However, the present invention is not limited to this method. For example, the assignment method is arbitrary.

1 サーバクライアントシステム、2 ネットワーク、3 サーバ、4 クライアント、10 ファイル格納部、11 設定ファイル、12 クライアント管理ファイル、20 セッション情報格納部、21 セッション管理テーブル、22 接続数管理テーブル、30 データ送受信部、31 制御部、32 記憶装置、33 入力部、34 表示部、35 通信部、40 接続制御部、50 ヘルスチェック部、311 CPU、312 ROM、313 RAM。   1 server client system, 2 network, 3 server, 4 client, 10 file storage unit, 11 setting file, 12 client management file, 20 session information storage unit, 21 session management table, 22 connection number management table, 30 data transmission / reception unit, 31 control unit, 32 storage device, 33 input unit, 34 display unit, 35 communication unit, 40 connection control unit, 50 health check unit, 311 CPU, 312 ROM, 313 RAM.

Claims (6)

サーバと複数のクライアントとが、前記サーバの複数のポートを介してセッション接続を行うサーバクライアントシステムにおける接続制御方法であって、
各前記クライアントには、前記ポートの1つ又は複数が割り当てられており、
前記クライアントと前記ポートの組み合わせ毎に、セッション接続の優先度が設定されており、
前記クライアントの何れかから前記サーバに、前記ポートのいずれかの指定を伴う新たなセッション接続の開始要求が発行されたときに、前記サーバは、要求元のクライアントと指定されたポートとの組み合わせから、新たに要求されたセッション接続の優先度を判別し、判別した優先度に基づいて、前記開始要求に対応するセッション接続を制御する、
接続制御方法。
A connection control method in a server client system in which a server and a plurality of clients perform session connection through a plurality of ports of the server,
Each of the clients is assigned one or more of the ports,
The priority of session connection is set for each combination of the client and the port,
When a request for starting a new session connection with any one of the ports is issued from any one of the clients to the server, the server determines from the combination of the requesting client and the designated port. Determining the priority of the newly requested session connection and controlling the session connection corresponding to the start request based on the determined priority;
Connection control method.
前記サーバは、新たに開始要求がなされたセッション接続を接続するに際し、より高い優先度が規定されたセッション接続を、より低い優先度が規定されたセッション接続よりも優先して維持する、請求項1に記載の接続制御方法。   The server maintains a session connection with a higher priority in preference to a session connection with a lower priority when connecting a session connection for which a new start request is made. The connection control method according to 1. 前記ポートのそれぞれについて、同時にセッション接続することが可能なクライアントの最大数が設定されており、
前記サーバは、いずれかのクライアントから、前記最大数と同数の他のクライアントがセッション接続中の前記ポートを介するセッション接続の開始要求がなされた場合、当該開始要求を行ったクライアントの当該ポートについて規定された優先度が、接続中の他のクライアントの当該ポートについて規定された優先度のいずれかよりも高いことを条件に、当該開始要求を行ったクライアントとの当該ポートを介するセッション接続を開始するとともに、最低の優先度のクライアントとの当該ポートを介するセッション接続を切断する、請求項1又は2に記載の接続制御方法。
For each of the ports, the maximum number of clients that can be connected to the session at the same time is set,
The server specifies the port of the client that made the start request when a request for starting a session connection is made from any client through the port to which another client of the maximum number is in session connection. The session connection via the port with the client that made the start request is started on the condition that the assigned priority is higher than any of the priorities specified for the port of the other connected client. In addition, the connection control method according to claim 1 or 2, wherein the session connection via the port with the client having the lowest priority is disconnected.
前記サーバは、接続中の各セッション接続についてヘルスチェックを実行し、通信異常が検出されたセッション接続を切断する、請求項1から3の何れか1項に記載の接続制御方法。   The connection control method according to claim 1, wherein the server performs a health check for each session connection being connected, and disconnects the session connection in which a communication abnormality is detected. 複数のポートを介して複数のクライアントとセッション接続を行うサーバであって、
前記クライアントと前記ポートの組み合わせ毎に、セッション接続の優先度を規定するクライアント管理部と、
前記複数のクライアントの何れかから、前記ポートの何れかの指定を伴う新たなセッション接続の開始要求を受信した際に、そのクライアントと指定されたポートの組み合わせから、新たに要求されたセッション接続の優先度を前記クライアント管理部から判別し、判別した優先度に基づいて、受信した開始要求に対応するセッション接続を制御する接続制御部と、
を備えるサーバ。
A server for session connection with multiple clients via multiple ports,
For each combination of the client and the port, a client management unit that defines the priority of session connection;
When a request for starting a new session connection with any one of the ports is received from any of the plurality of clients, the newly requested session connection is received from the combination of the client and the designated port. A connection control unit that determines priority from the client management unit, and controls session connection corresponding to the received start request based on the determined priority;
A server comprising
他装置と複数のポートを介してセッション接続可能なコンピュータにセッション接続制御を実行させるプログラムであって、
前記プログラムは、コンピュータに、
クライアントから該コンピュータに、ポートの指定を伴う新たなセッション接続の開始要求を受信した際に、指定されたポートから、セッション接続の優先度を判別する処理、および、
判別した優先度に基づいて、受信した開始要求に対応するセッション接続を制御する処理、
を実行させるプログラム。
A program for causing a computer capable of session connection to another device via a plurality of ports to execute session connection control,
The program is stored in a computer.
Processing for determining the priority of the session connection from the designated port when a request for starting a new session connection accompanied by the designation of the port is received from the client to the computer; and
A process for controlling the session connection corresponding to the received start request based on the determined priority;
A program that executes
JP2014078043A 2014-04-04 2014-04-04 connection control method, server, and program Pending JP2015200964A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2014078043A JP2015200964A (en) 2014-04-04 2014-04-04 connection control method, server, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2014078043A JP2015200964A (en) 2014-04-04 2014-04-04 connection control method, server, and program

Publications (1)

Publication Number Publication Date
JP2015200964A true JP2015200964A (en) 2015-11-12

Family

ID=54552192

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2014078043A Pending JP2015200964A (en) 2014-04-04 2014-04-04 connection control method, server, and program

Country Status (1)

Country Link
JP (1) JP2015200964A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2019009559A (en) * 2017-06-22 2019-01-17 株式会社デンソー server

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2019009559A (en) * 2017-06-22 2019-01-17 株式会社デンソー server

Similar Documents

Publication Publication Date Title
US11533398B2 (en) System and method for optimizing agent time
EP2901769B1 (en) Reducing wireless reconnection time of a computing device
JP6008617B2 (en) COMMUNICATION DEVICE, ITS CONTROL METHOD, AND PROGRAM
JP5557689B2 (en) Network system
JP5477047B2 (en) Information processing apparatus, virtual machine connection method, program, and recording medium
CN107135279A (en) It is a kind of to handle the method and apparatus that request is set up in long connection
KR20090123474A (en) A system and a method for remote management of a plurality of terminal units, an apparatus and a method for connecting a plurality of management units and a plurality of terminal units, and computer-readable media in which programs for executing the methods are recorded
WO2016082078A1 (en) Path management system, device and method
JP5503678B2 (en) Host providing system and host providing method
US7730173B2 (en) Detecting nearby devices in a network environment
RU2427032C2 (en) Next site for distributed service connections
JP2004007081A (en) Client access management system, access point management apparatus, program, and client access management method
CN108200151B (en) ISCSI Target load balancing method and device in distributed storage system
JP2015200964A (en) connection control method, server, and program
US20170149893A1 (en) Metadata server, network device and automatic resource management method
US9288833B2 (en) Communication apparatus and control method thereof
US10367781B2 (en) Information processing apparatus, method of controlling the same, and storage medium
JP2006228093A (en) Selection of calculation node in pc cluster computer, start of selected calculation node, and method and apparatus for distribution scheduling processing of program
JP2015111330A (en) Terminal device, communication system, and communication program
KR100791368B1 (en) Apparatus and method for controlling network environment
US11271839B2 (en) Dynamic asynchronous communication management
JP2010182017A (en) Distributed computer system, manager succession method and manager succession program
JP6543600B2 (en) Management system and management method
JP2017102777A (en) Load distribution processing server, load distribution processing method, and system
JP6388410B2 (en) COMMUNICATION DEVICE, ITS CONTROL METHOD, AND PROGRAM