Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!mips!wrdis01!nstn.ns.ca!uupsi!sunic!sics.se!ifi!nuug!ugle.unit.no!ugle.unit.no!steinarb From: steinarb@idt.unit.no (Steinar Bang) Newsgroups: comp.windows.interviews Subject: Basis for RPC? Message-ID: Date: 4 May 91 10:49:47 GMT Sender: news@ugle.unit.no Distribution: comp Organization: Norwegian Institute of Technology, Trondheim, Norway Lines: 14 I saw some comments to the effect that C++ streams are out as a basis for InterViews RPC (or rather: will be removed when time permits). Instead memory mapped files will be used on the systems that implements them. I can see that this is more efficient than using streams. Two things that bother me, however: - Not all systems will implement memorymapped files. - Net transparancy will be lost. Will you continue to support RPC classes that uses streams (maybe based on ANSI C function calls)? - Steinar