Hi,
Sometimes the RPC server stalls/freezes. During this time, the processes running with squid_part cannot query the server.
Strace looks something like this (notice the 8 seconds delay at the recvfrom):
Process 4515 attached with 4 threads - interrupt to quit
[pid 4515] 0.000000 recvfrom(7,
[pid 4507] 0.000041 connect(8, {sa_family=AF_INET, sin_port=htons(9100), sin_addr=inet_addr("127.0.0.1")}, 16
[pid 4506] 0.000047 recvfrom(6,
[pid 4496] 0.000035 futex(0x117bc760, FUTEX_WAIT, 0, NULL
[pid 4506] 8.027006 <... recvfrom resumed> "POST /RPC2 HTTP/1.0\r\nHost: 127.0"..., 8192, 0, NULL, NULL) = 146
[pid 4506] 0.000113 futex(0x1168ce70, FUTEX_WAKE, 1) = 0
