[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [linux-team] Redirection IP
On 05-Oct-99 Erik DARCHIS wrote:
> Ce systeme marche pour du mail (peu de connexions simultanees). Par contre,
> avec 15 utilisateurs qui surfent sur une ligne 512Kbps, inetd dit:
> "Oct 5 14:45:37 pcproxy inetd[17515]: httpproxy/tcp server failing
> (looping), service terminated"
> et arrete d'ecouter ce port.
Faut apprendre a inetd a ne pas s'enerver si vite. Tu peux specifier dans
inetd.conf le nombre maxi se spawn qui peuvent etre fait, et est par defaut a
40 instances par minutes.
The optional ``max'' suffix (separated from
``wait'' or ``nowait'' by a dot) specifies the maximum number of server
instances that may be spawned from inetd within an interval of 60 sec-
onds. When omitted, ``max'' defaults to 40.
Donc, par exemple, replace le "nowait" par "nowait.120" pour allouer deux
nouveaux processes par seconde.
---
| C i s c o S y s t e m s, Inc.
| Network Security Response Team
| EuroTAC, Brussels, Belgium
---------
Visit the Linux Supertore Online: http://www.redcorp.com !
If you want to be deleted from the list, send a mail to
majordomo@rtfm.be with "unsubscribe linux-team" in the body.