Migrating processes in distributed computing systems

碩士 === 國立中山大學 === 資訊工程學系研究所 === 101 === In the early, cluster computing system has not been widely used, process migration (fork[11]、thread[6, 40]) acts on the same machine. And now the application of cluster computing systems has been very common, many system is the use of lightweight and easy SLUR...

Full description

Bibliographic Details
Main Authors: Song-Yi Chen, 陳松毅
Other Authors: Chun-Hung Lin
Format: Others
Language:zh-TW
Published: 2013
Online Access:http://ndltd.ncl.edu.tw/handle/39285375813419732040
Description
Summary:碩士 === 國立中山大學 === 資訊工程學系研究所 === 101 === In the early, cluster computing system has not been widely used, process migration (fork[11]、thread[6, 40]) acts on the same machine. And now the application of cluster computing systems has been very common, many system is the use of lightweight and easy SLURM [38] system, but does not have any mechanism to make the migration process can be applied to the calculation node in the cluster system, it Means that to create a new program called by the running program, moved to another computing node, while the execution is completed before the results back to the original call his program. In this thesis, SLURM mechanism to make the cluster computing system implemented to achieve the fork-and-exec utility programs.