There is a hard-coded value in inetd allowing max 40 connections
from the same host per minute. Fast machines can make more requests
(close to 60 per minute), which causes the inet daemon to detect this
as looping, and terminates the service for a while.
I don't yet know what browser or other program is used to cause this,
but it is obviously something that retrieves all the documents pointed
to by a given document.
In Solaris this is fixed, for SunOS 4.1.* there is a fix, e.g.
ftp://qiclab.scn.rain.com/pub/sunos-patches/100178-08
which introduces -r command line option for inetd, e.g.:
inetd -r 65 60
allows 65 connection per 60 seconds.
www1.cern.ch is a Sun, I have fixed it, but info.cern.ch is a NeXT --
we'll keep looking for a fix for it (anybody out there know anything
that would help??).
-- Ari Luotonen | World-Wide Web Project | CERN | phone: +41 22 767 8583 CH - 1211 Geneve 23 | email: [email protected]