]> git.ipfire.org Git - thirdparty/squid.git/commit - src/main.cc
Do not check pid file unless we are a master process. Kids processes start and
authorAlex Rousskov <rousskov@measurement-factory.com>
Mon, 26 Apr 2010 20:57:11 +0000 (14:57 -0600)
committerAlex Rousskov <rousskov@measurement-factory.com>
Mon, 26 Apr 2010 20:57:11 +0000 (14:57 -0600)
commitb81949b9b72cd3cb539d1459d0d86077514d968d
tree54b433a9939d7360f286d65d02977e0581c30f10
parenta2c48c983912d7c29054d38d138bbc2f0f590411
Do not check pid file unless we are a master process. Kids processes start and
run when the pid file may point to a live Squid process.

There are some must-be-single processes like Coordinator, but it is probably
better to manage their uniqueness differently because there may be many kinds
of must-be-single processes.
src/main.cc