]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Mentioned creation of diskers in cache_dir rock documentation.
authorAlex Rousskov <rousskov@measurement-factory.com>
Thu, 14 Feb 2013 09:13:10 +0000 (02:13 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Thu, 14 Feb 2013 09:13:10 +0000 (02:13 -0700)
src/cf.data.pre

index b04c7cc6e89a6b4866c32cc82d54b98985fdeb74..f9e1976fa3ac56838dd34f8cf8586deb9bd43756 100644 (file)
@@ -3159,6 +3159,12 @@ DOC_START
        slot size is specified in bytes using the max-size option. See
        below for more info on the max-size option.
 
+       If possible, Squid using Rock Store creates a dedicated kid
+       process called "disker" to avoid blocking Squid worker(s) on disk
+       I/O. One disker kid is created for each rock cache_dir.  Diskers
+       are created only when Squid, running in daemon mode, has support
+       for the IpcIo disk I/O module.
+
        swap-timeout=msec: Squid will not start writing a miss to or
        reading a hit from disk if it estimates that the swap operation
        will take more than the specified number of milliseconds. By