tech-net archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: TCP connections clogging up accf_http(9) (was: ESTABLISHED sockets with no fd open?
timo%math.uni-bonn.de@localhost (Timo Buhrmester) writes:
>> | I'm not seeing where your limit of 193 for the length of that queue
>> | is coming from,
>>
>> Perhaps that's the listen() queue limit in the application he's using?
>No, that's 1024 in lighttpd. I'll try to find out where the 193 comes from.
listen queue is max(backlog, somaxconn). So your 1024 is reduced to 128.
somaxconn is a tunable, but there is no sysctl so far.
--
--
Michael van Elst
Internet: mlelstv%serpens.de@localhost
"A potential Snark may lurk in every tree."
Home |
Main Index |
Thread Index |
Old Index