Title :
Arachne: a portable threads system supporting migrant threads on heterogeneous network farms
Author :
Dimitrov, Bozhidar ; Rego, Vernon
Author_Institution :
Dept. of Comput. Sci., Purdue Univ., West Lafayette, IN, USA
fDate :
5/1/1998 12:00:00 AM
Abstract :
We present the design and implementation of Arachne, a threads system that can be interfaced with a communications library for multithreaded distributed computations. In particular, Arachne supports thread migration between heterogeneous platforms, dynamic stack size management, and recursive thread functions. Arachne is efficient, flexible, and portable-it is based entirely on C and C++. To facilitate heterogeneous thread operations, we have added three keywords to the C++ language. The Arachne preprocessor takes as input code written in that language and outputs C++ code suitable for compilation with a conventional C++ compiler. The Arachne runtime system manages all threads during program execution. We present some performance measurements on the costs of basic thread operations and thread migration in Arachne and compare these to costs in other threads systems
Keywords :
distributed processing; parallel programming; Arachne; dynamic stack size management; heterogeneous network farms; heterogeneous platforms; multithreaded distributed computations; portable threads system; program execution; recursive thread functions; threads system; Computer interfaces; Computer networks; Concurrent computing; Costs; Counting circuits; Data preprocessing; Distributed computing; Libraries; Measurement; Yarn;
Journal_Title :
Parallel and Distributed Systems, IEEE Transactions on