Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!rice!sun-spots-request From: tom@fangorn.gsfc.nasa.gov (Thomas D. Schardt) Newsgroups: comp.sys.sun Subject: Passing 3D Arrays with RPC 3.9 Keywords: Miscellaneous Message-ID: <5319@brazos.Rice.edu> Date: 26 Feb 90 15:18:28 GMT Sender: root@rice.edu Organization: Sun-Spots Lines: 7 Approved: Sun-Spots@rice.edu X-Sun-Spots-Digest: Volume 9, Issue 62, message 4 I am converting a local procedure to a remote procedure with RPC 3.9. The procedure reads a file and fills a three dimensional array with data (among other things). Before reading the data, the procedure reads in the size of each dimension and allocates the required storage. Given that I do not know ahead of time how big the array is, is it possible to move the array from a remote machine to the local machine with RPC 3.9? I am a beginner at using Sun's ONC so be kind.