On Thu, 28 Oct 2010 17:12:02 -0400, Aldric Giacomoni <agiacomoni@xxxxxxxxxxxxxxxxxxx> wrote: > Hi all, > I'm trying to figure out what Squid could possibly be doing that takes > forever on some requests. So, like any good person running blindly > into the fray, I've done educated guesses to increase logging. > I've gotten as far as figuring out that something happens between: > fwdConnectStart > fwdConnectEnd > > What exactly do those do, and can I improve granularity in-between > those two calls? What setting should I use to see what happens? Thanks > in advance. in fwdConnectStart Squid opens a socket, figures out which outgoing IP its going to use, then calls commConnectStart which looks up the destination IPs and tries to connect to each. Amos