DC++: a kind of object-oriented distributed programming language

Li Xie,Jianliang Yi,Xing Du,Guangan Wang,ZhongXiu Sun
1996-01-01
Tien Tzu Hsueh Pao/Acta Electronica Sinica
Abstract:This paper discusses issues in the design and implementation of a language named DC++(distributed C++). The language is upward-compatible to C++, and its basic building block is process, a class with its own thread of control. DC++ supports both the synchronous and asynchronous communication models and provides the programmer with various facilities for process communication purposes. The group concept allows the programmer to consider a collection of processes as an unique entity, and provides an interface between them and the outside world.
What problem does this paper attempt to address?