Newsgroups: comp.parallel.pvm,comp.parallel.mpi
From: tjb <byer@pangea.stanford.edu>
Subject: Passing C++ objects
Organization: Stanford University
Date: 20 Feb 1996 22:40:00 GMT
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <4gdik0$5do@nntp.Stanford.EDU>

The examples for passing data between processes have shown how it is 
possible to pass variables and arrays of specific types.  How is this 
accomplished when you need to send a object, containing several data types 
of which some may be dynamically allocated,  to another process. 

The worst case could be that the object needs the functionallity to send 
and recieve its variable/array components such that it could reconstruct 
itself.

Any comments or examples ??

Thanks
Tom


