Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!elroy.jpl.nasa.gov!decwrl!sgi!shinobu!odin!marktwain.rad.sgi.com!linton From: linton@marktwain.rad.sgi.com (Mark Linton) Newsgroups: comp.windows.interviews Subject: Re: InterViews Persistent Class Message-ID: <1991Apr11.225213.28417@odin.corp.sgi.com> Date: 11 Apr 91 22:52:13 GMT References: <18453@crdgw1.crd.ge.com> Sender: news@odin.corp.sgi.com (Net News) Reply-To: linton@marktwain.rad.sgi.com (Mark Linton) Organization: sgi Lines: 9 In article <18453@crdgw1.crd.ge.com>, little@bellatrix.crd.ge.com (H. Mark Little) writes: |> We would like to pass instances of c++ classes between processes |> (asynchronously) which may be running on different machines on the |> same network, and were wondering if the InterViews Persistent class |> may facilitate this process. If anybody has had any experience of |> this sort, any information will be appreciated. No, the Persistent class is pretty old and klunky. You should look at the rpc classes in libDispatch for inter-process communication.