home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / clients / 254 < prev    next >
Encoding:
Internet Message Format  |  1992-12-31  |  1.3 KB

  1. Path: sparky!uunet!usc!cs.utexas.edu!sun-barr!ames!biosci!parc!janssen
  2. From: janssen@parc.xerox.com (Bill Janssen)
  3. Newsgroups: comp.client-server
  4. Subject: Re: Sun RPC time-out question
  5. Message-ID: <JANSSEN.92Dec31144058@holmes.parc.xerox.com>
  6. Date: 31 Dec 92 22:40:58 GMT
  7. References: <8411@charon.cwi.nl>
  8. Sender: news@parc.xerox.com
  9. Followup-To: comp.client-server
  10. Organization: Xerox PARC, Palo Alto, CA
  11. Lines: 19
  12. In-Reply-To: guido@cwi.nl's message of 19 Dec 92 11:29:21 GMT
  13.  
  14. Hi, Guido.  Happy New Year!
  15.  
  16. Get a copy of the book "Power Programming with RPC", by John Bloomer,
  17. published by O'Reilly & Assoc.  ISBN 0-937175-77-3.  It's packed with
  18. information on Sun RPC -- best reference I've seen yet.
  19.  
  20. Unfortunately, you'll find that what's called Sun TIRPC is really
  21. a family of RPC protocols that share a common XDR and packet layout.
  22. Questions such as the semantics of a call (idempotency, sequencing of
  23. requests), or practical matters such as timeouts with UDP are left up
  24. to the implementation, and thus are really part of the application,
  25. rather than part of the RPC protocol.  Thus your questions need to be
  26. answered on an application-by-application basis.
  27.  
  28. Bill
  29. --
  30.  Bill Janssen      janssen@parc.xerox.com      (415) 812-4763
  31.  Xerox Palo Alto Research Center      FAX: (415) 812-4777
  32.  3333 Coyote Hill Road, Palo Alto, California   94304
  33.