------------------------------------------------------------ revno: 12495 revision-id: squid3@treenet.co.nz-20130214091310-px2q4jg3c2k4v26n parent: squid3@treenet.co.nz-20130214091221-6a14fnkur9wwsgv0 author: Alex Rousskov committer: Amos Jeffries branch nick: 3.3 timestamp: Thu 2013-02-14 02:13:10 -0700 message: Mentioned creation of diskers in cache_dir rock documentation. ------------------------------------------------------------ # Bazaar merge directive format 2 (Bazaar 0.90) # revision_id: squid3@treenet.co.nz-20130214091310-px2q4jg3c2k4v26n # target_branch: http://bzr.squid-cache.org/bzr/squid3/3.3 # testament_sha1: 19a53bc09594684a6acd2b2046ea5b814d75da79 # timestamp: 2013-02-14 09:15:21 +0000 # source_branch: http://bzr.squid-cache.org/bzr/squid3/3.3 # base_revision_id: squid3@treenet.co.nz-20130214091221-\ # 6a14fnkur9wwsgv0 # # Begin patch === modified file 'src/cf.data.pre' --- src/cf.data.pre 2013-02-14 07:34:42 +0000 +++ src/cf.data.pre 2013-02-14 09:13:10 +0000 @@ -3159,6 +3159,12 @@ 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