--
You received this message because you are subscribed to the Google
Groups "mongodb-user" group.
To post to this group, send email to mongod...@googlegroups.com
To unsubscribe from this group, send email to
mongodb-user...@googlegroups.com
See also the IRC channel -- freenode.net#mongodb
Over the last 2 production releases, we've been working to get it to yield when it has to do i/o so that it only holds the lock during in-memory updates. That's generally the case now with 2.2; also as Sam points out it is now db level.
-- Max