Disable dns lookups on ATS

2011-12-07 Thread Kevin Giles
Hi, There was an issue raised in the user mail thread about disabling dns. I have also been looking at this. I am using TS 3.0.1 on fedora 14 and ubuntu 10.04. When this flag is set the DNS lookup event before the HTTP_OS_DNS_HOOK does not appear to be called. However there is a DNS lookup

Re: storage config min value

2011-06-28 Thread Kevin Giles
I was trying to get a better understanding of the caching algorithm and what items it would evict when the cache was full and how long it would take to fill the cache. Hence the small cache size, faster to fill. I wasn't going to report the issue, but a segmentation fault is probably somethin

storage config min value

2011-06-28 Thread Kevin Giles
Hi, I turned enabled the debugging for the cache, I noticed that the cache size is always 65M less than the value I specified in the storage.config and also if I set it to a value less than 65, 64 for example traffic_server throws a segmentation fault on startup. Is this a bug? Does anyone k

a simple plugin that writes to the cache

2011-05-04 Thread Kevin Giles
Hi, I have written a plug to write an entry to the cache on the HTTP_SEND_RESPONSE_HDR_HOOK. It appears to work fine, the plugin is receiving the correct events, but when I inspect the cache using the cache regex lookup my entry does not appear? It is just a simple test to write an entry t