At present a single LRU chain is used to determine which pages to evict. Every
fix request must
modify the LRU chain by locking it, and every time a page is evicted, the LRU
chain must be locked
exclusively.
Concurrency can impoved by implementing multiple LRU chains.
Original issue reported on code.google.com by d.majum...@gmail.com on 3 Nov 2007 at 11:20
Original issue reported on code.google.com by
d.majum...@gmail.com
on 3 Nov 2007 at 11:20