35.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 35.3 provides an overview of the class hierarchy here.

Figure 35.3: Class hierarchy of page pools
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

Paul Kroon 2008-03-16