[squid-users] external_acl_type helper and it's cache

2011-05-25 Thread Rafal Zawierta
Hello, Could anybody explain me how does work caching in external helper mechanism? I use suiqd3 (3.1.6) on debian. I've wrote simple helper - it make sql query to sqlide db - something like that: helper.sh: #!/bin/sh while read a; do x=`sqlite /etc/squid3/db.sql select * from user where

Re: [squid-users] external_acl_type helper and it's cache

2011-05-25 Thread Amos Jeffries
On 25/05/11 22:32, Rafal Zawierta wrote: Hello, Could anybody explain me how does work caching in external helper mechanism? I use suiqd3 (3.1.6) on debian. I've wrote simple helper - it make sql query to sqlide db - something like that: helper.sh: #!/bin/sh while read a; do x=`sqlite