home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / clients / 246 < prev    next >
Encoding:
Internet Message Format  |  1992-12-21  |  978 b 

  1. Path: sparky!uunet!auspex-gw!guy
  2. From: guy@Auspex.COM (Guy Harris)
  3. Newsgroups: comp.client-server
  4. Subject: Re: Sun RPC time-out question
  5. Message-ID: <16020@auspex-gw.auspex.com>
  6. Date: 19 Dec 92 19:13:49 GMT
  7. References: <8411@charon.cwi.nl> <lj6j9hINN6mk@appserv.Eng.Sun.COM>
  8. Sender: news@auspex-gw.auspex.com
  9. Organization: Auspex Systems, Santa Clara
  10. Lines: 12
  11. Nntp-Posting-Host: auspex.auspex.com
  12.  
  13. >You can
  14. >reduce the probability of this happening a lot by doing a svc_udpenablecache()
  15. >(svc_dgenablecache() in TIRPC) on the server side. This sets up a server side
  16. >cache which throws away duplicate requests.
  17.  
  18. Presumably it detects duplicates by checking the XID (transaction ID)
  19. field of the request.
  20.  
  21. (For those who are curious, "dg" in the TIRPC version presumably stands
  22. for "datagram"; TI, you see, stands for "transport-independent", so UDP
  23. isn't the only datagram transport - I think it's been run atop the ISO
  24. connectionless transport protocol as well, for example.)
  25.