From: Alex Rousskov Date: Thu, 14 Feb 2013 09:13:10 +0000 (-0700) Subject: Mentioned creation of diskers in cache_dir rock documentation. X-Git-Tag: SQUID_3_3_2~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9850e5b50fc5efc47b80e9aca8a3e6a013be4f78;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 b04c7cc6e8..f9e1976fa3 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -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