リクエスト単位で仮想的にハードウェアリソースを分離するWebサーバのリソース制御アーキテクチャ

書誌事項

タイトル別名
  • Resource Control Architecture for a Web Server Separating Computer Resources Virtually at Each HTTP Request

この論文をさがす

抄録

大規模Webサービスの普及にともない,Webアプリケーションはますます高度化してきている.さらに,スマートフォンの普及によって,Webサーバへのアクセス数は日々増加してきおり,Webサーバの運用・管理が非常に重要になってきている.Webサーバソフトウェアにおいて,CPUリソースを多く消費するリクエストがあった場合,その処理を柔軟に制御する必要がある.しかし,既存のWebサーバのリソース制御は,リクエストの同時接続数や単位時間あたりのリクエスト数が指定の閾値を超えた場合や,管理者があらかじめ設定したCPU使用時間やメモリ使用量の閾値を超えた場合にリクエストを強制的に切断,あるいは,拒否するようなアーキテクチャになっている.そのため,処理を継続しながらもリソースを制御することができない.そのような状況を解決するためには,リクエスト処理を一時的に限られたリソースの範囲内に分離すれば,複数のリクエスト処理の間でリソース占有の影響を互いに受けることが原理的に生じない.そこで,本論文では,同一のサーバプロセス上で,リクエスト単位で任意のリソース分離が可能なリソース制御アーキテクチャを提案する.このアーキテクチャによって,各リクエスト処理は一時的に仮想的なリソースを割り当てられ,そのリソースの範囲内で処理が行われる.そのため,特定のリクエスト処理のリソース使用超過による影響を受けにくくなる.さらに,大量にリソースを消費するようなリクエストであっても,リクエストを拒否・切断することなく,割り当てたリソースの範囲内で処理を継続させることが可能となる.

As the increase of large-scale Web services, Web applications are increasingly sophisticated. The increase of smartphones makes traffic to Web servers increase each day. Management of Web servers is increasingly important. When a Web server receives resource-hungry requests, administrators of the web server must control the resources flexibly. However, existing resource control methods process mandatorily such as denial, disconnect or the like of the request when the number of simultaneous connections, request per unit time, CPU used time or memory utilization exceed a certain threshold value. These methods can't control resources processing request. In this situation, if one request has the potential to occupy a majority of computer resources, the server process can process other request in principle by separating resources of the server process temporarily without using up the saving of computer resources. In this paper, we propose a resources control architecture separating computer resources virtually by a HTTP request for a Web server. Each HTTP request processing is allocated virtual computer resources temporarily and the request is process within the limit of the allocated computer resources in our architecture. Therefore, each request processing has a very small effect if clients access to contents heavily or a particular content occupy a majority of computer resources. If a request has the potential to occupy a majority of computer resources, our architecture can process the request continually within the limit of the allocated computer resources without denying or disconnecting requests mandatorily.

収録刊行物

関連プロジェクト

もっと見る

詳細情報 詳細情報について

  • CRID
    1050001337909605760
  • NII論文ID
    170000149389
  • NII書誌ID
    AN00116647
  • ISSN
    18827764
  • Web Site
    http://id.nii.ac.jp/1001/00186749/
  • 本文言語コード
    ja
  • 資料種別
    journal article
  • データソース種別
    • IRDB
    • CiNii Articles
    • KAKEN

問題の指摘

ページトップへ