JP5570030B2 - サービス要求受付制御方法、装置およびシステム - Google Patents
サービス要求受付制御方法、装置およびシステム Download PDFInfo
- Publication number
- JP5570030B2 JP5570030B2 JP2011072236A JP2011072236A JP5570030B2 JP 5570030 B2 JP5570030 B2 JP 5570030B2 JP 2011072236 A JP2011072236 A JP 2011072236A JP 2011072236 A JP2011072236 A JP 2011072236A JP 5570030 B2 JP5570030 B2 JP 5570030B2
- Authority
- JP
- Japan
- Prior art keywords
- request
- time
- processing time
- processing
- service
- 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.)
- Expired - Fee Related
Links
- 238000000034 method Methods 0.000 title claims description 31
- 238000012545 processing Methods 0.000 claims description 129
- 230000004044 response Effects 0.000 claims description 23
- 238000012790 confirmation Methods 0.000 claims description 10
- 230000005540 biological transmission Effects 0.000 claims description 6
- 238000012544 monitoring process Methods 0.000 description 14
- 238000005259 measurement Methods 0.000 description 7
- 238000013461 design Methods 0.000 description 6
- 230000008569 process Effects 0.000 description 5
- 230000006870 function Effects 0.000 description 4
- 238000010586 diagram Methods 0.000 description 3
- 238000007796 conventional method Methods 0.000 description 2
- 230000006866 deterioration Effects 0.000 description 2
- 230000000694 effects Effects 0.000 description 2
- 230000015556 catabolic process Effects 0.000 description 1
- 230000008859 change Effects 0.000 description 1
- 238000006731 degradation reaction Methods 0.000 description 1
- 238000000605 extraction Methods 0.000 description 1
- 230000007246 mechanism Effects 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/46—Multiprogramming arrangements
- G06F9/50—Allocation of resources, e.g. of the central processing unit [CPU]
- G06F9/5005—Allocation of resources, e.g. of the central processing unit [CPU] to service a request
- G06F9/5027—Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals
- G06F9/505—Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals considering the load
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Computer And Data Communications (AREA)
Description
(1)解読処理・パラメータ抽出:制御要求受付サーバ1は、クライアント2から仮要求の要求メッセージを受信する。メッセージ処理部11は、要求メッセージを解読して、メッセージの種別を判別する。仮要求であるため、パラメータを抽出し、受付可否判定部12に渡す。
(2)新規要求の受付可否判定:受付可否判定部12は、現在の負荷状況に基づき仮要求の受付が可能かどうかを判定する。
・新規要求拒否が有効化されている場合、現在の負荷状況では仮要求の受付が不可能として、拒否応答を行う。
・新規要求拒否が有効化されていない場合、受付が可能であるため、処理時間監視部13に仮要求受付時刻の通知を行い、要求処理部14に仮要求の要求メッセージのパラメータを渡す。
(3)処理時間測定の開始:処理時間監視部13は、処理時間測定のため、仮要求メッセージ受信時刻を仮要求受付時間として記録する。
(4)制御可否判定:要求処理部14は、上記パラメータを解析し、制御可能かどうか判定する。
・パラメータ異常等により制御できない要求の場合、制御不可能として、メッセージ処理部11に拒否応答を行う。メッセージ処理部11はこの拒否応答をクライアント2に通知する。なお、この場合、処理時間監視部13に、処理時間測定の停止通知を行う。
・制御可能な場合、次の処理に進む。
(5)制御対象機器への問い合わせ:要求処理部14は、上記パラメータで制御対象機器3に処理が可能であるか問い合わせを行う。ここで、複数の制御対象機器3に処理を依頼する必要がときは、複数の制御対象機器3に問い合わせを行う。
(6)成否判定:制御対象機器3からの応答が全て返ってくるのを待機してから、処理の成否を受付可否判定部12を介して、メッセージ処理部11に応答する。メッセージ処理部11はクライアント2に仮応答を返す。制御対象機器3からの応答が処理否である場合、処理時間監視部13に、処理時間測定の停止通知を行う。制御対象機器3からの応答が処理成功である場合、制御要求受付サーバ1は、クライアント2から、確定要求の要求メッセージを受信する。メッセージ処理部11は受付可否判定部12を介して、要求処理部13に通知する。
(7)制御対象機器への制御実施:要求処理部14では、リクエストに基づいた制御を制御対象装置3に対して行う。
(8)成否判定:制御対象機器3からの応答が全て返ってくるのを待機してから、処理の成否をメッセージ処理部11に応答する。メッセージ処理部11は、処理時間監視部13に処理終了時刻の通知を行い、クライアント2に確定応答を返す。
(9)処理時間測定の終了:処理時間監視部13は、仮要求受付時刻と、確定応答メッセージ送信時刻間を処理時間として記録する。
(10)平均処理時間の閾値超過判定:平均処理時間が閾値Tthを超えた場合、受付可否判定部12に、閾値超過通知を行い、受付可否判定部12は新規要求拒否を有効化する。上記に記載したように、新規要求拒否が有効化されると、仮要求が拒否対象になる。確定要求は、拒否すると非効率なため拒否対象にならない。
(11)滞留要求数の計測:クライアント2からの仮要求から確定応答に至るまでの処理中の要求数を計測する。
(1)受付拒否後M個のリクエストの処理が完了
(2)全ての待機中リクエストの処理が完了
この場合、処理時間監視部13は、直近のデータで改めて平均処理時間と閾値を比較して、閾値以下であれば受付拒否状態を解除する。閾値を超えていたら、受付拒否状態を継続(再度Mリクエスト/全リクエストの処理終了を待つ)する。
2 クライアント装置
3 制御対象装置
11 メッセージ処理部
12 受付可否判定部
13 処理時間監視部
14 要求処理部
Claims (5)
- 複数クライアント装置からの処理要求を受け付けるサーバ装置における受付制御のためのサービス要求受付制御方法であって、
前記クライアント装置からの要求に対する一連の処理に要した平均処理時間を算出するステップと、
前記平均処理時間を目標サービス処理時間と比較することでサービスの負荷状態を判定するステップと、
前記平均処理時間が前記目標サービス処理時間を超えた場合、前記クライアント装置からの仮要求を拒否するステップと、
を有し、
前記平均処理時間を算出するステップは、
2相コミット手法における仮要求メッセージの受信時刻を、前記クライアント装置からの要求に対する処理の開始時間とし、2相コミット手法における確定応答メッセージの送信時刻を、前記クライアント装置からの要求に対する処理の終了時間として前記平均処理時間を算出し、
処理中のリクエストについては、前記仮要求メッセージの受信から現在時刻までの時間と、現時点での平均処理時間とのうちの大きい方を処理時間とするサービス要求受付制御方法。 - 前記仮要求を拒否するステップは、
2相コミット手法における仮要求メッセージのみを選択して、受付拒否の対象とすることを特徴とする請求項1に記載のサービス要求受付制御方法。 - 前記サービスの負荷状態を判定するステップは、
要求受付を拒否した後、処理中の要求が予め設定された一定数終了した場合、または、全ての要求が処理された場合、再度判定を行うことを特徴とする請求項1または2に記載のサービス要求受付制御方法。 - 複数クライアント装置からの処理要求を受け付けるサーバ装置における受付制御のためのサービス要求受付制御装置であって、
前記クライアント装置からの要求に対する一連の処理に要した平均処理時間を算出する手段と、
前記平均処理時間を目標サービス処理時間と比較することでサービスの負荷状態を判定する手段と、
前記平均処理時間が前記目標サービス処理時間を超えた場合、前記クライアント装置からの仮要求を拒否する手段と、
を備え、
前記平均処理時間を算出する手段は、
2相コミット手法における仮要求メッセージの受信時刻を、前記クライアント装置からの要求に対する処理の開始時間とし、2相コミット手法における確定応答メッセージの送信時刻を、前記クライアント装置からの要求に対する処理の終了時間として前記平均処理時間を算出し、
処理中のリクエストについては、前記仮要求メッセージの受信から現在時刻までの時間と、現時点での平均処理時間とのうちの大きい方を処理時間とするサービス要求受付制御装置。 - 複数クライアント装置と、該複数クライアント装置からの処理要求を受け付けるサーバ装置と、請求項4に記載のサービス要求受付制御装置とを備えることを特徴とするサービス要求受付制御システム。
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2011072236A JP5570030B2 (ja) | 2011-03-29 | 2011-03-29 | サービス要求受付制御方法、装置およびシステム |
US13/361,187 US20120254295A1 (en) | 2011-03-29 | 2012-01-30 | Service request reception control method, apparatus, and system |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2011072236A JP5570030B2 (ja) | 2011-03-29 | 2011-03-29 | サービス要求受付制御方法、装置およびシステム |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2012208596A JP2012208596A (ja) | 2012-10-25 |
JP5570030B2 true JP5570030B2 (ja) | 2014-08-13 |
Family
ID=46928720
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2011072236A Expired - Fee Related JP5570030B2 (ja) | 2011-03-29 | 2011-03-29 | サービス要求受付制御方法、装置およびシステム |
Country Status (2)
Country | Link |
---|---|
US (1) | US20120254295A1 (ja) |
JP (1) | JP5570030B2 (ja) |
Families Citing this family (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN104182282B (zh) * | 2014-09-12 | 2018-02-23 | 五八同城信息技术有限公司 | 一种服务器过载保护系统及方法 |
US10834230B2 (en) * | 2017-08-25 | 2020-11-10 | International Business Machines Corporation | Server request management |
Family Cites Families (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
FI903488A (fi) * | 1990-07-10 | 1992-01-11 | Telenokia Oy | Foerfarande foer behandling av servicebegaeran saerskilt i telefoncentraler och ett foerdelat system som tillaempar foerfarandet. |
JPH06195285A (ja) * | 1992-12-22 | 1994-07-15 | Matsushita Electric Ind Co Ltd | トランザクション制御方法 |
US6279001B1 (en) * | 1998-05-29 | 2001-08-21 | Webspective Software, Inc. | Web service |
TWI220821B (en) * | 2001-04-26 | 2004-09-01 | Accton Technology Corp | Zero-loss web service system and method |
JP2005141441A (ja) * | 2003-11-06 | 2005-06-02 | Hitachi Ltd | 負荷分散システム |
US7610377B2 (en) * | 2004-01-27 | 2009-10-27 | Sun Microsystems, Inc. | Overload management in an application-based server |
JP4911532B2 (ja) * | 2008-03-21 | 2012-04-04 | Kddi株式会社 | 資源管理システムにおけるポーリング制御方法及びシステム |
JP4982600B2 (ja) * | 2010-09-24 | 2012-07-25 | 株式会社日立製作所 | リソース貸借方法、および、リソース貸借システム |
-
2011
- 2011-03-29 JP JP2011072236A patent/JP5570030B2/ja not_active Expired - Fee Related
-
2012
- 2012-01-30 US US13/361,187 patent/US20120254295A1/en not_active Abandoned
Also Published As
Publication number | Publication date |
---|---|
JP2012208596A (ja) | 2012-10-25 |
US20120254295A1 (en) | 2012-10-04 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN109905259B (zh) | 通信连接维持方法、系统和相关设备 | |
EP3544250A1 (en) | Method and device for detecting dos/ddos attack, server, and storage medium | |
JP2010204876A (ja) | 分散システム | |
CN110247856B (zh) | 服务器资源释放方法和装置 | |
EP2808795A2 (en) | Apparatus and method for monitoring a computer system | |
US20120030326A1 (en) | Method of Servicing Requests to Manage Network Congestion and Server Load and Server Thereof | |
CN108183950A (zh) | 一种网络设备建立连接的方法及装置 | |
US10310883B2 (en) | Integrated configuration engine for interference mitigation in cloud computing | |
RU2735235C1 (ru) | Мониторинг блокчейна | |
US20160080267A1 (en) | Monitoring device, server, monitoring system, monitoring method and program recording medium | |
KR20180047070A (ko) | 동적인 에지 컴퓨팅을 수행하는 방법 및 장치 | |
CN112015557A (zh) | 资源调整方法、装置和服务器 | |
US11438271B2 (en) | Method, electronic device and computer program product of load balancing | |
CN110896382A (zh) | 流量控制方法、装置、设备和计算机可读存储介质 | |
US20090164659A1 (en) | Communication system allowing reduction in congestion by restricting communication | |
CN111556125B (zh) | 一种访问请求分配方法、负载均衡设备及电子设备 | |
JP5570030B2 (ja) | サービス要求受付制御方法、装置およびシステム | |
CN106936926B (zh) | 访问数据节点的方法及系统 | |
US20120198074A1 (en) | Load balancing method | |
CN109120527B (zh) | 一种传输业务流量的方法和系统 | |
KR101220671B1 (ko) | 파일 다운로드를 위한 네트워크 제어 장치 및 방법 | |
US20170208121A1 (en) | Server pool management | |
KR20170030623A (ko) | 바이러스 스캐닝 방법 및 바이러스 스캐닝 장치 | |
CN116382892B (zh) | 一种基于多云融合以及云服务的负载均衡方法及装置 | |
CN112860427A (zh) | 容器集群的负载均衡方法、装置与容器集群 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
RD04 | Notification of resignation of power of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7424 Effective date: 20130408 |
|
RD03 | Notification of appointment of power of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7423 Effective date: 20130524 |
|
RD04 | Notification of resignation of power of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7424 Effective date: 20130603 |
|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20130823 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20140328 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20140402 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20140522 |
|
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: 20140618 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20140620 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 5570030 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
LAPS | Cancellation because of no payment of annual fees |