On 23/08/11 18:21, Ralf Hildebrandt wrote:
* Justin Lawler<[email protected]>:
Thanks Amos - regex pattern we're using is:

.*some_url_end.html$

Wouldn't
some_url_end.html$
be more efficient?


Yes, a lot more. The .* is redundant and forces look-ahead/behind to happen. Which raises the CPU requirements.

Amos
--
Please be using
  Current Stable Squid 2.7.STABLE9 or 3.1.14
  Beta testers wanted for 3.2.0.10

Reply via email to