On 14/03/22 08:48, Dave Blanchard wrote:
OK. Would there be any harm in using 'kill -9 <pid>'? 'kill <pid>' seems to be interpreted as 'take your time, then quit whenever you're ready.'
Indeed. Busy proxy may have many clients to finish talking to, so there is a delay.
Sending the SIGHUP ('kill <pid>') a second time ends that delay and Squid will exit quickly.
As long as kill -9 won't potentially cause any inconsistencies in state files or anything like that, I guess I'll do it that way. Thanks.
"kill -9" will definitely leave some things in an odd state. Try the double-kill first.
HTH Amos _______________________________________________ squid-users mailing list squid-users@xxxxxxxxxxxxxxxxxxxxx http://lists.squid-cache.org/listinfo/squid-users