Abstract:
In the environment of network of computers, a shared object model can be constructed by combining the shared variable model and object oriented technology.Based on this model and the C++ language, this paper implements a SOC++ parallel language. The language provides object sharing and queue distributing strategy, thus effectively reducing the complexity of parallel programming. The SOC++ parallel language and its programming model and implementation are discussed in detail. Finally, some experiment results and analyses are given.