summaryrefslogtreecommitdiff
path: root/doc/todo/aggregate_locking.mdwn
AgeCommit message (Collapse)Author
2008-05-30fix linksJoey Hess
2008-02-03implement aggregate_locking designJoey Hess
Now aggregation will not lock the wiki. Any changes made during aggregaton are merged in with the changed state accumulated while aggregating. A separate lock file prevents multiple concurrent aggregators. Garbage collection of orphaned guids is much improved. loadstate() is only called once per process, so tricky support for reloading wiki state is not needed. (Tested fairly thuroughly.)
2008-02-03late night thoughts on fixing aggregation lockingJoey Hess
(still seem to make sense this morning)