> I have found a strange problem with delay pools. > > This is a section of my squid.conf > > delay_parameters 1 32000/32000 16000/16000 8000/50000 > > I'm using this squid-proxy through a slow (33600bps) modem > connections. > After 50 kbyte of traffic my client doesn't work anymore > (both explorer and firefox): they are frozen. I must > stop and restart squid. > Removing the delay pool solve the problem. Try smaller values, for instance delay_parameters 1 3000/3000 1600/1600 1000/3000 33600 using a modem is aprox. 3.3 kbytes/sec. You cannot use more than 3300 bytes per second in those values. :-) Boris