"www/tcp server failing (looping), service terminated"

neuss@igd.fhg.de
From: neuss@igd.fhg.de
X-Mailer-Igd: ## IGD.FHG.DE ## Thu, 28 Oct 93 16:48:54 +0100
Date: Thu, 28 Oct 93 16:46:40 +0100
Message-id: <9310281546.AA00473@wildturkey.igd.fhg.de>
To: www-talk@nxoc01.cern.ch
Subject: "www/tcp server failing (looping), service terminated" 
Dear fellow Webbers,

In reply to Ari Luotonen Tony Sanders <sanders@bsdi.com> wrote:
>> There is a hard-coded value in inetd allowing max 40 connections
>> from the same host per minute.  Fast machines can make more requests
> Yet another good reason not to run services from inetd.

[munch]
> Add the 10 lines of code or so needed so you don't have to run from inetd.
> You will get much better performance to boot.
Tony is right here.. those servers that are under heavy use should not be
run from inetd, since it costs quite a lot of performance. For testing 

purposes, I prefer the inetd mechanism though, since I get a "fresh copy"
of the server software - this avoids a process becoming bigger and bigger
due to memory leaks.

Cheers, Chris