Re: Building Apache Traffic Server

2011-05-10 Thread Igor Galić
- Original Message - > > Hi, > > Building ATS earlier on a Ubuntu virtual machine went swimmingly. > However, now trying to get the package libexpat-dev for Ubunto 9.10 > inside windows box and it seems we're forced to install > libexpat1-dev: > > s@ubuntu:~/trafficserver-2.0.1$ sudo apt-

TS Cache details

2011-05-10 Thread Nelson Perez
Hi there, I would like to learn more details about the cache structure. Specially is it possible for an outside process to somehow have read access to it? for what I know it is supposed to be a huge hash table, so given the right permissions and an offset would it be possible to extract usable data

Re: TS Cache details

2011-05-10 Thread John Plevyak
I really need to generate some documentation on this. The structure of the cache is a cyclone buffer (circular buffer). Documents over 2MB are broken into fragments. The 'head' (which for HTTP includes a vector of headers for the alternate versions of documents (think encodings in your case) appe