tis 2009-09-01 klockan 20:17 -0700 skrev xetorthio: > Hi everyone! > I ran today to a really strange behavior of squid. > My application (A) opened by mistake a lot of persistent connection to > another application (C) going through a squid (B) for caching purposes. > When I saw the connections I changed that behavior and restarted my > application to start using the new configuration that won't open persistent > connection at all. By doing that all the existing persistent connection from > A to B were closed. But for some reason squid left the persistent connection > to C and was keeping them alive for a REALLY long time. > This if my squid configuration... I couldn't really find something that > would change the default behavior of 2 minutes of timeout for idle > persistent connection. Am I doing something wrong? Proboby those were not really idle persistent connections but waiting for a response. if that's the case then see half_closed_clients and quick_abort_* settings. Regards Henrik