------------------------------------------------------------ revno: 13396 revision-id: squid3@treenet.co.nz-20140505065051-6xr97mwlf2nnbd03 parent: squid3@treenet.co.nz-20140504153446-hqd0heeukooeetof committer: Amos Jeffries branch nick: trunk timestamp: Sun 2014-05-04 23:50:51 -0700 message: storeid_file_rewrite: document concurrency handling ------------------------------------------------------------ # Bazaar merge directive format 2 (Bazaar 0.90) # revision_id: squid3@treenet.co.nz-20140505065051-6xr97mwlf2nnbd03 # target_branch: http://bzr.squid-cache.org/bzr/squid3/trunk/ # testament_sha1: b177638a2f6b3fba0d3d8c91456e1d76ec163325 # timestamp: 2014-05-05 06:54:00 +0000 # source_branch: http://bzr.squid-cache.org/bzr/squid3/trunk/ # base_revision_id: squid3@treenet.co.nz-20140504153446-\ # hqd0heeukooeetof # # Begin patch === modified file 'helpers/storeid_rewrite/file/storeid_file_rewrite.pl.in' --- helpers/storeid_rewrite/file/storeid_file_rewrite.pl.in 2014-04-14 13:50:27 +0000 +++ helpers/storeid_rewrite/file/storeid_file_rewrite.pl.in 2014-05-05 06:50:51 +0000 @@ -13,7 +13,7 @@ storeid_file_rewrite filepath -=head1 DESCRIPTOIN +=head1 DESCRIPTION This program acts as a store_id helper program, rewriting URLs passed by Squid into storage-ids that can be used to achieve better caching @@ -28,6 +28,9 @@ Rewrite rules are matched in the same order as they appear in the rules file. So for best performance, sort it in order of frequency of occurrence. +This program will automatically detect the existence of a concurrecy channel-ID and adjust appropriately. +It may be used with any value 0 or above for the store_id_children concurrency= parameter. + For more information please see http://wiki.squid-cache.org/Features/StoreID =cut