Posted by crea on June 6, 2011 at 1:38pm
2 followers
| Project: | Mongodb |
| Version: | 6.x-1.x-dev |
| Component: | Locking |
| Category: | task |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Issue Summary
Need support for locking framework
| Project: | Mongodb |
| Version: | 6.x-1.x-dev |
| Component: | Locking |
| Category: | task |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Need support for locking framework
Comments
#1
#2
First version for D6.
#3
We could also use MongoId($name) as an _id
#4
Need progressing lock_wait() like in the Memcache module
#5
#6
#7
Updated patch. Added variable collection names. Borrowed progressive lock_wait() implementation from Memcache project and also included configurable sleep intervals.
#8
Looks like using safe updates was not good idea because MongoDB syncs that to disk...But can we use it without safe option at all ? We need to be sure about the lock.
#9
I wasn't paying attention. There's a separate fsync option
#10