The packet loss started again. But I don't see any difference between the netstat output from last night and now. Code: > netstat -an|awk '/tcp|udp/ {print $6}' | sort | uniq -
c 1 5 LISTEN 7 LAST_ACK 18 SYN_RECV 29 FIN_WAIT1 101 FIN_WAIT2 106 ESTABLISHED 377 TIME_WAIT @Steven, I could (or should) set the MaxClients to 1024, but that won't fix this problem. I will now ...