Re: generating hash from packet content

2014-08-27 Thread Susan Hinrichs
On 8/27/2014 3:22 PM, Leif Hedstrom wrote: On Aug 27, 2014, at 1:51 PM, Nick Kew wrote: On Wed, 27 Aug 2014 16:17:17 + Rasim Saltuk Alakuş wrote: Hi All, ATS uses URL hash for cache storage. And CacheUrl plugin adds some more flexibility in URL hashing strategy. We think of creating

Re: generating hash from packet content

2014-08-27 Thread Bill Zeng
Just as a side question, do we have statistics on the extent of duplication we have on ATS cache? Say, how many URL's point to the same object on average? It seems like a trade-off between duplication and computation (space and time). On Wed, Aug 27, 2014 at 1:22 PM, Leif Hedstrom wrote: > On

[GitHub] trafficserver pull request: Update docs about keep_alive no activi...

2014-08-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/trafficserver/pull/105 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] trafficserver pull request: Update docs about keep_alive no activi...

2014-08-27 Thread zwoop
Github user zwoop commented on the pull request: https://github.com/apache/trafficserver/pull/105#issuecomment-53635691 I committed this. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this

Re: generating hash from packet content

2014-08-27 Thread Leif Hedstrom
On Aug 27, 2014, at 1:51 PM, Nick Kew wrote: > On Wed, 27 Aug 2014 16:17:17 + > Rasim Saltuk Alakuş wrote: > >> >> Hi All, >> >> ATS uses URL hash for cache storage. And CacheUrl plugin adds some more >> flexibility in URL hashing strategy. >> >> We think of creating hash based on packe

Re: generating hash from packet content

2014-08-27 Thread Nick Kew
On Wed, 27 Aug 2014 16:17:17 + Rasim Saltuk Alakuş wrote: > > Hi All, > > ATS uses URL hash for cache storage. And CacheUrl plugin adds some more > flexibility in URL hashing strategy. > > We think of creating hash based on packet content and use it as the hash > while storing and retrie

Re: TLS Session Ticket Key Format

2014-08-27 Thread Bill Zeng
Thanks for the feedback. The implementation is not as complex as it sounds. It's only a few lines of code and requires adding one configuration option to SSL config, which is the number of keys in rotation. Even that can be obviated. On Tue, Aug 26, 2014 at 3:53 PM, James Peach wrote: > On Aug

Re: generating hash from packet content

2014-08-27 Thread Susan Hinrichs
I've been thinking about it recently. But it hasn't come to the top of my priority queue yet. Some of the content providers are making the mapping of fixed asset ID to URL more and more obscure, so ultimately a hash-based solution becomes necessary. You pay some on startup costs (having to f

[GitHub] trafficserver pull request: Update docs about keep_alive no activi...

2014-08-27 Thread jacksontj
GitHub user jacksontj opened a pull request: https://github.com/apache/trafficserver/pull/105 Update docs about keep_alive no activity timeouts You can merge this pull request into a Git repository by running: $ git pull https://github.com/jacksontj/trafficserver docs Alterna

Re: generating hash from packet content

2014-08-27 Thread Leif Hedstrom
On Aug 27, 2014, at 9:42 AM, Rasim Saltuk Alakuş wrote: > Hi All, > > ATS uses URL hash for cache storage. And CacheUrl plugin adds some more > flexibility in URL hashing strategy. > > We think of creating hash based on packet content and use it as the hash > while storing and retrieving fro

generating hash from packet content

2014-08-27 Thread Rasim Saltuk Alakuş
Hi All, ATS uses URL hash for cache storage. And CacheUrl plugin adds some more flexibility in URL hashing strategy. We think of creating hash based on packet content and use it as the hash while storing and retrieving from cache This looks a better solution, so that URI changes won't hurt ca

generating hash from packet content

2014-08-27 Thread Rasim Saltuk Alakuş
Hi All, ATS uses URL hash for cache storage. And CacheUrl plugin adds some more flexibility in URL hashing strategy. We think of creating hash based on packet content and use it as the hash while storing and retrieving from cache This looks a better solution, so that URI changes won't hurt cac

Re: [VOTE] Release Apache Traffic Server 4.2.2 (RC0)

2014-08-27 Thread Bryan Call
+1 - Tested on Fedora 20 -Bryan On Aug 20, 2014, at 3:39 PM, Phil Sorber wrote: > On Sun, Aug 10, 2014 at 2:41 PM, Phil Sorber wrote: > Hello All, > > I've prepared a release for v4.2.2 (RC0) which is the latest stable release > in the 4.2.x series. This is the third release in our Long T