]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Mentioned creation of diskers in cache_dir rock documentation.
authorAlex Rousskov <rousskov@measurement-factory.com>
Mon, 11 Feb 2013 21:31:11 +0000 (14:31 -0700)
committerAlex Rousskov <rousskov@measurement-factory.com>
Mon, 11 Feb 2013 21:31:11 +0000 (14:31 -0700)
src/cf.data.pre

index 91752216cb617d2c6404cdcb96a435ed056ddf16..6827cb8fc3ec3f869b39dd5cdce21925126e3db9 100644 (file)
@@ -3293,6 +3293,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