From: Alex Rousskov Date: Mon, 11 Feb 2013 21:31:11 +0000 (-0700) Subject: Mentioned creation of diskers in cache_dir rock documentation. X-Git-Tag: SQUID_3_4_0_1~290 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3e1dfe3d84c112042c4c3da038c36a94793c08b2;p=thirdparty%2Fsquid.git Mentioned creation of diskers in cache_dir rock documentation. --- diff --git a/src/cf.data.pre b/src/cf.data.pre index 91752216cb..6827cb8fc3 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -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