This document discusses concurrency changes in MongoDB version 2.2. It notes that version 2.2 will eliminate the global reader/writer lock and instead implement database-level locks for increased granularity. It also describes a new PageFaultException architecture that is designed to improve concurrency within a single collection by yielding locks when a page fault occurs. More granular locking at the collection and potentially document level is envisioned for the future.