home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / protocol / tcpip / domains / 566 < prev    next >
Encoding:
Text File  |  1992-07-30  |  2.4 KB  |  54 lines

  1. Newsgroups: comp.protocols.tcp-ip.domains
  2. Path: sparky!uunet!news.uiowa.edu!news.weeg.uiowa.edu!jnford
  3. From: jnford@argos.weeg.uiowa.edu (Jay Ford)
  4. Subject: Re: Service Load Balancing
  5. Message-ID: <1992Jul31.000027.31582@news.weeg.uiowa.edu>
  6. Keywords: shuffle records
  7. Sender: news@news.weeg.uiowa.edu (News)
  8. Nntp-Posting-Host: argos.weeg.uiowa.edu
  9. Reply-To: Jay Ford <jay-ford@uiowa.edu>
  10. Organization: Weeg Computing Center, University of Iowa, Iowa City, IA, USA
  11. References:  <dm2xazj@rpi.edu>
  12. Distribution: na
  13. Date: Fri, 31 Jul 1992 00:00:27 GMT
  14. Lines: 38
  15.  
  16. In article <dm2xazj@rpi.edu>, finkej@ts.its.rpi.edu (Jon E. Finke) writes:
  17. |> I see a couple of ways of doing this.   Someone mentioned "shuffle" records,
  18. |> which I assume result in a single address being returned per query, but
  19. |> the address stepping through a list of addresses for later queries.  This
  20. |> would take a hack to named, and might go part of the way to meeting the
  21. |> need.
  22.  
  23. I asked about a BIND rotary capability a while ago, and received a pointer to
  24. some code which does the shuffle address records.  It works for us.  The note I
  25. received follows my signature.  If you have trouble tracking down the code, let
  26. me know and I'll try to package it up for you.
  27.  
  28. ------------------------------------------------------------------------
  29. Jay Ford, Weeg Computing Center, University of Iowa, Iowa City, IA 52242
  30. jay-ford@uiowa.edu (or jnford@handlebar.weeg.uiowa.edu), 319-335-5555
  31.  
  32.  
  33. To: jay-ford@uiowa.edu
  34. Cc: bind@vangogh.CS.Berkeley.EDU
  35. Subject: Re: rotary cabability for named? 
  36. In-Reply-To: Your message of "Thu, 12 Dec 91 11:24:48 CST."
  37.              <9112121724.AA08699@handlebar.weeg.uiowa.edu> 
  38. Date: Sat, 14 Dec 91 21:11:18 -0500
  39. From: Bryan Beecher <bryan@notorious.rs.itd.umich.edu>
  40.  
  41. > A while ago someone mentioned that they had developed a rotary capability for
  42. > named, allowing it to cycle through a group of addresses when asked about a
  43. > name.  I thought I stashed the note away for future use, but now I can't find
  44. > it, and the future seems to be here because I need it now.
  45. >  
  46. > I would appreciate any pointers to the code to do this.  I'm certain that it
  47. > exists;  I just can't find it.
  48.  
  49. You might be thinking of our shuffle-A (SA) records.  Have a look on
  50. terminator.cc.umich.edu in /unix/dns.  There is a short write-up on
  51. them, and there is a version of BIND 4.8.3 that supports them (and
  52. includes patches that have been posted).
  53.                         -- bryan
  54.