DocumentCode :
1883660
Title :
Transparent Distributed Programming under Linux
Author :
Karimi, Kamran ; Sharifi, Mohsen
Author_Institution :
University of Windsor, Canada
fYear :
2006
fDate :
14-17 May 2006
Firstpage :
13
Lastpage :
13
Abstract :
Developing parallel and distributed programs is usually considered a hard task. One has to have a good understanding of the problem domain, as well as the target hardware, and map the problem to the available hardware resources. The resulting program is often hard to port to another system. The development and maintenance process may thus be costly and time-consuming. In this paper we propose giving priority to hiding the details of distributed programming behind normal data sharing and synchronisation mechanisms. The programs are thus written as if they are meant to be run on a single, parallel computer. The developers still have to divide the task and make sure that the problem is solved in parallel, but the details of data transfer and synchronisation over a network are hidden. The resulting programs can thus be developed on nondistributed, non-parallel environments, and then be run on a variety of distributed and/or parallel platforms. Though such programs may not be as optimised as programs written specifically for a distributed computer, the speedups in programming time and costs may offset the losses. In this paper we introduce Distributed Inter-Process Communication (DIPC), a heterogeneous distributed programming system that hides inside Linux’s kernel, traps access requests to System V IPC mechanisms (messages, semaphores and shared memories) and delegates them for execution on other computers as needed. The results are then handed back through the kernel to the calling process, which is unaware of any distributed activity. DIPC currently supports Intel, PowerPC, ALPHA, MIPS, SPARC and Motorola 68k processors.
Keywords :
Computer science; Concurrent computing; Cost function; Debugging; Distributed computing; Hardware; Kernel; Linux; Memory management; Performance gain;
fLanguage :
English
Publisher :
ieee
Conference_Titel :
High-Performance Computing in an Advanced Collaborative Environment, 2006. HPCS 2006. 20th International Symposium on
ISSN :
1550-5243
Print_ISBN :
0-7695-2582-2
Type :
conf
DOI :
10.1109/HPCS.2006.50
Filename :
1628204
Link To Document :
بازگشت