Half-process: A Process Partially Sharing Its Address Space with Other Processes
スポンサーリンク
概要
- 論文の詳細を見る
Threads share a single address space with each other. On the other hand, a process has its own address space. Since whether to share or not to share the address space depends on each data structure in the whole program, the choice of "a thread or a process" for the whole program is too much "all-or-nothing." With this motivation, this paper proposes a half-process, a process partially sharing its address space with other processes. This paper describes the design and the kernel-level implementation of the half-process and discusses the potential applicability of the half-process for multi-thread programming with thread-unsafe libraries, intra-node communications in parallel programming frameworks and transparent kernel-level thread migration. In particular, the thread migration based on the half-process is the first work that achieves transparent kernel-level thread migration by solving the problem of sharing global variables between threads.
- 2011-12-15
著者
-
Kentaro Hara
School Of Information Science And Technology The University Of Tokyo
-
Kenjiro Taura
School of Information Science and Technology, The University of Tokyo
-
Kenjiro Taura
School Of Information Science And Technology The University Of Tokyo
関連論文
- Parallel Computational Reconfiguration Based on a PGAS Model
- Half-process: A Process Partially Sharing Its Address Space with Other Processes