Path: utzoo!utgpu!water!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!ukma!rutgers!mit-eddie!killer!usl!pcb From: pcb@usl.usl.edu (Peter C. Bahrs) Newsgroups: comp.lang.c++ Subject: Parallel Processing in C++ Keywords: parallel processing, object oriented, c++ Message-ID: <469@usl.usl.edu> Date: 12 Oct 88 20:51:08 GMT Organization: CACS, Lafayette, LA, USA Lines: 19 We are working on developing class definitions for 'parallelizing' C++ from the programmmers point of view. These definitions include the normal semaphores, message queues, shared memory... Are target hardware environments are: Encore Multimax with 6 processors 35 Sun 3 Workstations with NFS on ethernet 30 IBM PS2's on Novell Has anyone dealt with dynamic allocation of new objects (i.e. processes) in C++? Also, has anyone experimented with moving these processes across networks? Any help, comments, suggestions or references will be appreciated. Thanks in advance. pcb@usl.usl.edu