OpenWebServer: an adaptive Web server using software patterns

  • Authors:
  • J. Suzuki;Y. Yamamoto

  • Affiliations:
  • Dept. of Comput. Sci., Keio Univ.;-

  • Venue:
  • IEEE Communications Magazine
  • Year:
  • 1999

Quantified Score

Hi-index 0.25

Visualization

Abstract

The explosive growth of the Web requires servers to be extensible and configurable. This article describes our adaptive Web server, OpenWebServer, which uses the Reflection architectural pattern. The server supports the dynamic adoption of functionality, such as introducing additional protocols, modifying execution policies, and tuning system performance. This is achieved by specifying and coordinating metaobjects that represent various aspects within the Web server. We present a Java version of OpenWebServer, and describe its design using Reflection and other design patterns: Singleton, Bridge, Mediator, Observer, and Decorator. These patterns provide a better-factored design and allow the Web server to evolve continually beyond static and monolithic servers