Hello all, THis is a bit off topic, but sure this is a good place to ask this question.
I'm sitting here getting frustrated on how to get my http server tuned for a large connection load. I have a server performace problems after about 50 TIME_WAITs show up in my connection table. My question is what's significant about 50? I have tuned a few parameters: /sbin/sysctl -w net.ipv4.tcp_keepalive_intvl "30" /sbin/sysctl -w net.ipv4.ip_local_port_range="1024 65535" echo 12288 > /proc/sys/fs/file-max What else do I need to consider? Iptables is off, so max_conn_track is not a issue. All ulimits to unlimited. I'm stumped. --------------------[-- [EMAIL PROTECTED] --]--------------------------