next up previous contents index
Next: 40.4.1 PagePool/Math Up: 40. Web cache as Previous: 40.3 Representing web pages   Contents   Index


40.4 Page pools

PagePool and its derived classes are used by servers to generate page information (name, size, modification time, lifetime, etc.), by caches to describe which pages are in storage, and by clients to generate a request stream. Figure 40.3 provides an overview of the class hierarchy here.

Figure 40.3: Class hierarchy of page pools
\includegraphics{pagepool-hier}

Among these, class PagePool/Client is mostly used by caches to store pages and other cache-related information; other three classes are used by servers and clients. In the following we describe these classes one by one.



Subsections

2008-12-02