Department of Computer Science and Technology

Technical reports

Stage scheduling for CPU-intensive servers

Minor E. Gordon

June 2010, 119 pages

This technical report is based on a dissertation submitted December 2009 by the author for the degree of Doctor of Philosophy to the University of Cambridge, Jesus College.

DOI: 10.48456/tr-781

Abstract

The increasing prevalence of multicore, multiprocessor commodity hardware calls for server software architectures that are cycle-efficient on individual cores and can maximize concurrency across an entire machine. In order to achieve both ends this dissertation advocates stage architectures that put software concurrency foremost and aggressive CPU scheduling that exploits the common structure and runtime behavior of CPU-intensive servers. For these servers user-level scheduling policies that multiplex one kernel thread per physical core can outperform those that utilize pools of worker threads per stage on CPU-intensive workloads. Boosting the hardware efficiency of servers in userspace means a single machine can handle more users without tuning, operating system modifications, or better hardware.

Full text

PDF (0.9 MB)

BibTeX record

@TechReport{UCAM-CL-TR-781,
  author =	 {Gordon, Minor E.},
  title = 	 {{Stage scheduling for CPU-intensive servers}},
  year = 	 2010,
  month = 	 jun,
  url = 	 {https://www.cl.cam.ac.uk/techreports/UCAM-CL-TR-781.pdf},
  institution =  {University of Cambridge, Computer Laboratory},
  doi = 	 {10.48456/tr-781},
  number = 	 {UCAM-CL-TR-781}
}