Using 3.1.4, when I call squid -k rotate to rotate the logs, it restarts all the authentication and acl helpers. Why is this? I have an ACL helper running for every request (very quick), and the reload of logs is causing it to be down for ~10 seconds. I would like to be able to parse logs every 30 seconds for near-real-time reporting. 2010/06/09 20:39:19| storeDirWriteCleanLogs: Starting... 2010/06/09 20:39:19| Finished. Wrote 275 entries. 2010/06/09 20:39:19| Took 0.00 seconds (1646706.59 entries/sec). 2010/06/09 20:39:19| logfileRotate: /mnt/sda2/squidlogs/store.log 2010/06/09 20:39:19| logfileRotate: /mnt/sda2/squidlogs/accesslog/access.log 2010/06/09 20:39:19| helperOpenServers: Starting 20/20 'java' processes <- Authentication helpers AuthenticationModuleStarted AuthenticationModuleStarted AuthenticationModuleStarted AuthenticationModuleStarted AuthenticationModuleStarted 2010/06/09 20:39:22| helperOpenServers: Starting 1/1 'java' processes <- External ACL helper . . . .