首页> 中文期刊> 《电子学报(英文版)》 >A Distributed Process Management Model for Better Scalability on Multicore Platform

A Distributed Process Management Model for Better Scalability on Multicore Platform

         

摘要

With the widespread utilization of mul-ticore processors, operating systems face new challenges on scalability. The lock mechanism used by current mono-lithic OSs makes some critical modules encounter perfor-mance bottlenecks caused by lock contention. The con-tention in Linux process lifecycle management results in process Creation, execution and termination (CET) scal-ing poorly with core count increasing. Differing from the centralized fashion of Linux, this paper presents a Dis-tributed process management model (DPMM) on micro-kernel for better scalability. The kernel functions are dis-tributed into m essage passing servers running on differ-ent cores. DPMM splits the shared data including Process control blocks (PCBs), page pools and buffer caches into these cooperating servers. The actions including PCB cre-ation/deletion, page allocation/freeing, executable loading and scheduling can be parallelized without locking. Our micro-benchmarks show that DPMM achieves nearly lin-ear performance growth on process CET and outperforms Linux and Minix3 on a 32-Core m achine.

著录项

  • 来源
    《电子学报(英文版)》 |2017年第2期|263-270|共8页
  • 作者单位

    State Key Laboratory for Novel Software Technology, Nanjing University, Nanjing 210046, China;

    State Key Laboratory for Novel Software Technology, Nanjing University, Nanjing 210046, China;

    State Key Laboratory for Novel Software Technology, Nanjing University, Nanjing 210046, China;

    State Key Laboratory for Novel Software Technology, Nanjing University, Nanjing 210046, China;

  • 原文格式 PDF
  • 正文语种 eng
  • 中图分类
  • 关键词

获取原文

客服邮箱:kefu@zhangqiaokeyan.com

京公网安备:11010802029741号 ICP备案号:京ICP备15016152号-6 六维联合信息科技 (北京) 有限公司©版权所有
  • 客服微信

  • 服务号