From owner-freebsd-questions Wed Jun 5 17:19:51 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA20003 for questions-outgoing; Wed, 5 Jun 1996 17:19:51 -0700 (PDT) Received: from premise.CS.Berkeley.EDU (root@premise.CS.Berkeley.EDU [128.32.33.172]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id RAA19996 for ; Wed, 5 Jun 1996 17:19:47 -0700 (PDT) Received: from premise.CS.Berkeley.EDU (localhost.Berkeley.EDU [127.0.0.1]) by premise.CS.Berkeley.EDU (8.6.11/8.6.9) with ESMTP id RAA08603; Wed, 5 Jun 1996 17:18:22 -0700 Message-Id: <199606060018.RAA08603@premise.CS.Berkeley.EDU> X-Mailer: exmh version 1.6.7 5/3/96 To: Jim Dennis cc: freebsd-questions@freebsd.org (FreeBSD Questions), support@ora.com Subject: Re: INFO: BIND suports round robin: No need to Rebuild In-reply-to: Your message of "Sat, 05 Jun 0110 13:07:44 PDT." <201006052007.NAA01704@mistery.mcafee.com> From: bmah@cs.berkeley.edu (Bruce A. Mah) Reply-to: bmah@cs.berkeley.edu X-Face: g~c`.{#4q0"(V*b#g[i~rXgm*w;:nMfz%_RZLma)UgGN&=j`5vXoU^@n5v4:OO)c["!w)nD/!!~e4Sj7LiT'6*wZ83454H""lb{CC%T37O!!'S$S&D}sem7I[A 2V%N&+ Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 05 Jun 1996 17:18:16 -0700 Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Jim Dennis writes: > I'd especially be interested in any RFC's, white papers, or > references to simple, non-proprietary load balancing and > fail over tools and techniques (for ftp, www, mail, and > related services). Jim-- For Web servers, you could take a look at this paper: @InProceedings{Katz94:scalable-http-server-www94, author = {Eric Dean Katz and Michelle Butler and Robert McGrath}, title = {A Scalable {HTTP} Server: The {NCSA} Prototype}, booktitle = {Proceedings of the First International {WWW} Conference}, address = {Geneva, Switzerland}, year = 1994, month = {May}, url = {http://www.ncsa.uiuc.edu/InformationServers/Conference s/CERNwww94/}, annote = {Also in: Computer Networks and ISDN Systems, Volume 27, September 1994, pp. 155-164.} } Hope this helps, Bruce.