------------------------------------------------------------ revno: 11787 revision-id: squid3@treenet.co.nz-20130301104954-mt8dipvg5qlurfsr parent: squid3@treenet.co.nz-20130216023004-xq9lgu59vvbbior8 author: Alex Rousskov committer: Amos Jeffries branch nick: 3.2 timestamp: Fri 2013-03-01 03:49:54 -0700 message: Docs: Mention creation of diskers in cache_dir rock ------------------------------------------------------------ # Bazaar merge directive format 2 (Bazaar 0.90) # revision_id: squid3@treenet.co.nz-20130301104954-mt8dipvg5qlurfsr # target_branch: http://bzr.squid-cache.org/bzr/squid3/branches\ # /SQUID_3_2 # testament_sha1: 4c11b3578ecc65cc2a34cda9cde66875632fa7d1 # timestamp: 2013-03-01 10:57:45 +0000 # source_branch: http://bzr.squid-cache.org/bzr/squid3/branches\ # /SQUID_3_2 # base_revision_id: squid3@treenet.co.nz-20130216023004-\ # xq9lgu59vvbbior8 # # Begin patch === modified file 'src/cf.data.pre' --- src/cf.data.pre 2013-02-16 02:26:31 +0000 +++ src/cf.data.pre 2013-03-01 10:49:54 +0000 @@ -2906,6 +2906,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