On 17/08/2012, at 12:07 PM, Bogdan Graur <bgr...@gmail.com> wrote: > Hello everybody, > > I'm new to this mailing list and I would like some guidance on what is the > best place to start for getting a general overview on the way caching is > done in the Apache Traffic Server. > > My final goal is to understand what is the current support for range > request caching in ATS as I could notice latest release notes mention > support for this.
AFAIK range requests are working reasonably well in the 3.2 release. The next step that we would like is to be able to serve range requests out of the cache while the object is being cached; but for many (most?) cases the current support should be fine. You ought to be able to determine whether the current support is sufficient for your needs by running a few tests. Please file bugs if you encounter any problems. > Any pointers on what documents to read first/which source code modules are > of most interest are much appreciated. There's a bunch of information about the cache in the documentation, <http://trafficserver.apache.org/docs/trunk/admin>. J