home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / os / vms / 17810 < prev    next >
Encoding:
Internet Message Format  |  1992-11-11  |  2.1 KB

  1. Path: sparky!uunet!know!mips2!cass.ma02.bull.com!think.com!ames!sun-barr!cs.utexas.edu!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!ucbvax!usppc.abb.com!Dave
  2. From: Dave@usppc.abb.com
  3. Newsgroups: comp.os.vms
  4. Subject: Re: Remote Procedure Call samples
  5. Message-ID: <9211111323.AA19119@usppc.abb.com>
  6. Date: 11 Nov 92 13:23:38 GMT
  7. Sender: usenet@ucbvax.BERKELEY.EDU
  8. Organization: The Internet
  9. Lines: 34
  10.  
  11. A posting asked for sample RPC programs.  I have done a little
  12. RPC programming.  The first was written using just the Sun
  13. manuals which came with SunOS documentation.  For the second,
  14. we used a number of ideas from an O'Reilly Nutshell Book.
  15. The originator is not reachable from NEARnet (Internet in
  16. New England, USA) so I've posted this in hopes it may be of
  17. wider interest also.
  18.  
  19. Try the O'Reilly book "Power Programming with RPC".  This is an
  20. excellent tutorial textbook which developes several small
  21. applications.  It shows use of RPC's using RPCGEN to build the skeleton
  22. and advanced tricks possible when using hand coded lower-level calls.
  23.  
  24. We have developed a couple of RPC applications from dusty old FORTRAN
  25. program internals.  We did the first one using just what was in the Sun
  26. manuals (Network Interfaces Programmer's Guide Ch 3 RPC Language).
  27.  
  28. The O'Reilly book explains the differences between the several flavors
  29. of RPC's.  I get the feeling that you are VAXen bound.  DIGITAL, in the
  30. NAS-250 product, provides ONC remote proceedure calls.  These are also
  31. described in the O'Reilly book although the examples are Sun.  The OSF
  32. and UI camps have agreed to make their RPC's work together.  Each is
  33. adopting the good things in the other.  OSF is abandoning "reader makes
  34. it right" data representation for UI's canonic representation "XDR --
  35. external data representation".  I have a feeling that this will be delayed
  36. by DEC's need to roll out Alpha.  DIGITAL has got so much announced and
  37. so much going on that I have no feel for which part numbers you will need.
  38.  
  39. Good Luck,
  40. Dave Hamby
  41. ABB Power Plant Controls   Dave.Hamby@Usppc.Abb.Com
  42.  
  43.  
  44. ----- End Included Message -----
  45.