]> git.ipfire.org Git - thirdparty/squid.git/commit
Only one process (called the "primary" process) should handle WCCP. In SMP
authorAlex Rousskov <rousskov@measurement-factory.com>
Sat, 5 Jun 2010 19:08:44 +0000 (13:08 -0600)
committerAlex Rousskov <rousskov@measurement-factory.com>
Sat, 5 Jun 2010 19:08:44 +0000 (13:08 -0600)
commit7de94c8ca10e4e92b080c359819fc8ccec2a0fd6
tree516199a201564cd65654baaebcd13ad20c083898
parent7b1e5eb4f69eeb46a9f4586f5c83512ecacc928a
Only one process (called the "primary" process) should handle WCCP. In SMP
mode, this is the Coordinator process.

Identified several commonly use process kinds and added the corresponding
Iam*Process() tests to avoid duplicating complex conditions throughout the
code. Note that kinds are not mutually exclusive. For example, a primary
process is also the master process and the worker process when running
in a no-daemon mode.
src/main.cc
src/protos.h
src/tools.cc