Re: [squid-users] annotation and fast / slow acl

2017-06-26 Thread FUSTE Emmanuel
Le 21/06/2017 à 19:17, Amos Jeffries a écrit : > On 22/06/17 04:51, FUSTE Emmanuel wrote: >> So arbitrary k- v pair not used by the acl helper protocol could be >> matched against with the note acl ? >> How it relate to the defined/reserved tag= and clt_conn_tag= keywords of >> the acl helper proto

Re: [squid-users] annotation and fast / slow acl

2017-06-21 Thread Amos Jeffries
On 22/06/17 04:51, FUSTE Emmanuel wrote: So arbitrary k- v pair not used by the acl helper protocol could be matched against with the note acl ? How it relate to the defined/reserved tag= and clt_conn_tag= keywords of the acl helper protocol ? They are all attached as annotations on the transa

Re: [squid-users] annotation and fast / slow acl

2017-06-21 Thread FUSTE Emmanuel
Hello, One more question to be sure to understand some details: > Le 20/06/2017 à 14:46, Amos Jeffries a écrit : >> On 20/06/17 22:55, FUSTE Emmanuel wrote: >>> Hello, >>> >>> I need to select a cache peer based on the user group. >>> As cache_peer_access need a fast acl to have predicable result

Re: [squid-users] annotation and fast / slow acl

2017-06-20 Thread FUSTE Emmanuel
Hello, Thank you, it help a lot and clarify things. Emmanuel. Le 20/06/2017 à 14:46, Amos Jeffries a écrit : > On 20/06/17 22:55, FUSTE Emmanuel wrote: >> Hello, >> >> I need to select a cache peer based on the user group. >> As cache_peer_access need a fast acl to have predicable result, I tr

Re: [squid-users] annotation and fast / slow acl

2017-06-20 Thread Amos Jeffries
On 20/06/17 22:55, FUSTE Emmanuel wrote: Hello, I need to select a cache peer based on the user group. As cache_peer_access need a fast acl to have predicable result, I tried to - annotate transactions with "note" - match the annotation with a fast acl - use the acl in the cache_peer_access dire

Re: [squid-users] annotation and fast / slow acl

2017-06-20 Thread FUSTE Emmanuel
Le 20/06/2017 à 12:55, FUSTE Emmanuel a écrit : > Hello, > > I need to select a cache peer based on the user group. > As cache_peer_access need a fast acl to have predicable result, I tried to > - annotate transactions with "note" > - match the annotation with a fast acl > - use the acl in the cach

[squid-users] annotation and fast / slow acl

2017-06-20 Thread FUSTE Emmanuel
Hello, I need to select a cache peer based on the user group. As cache_peer_access need a fast acl to have predicable result, I tried to - annotate transactions with "note" - match the annotation with a fast acl - use the acl in the cache_peer_access directive But I still got warning about slow a