Using service brokers for accessing backend servers for web applications

  • Authors:
  • Huamin Chen;Prasant Mohapatra

  • Affiliations:
  • Department of Computer Science, Engineering II, One Shields Avenue, University of California, Davis, CA;Department of Computer Science, Engineering II, One Shields Avenue, University of California, Davis, CA

  • Venue:
  • Journal of Network and Computer Applications
  • Year:
  • 2005

Quantified Score

Hi-index 0.00

Visualization

Abstract

Web service infrastructures usually are comprised of front-end Web servers that accept requests and process them, and backend servers that manage data and services. Current Web servers use various API sets to access backend services. This model does not support service differentiation, overload control, caching of contents generated by backend servers. We have proposed a framework for using service brokers to facilitate these features. Service brokers are software agents that are the access points to backend services in Web servers. Unlike the current API-based scheme where accesses to backend services are through stateless and isolated APIs, in service broker framework, they are undertaken by passing messages to service brokers who gather all the requests and intelligently process them. We have prototyped this framework and validated its function in providing request clustering and service differentiation in accessing backend services. In addition, the performance in terms of the processing time is enhanced by this approach.