Adaptive Request Scheduling for Parallel Scientific Web Services

  • Authors:
  • Heshan Lin;Xiaosong Ma;Jiangtian Li;Ting Yu;Nagiza Samatova

  • Affiliations:
  • Department of Computer Science, North Carolina State University,;Department of Computer Science, North Carolina State University, and Computer Science and Mathematic Division, Oak Ridge National Laboratory, ,;Department of Computer Science, North Carolina State University,;Department of Computer Science, North Carolina State University,;Department of Computer Science, North Carolina State University, and Computer Science and Mathematic Division, Oak Ridge National Laboratory, ,

  • Venue:
  • SSDBM '08 Proceedings of the 20th international conference on Scientific and Statistical Database Management
  • Year:
  • 2008

Quantified Score

Hi-index 0.00

Visualization

Abstract

Scientific web services often possess data models and query workloads quite different from commercial ones and are much less studied. Individual queries have to be processed in parallel by multiple server nodes, due to the computation- and data-intensiveness of the processing. Meanwhile, each query is performed against portions of a large, common dataset. Existing scheduling policies from traditional environments (namely cluster web servers and supercomputers) consider only the data or the computation aspect alone and are therefore inadequate for this new type of workload.In this paper, we systematically investigate adaptive scheduling for scientific web services, by taking into account parallel computation scalability, data locality, and load balancing. Our case study focuses on high-throughput query processing on biological sequence databases, a fundamental task performed daily by millions of scientists, who increasingly prefer to use web services powered by parallel servers. Our research indicates that intelligent resource allocation and scheduling are crucial in improving the overall performance of a parallel sequence database search server. Failure to consider either the parallel computation scalability or the data locality issues can significantly hurt the system throughput and query response time. Also, no single static strategy works best for all request workloads or all resources settings. In response, we present several dynamic scheduling techniques that automatically adapt to the request workload and system configuration in making scheduling decisions. Experiments on a cluster using 32 processors show the combination of these techniques delivers a several-fold improvement in average query response time across various workloads.