home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / protocol / nfs / 2144 next >
Encoding:
Internet Message Format  |  1992-08-25  |  1.2 KB

  1. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!mips!sdd.hp.com!cs.utexas.edu!sun-barr!news2me.ebay.sun.com!exodus.Eng.Sun.COM!sxn
  2. From: sxn@eng.sun.com (Steve Nahm)
  3. Newsgroups: comp.protocols.nfs
  4. Subject: Re: RPC
  5. Date: 25 Aug 92 16:34:44 GMT
  6. Organization: Sun Microsystems Inc., Mountain View, CA
  7. Lines: 18
  8. Message-ID: <sxn.714760484@rand>
  9. References: <1992Aug24.163428.7461@fia.dmg.ml.com>
  10. NNTP-Posting-Host: rand
  11. Keywords: RPC
  12.  
  13. ksingh@passion.fia.dmg.ml.com (Kunal Singh) writes:
  14.  
  15. >Does anyone know of a C++ library of classes built on top of SUN/RPC ?
  16. >I'm looking for any such toolkit for a SUN/Sparc 2 .
  17.  
  18. At the recent Usenix C++ conference, a paper was presented that describes a
  19. system that adapted ONC RPC to the C++ iostream model.  The title was
  20. "Integrating the Sun Microsystems XDR/RPC Protocols into the C++ Stream
  21. Model", by Robert Minnear, et.  al.  of Purdue.  The basic idea is to overload
  22. the << and >> operators for marshalling XDR data, and to use fairly simple
  23. RPCclient and RPCserver classes for transferring the data.
  24.  
  25. There have been other attempts at this (Barry Warsaw <bwarsaw@cen.com> wrote
  26. one).
  27.  
  28. --
  29. Steve Nahm                              sxn@sun.COM or sun!sxn
  30. Sun RPC Project Lead
  31.