From: Amos Jeffries Date: Wed, 7 Jul 2010 02:34:15 +0000 (-0600) Subject: SMP: updated release notes X-Git-Tag: SQUID_3_2_0_1~92 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7eba33264ff5bed40f607240eafba99f9b76b674;p=thirdparty%2Fsquid.git SMP: updated release notes --- diff --git a/doc/release-notes/release-3.2.sgml b/doc/release-notes/release-3.2.sgml index 8f9fb5997a..db2cb88981 100644 --- a/doc/release-notes/release-3.2.sgml +++ b/doc/release-notes/release-3.2.sgml @@ -217,9 +217,21 @@ This section gives a thorough account of those changes in three categories:

Access control based on altered HTTP request following adaptation alterations (ICAP, eCAP, URL rewriter). An upgraded drop-in replacement for http_access2 found in Squid-2. + else +

Part of conditional SMP support syyntax. see if + + endif +

Part of conditional SMP support syyntax. see if + eui_lookup

Whether to lookup the EUI or MAC address of a connected client. + if +

New conditional syntax for SMP multiple-worker. + If-statements can be used to make configuration directives depend on conditions. +

The else part is optional. The keywords if, else and endif + must be typed on their own lines, as if they were regular configuration directives. + memory_cache_mode

Controls which objects to keep in the memory cache (cache_mem) @@ -240,6 +252,15 @@ This section gives a thorough account of those changes in three categories: header is used for spoofing instead of the directly connected client address. Requires both --enable-follow-x-forwarded-for and --enable-linux-netfilter + workers +

Number of main Squid processes or "workers" to fork and maintain. + In SMP mode, each worker does nearly all what a single Squid daemon + does (e.g., listen on http_port and forward HTTP requests). + + 0: "no daemon" mode, like running "squid -N ..." + 1: "no SMP" mode, start one main Squid process daemon (default) + N: start N main Squid process daemons (i.e., SMP mode) + Changes to existing tags