IBM 000-8697 Manual de usuario Pagina 151

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 702
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 150
System Architecture 2-57
OnLine LRU Queues
OnLine LRU Queues
Each regular buffer is tracked through several linked lists of pointers to the
bufferheadertable.These linked listsarethe least-recentlyused (LRU) queues.
When OnLine is initialized, the configuration parameter LRUS specifies the
number of LRU queues or lists to create. The minimum number of LRU
queues is three. The maximum number of LRU queues is the smaller of two
values: (USERS divided by 2) or 8. The default number of queues created is
equaltothenumberofUSERSdividedby2androundedup,uptothevalue 8.
(Referto page 5-19for furtherinformationabout setting thevalueof LRUS to
improve performance.)
Each LRU queue is actually a pair of linked lists:
One list tracks free or unmodified pages in the queue.
One list tracks modified pages in the queue.
The free/unmodified page list is referred to as the FLRU queue of the queue
pair, and the modified page list is referred to as the MLRU queue. The two
separate lists eliminate the need to search a queue for a free or unmodified
page. Figure 2-7 illustrates the structure of the LRU queues.
Figure 2-7
The structure of the
LRU queues
LRU queues
Least-recently used------------------------------- Most-recently used
FLRU 1
MLRU 1
Pointerto amodifiedpagein the
buffer header table
Pointer to an empty page in the
buffer header table
Pointertoanunmodifiedpagein
the buffer header table
Vista de pagina 150
1 2 ... 146 147 148 149 150 151 152 153 154 155 156 ... 701 702

Comentarios a estos manuales

Sin comentarios