Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!ukma!xanth!cs.odu.edu!tadguy From: tadguy@cs.odu.edu (Tad "[potentially] Cool" Guy) Newsgroups: comp.sys.amiga Subject: Re: Amiga-Archive mail server Message-ID: <8699@xanth.cs.odu.edu> Date: 1 May 89 01:19:49 GMT References: <220@isctsse.UUCP> <101354@sun.Eng.Sun.COM> <6967@bsu-cs.bsu.edu> <6522@dayton.UUCP> <8690@xanth.cs.odu.edu> <6526@dayton.UUCP> <25706@watmath.waterloo.edu> Sender: news@cs.odu.edu Reply-To: tadguy@cs.odu.edu (Tad Guy) Organization: Old Dominion University, Norfolk, VA Lines: 18 In-reply-to: grwalter@watmath.waterloo.edu (Fred Walter) In article <25706@watmath.waterloo.edu>, grwalter@watmath (Fred Walter) writes: >One problem with this is that the site that does this could be swamped, Brian Reid has a nice algorithm for handling this in his archive server -- basically, the more a user requests from the server (within a certain quantum), the lower the priority of the request (and thus the longer it takes for the request to come back). The size of the requests pending for a user is inversely proportional to the priority of the requests. This quickly stifles people (intentionally or unintentionally) trying to flood an archive server. Still, lots of people making lots of requests could be a problem (Brian solved this by allowing the server to queue up lots of requests, but only to service a certain amount within a day, based on the priority scheme above). This nicely smooths out the overhead of running the server... ...tad