summaryrefslogtreecommitdiff
path: root/doc/todo/avoid_thrashing.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-11-11 15:54:52 -0500
committerJoey Hess <joey@kodama.kitenet.net>2008-11-11 15:54:52 -0500
commitd1b22b252481134815b1d02d564b6b9622fe7b4b (patch)
tree2d88759a461226dd4f72928da0c815c83502c27f /doc/todo/avoid_thrashing.mdwn
parenteef8b966b366a11b69248d16f4f283d0dfbe3023 (diff)
lockwiki changes
* Stop busy-waiting in lockwiki, as this could delay ikiwiki from waking up for up to one second. The bailout code is no longer needed. * Remove support for unused optional wait parameter from lockwiki.
Diffstat (limited to 'doc/todo/avoid_thrashing.mdwn')
-rw-r--r--doc/todo/avoid_thrashing.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/todo/avoid_thrashing.mdwn b/doc/todo/avoid_thrashing.mdwn
index 6c895e7c9..45b11d872 100644
--- a/doc/todo/avoid_thrashing.mdwn
+++ b/doc/todo/avoid_thrashing.mdwn
@@ -18,3 +18,5 @@ with no ill effects. Crank `MaxClients` up to 256? No problem..
And there's no real reason to allow more than one ikiwiki cgi to run at a
time. Since almost all uses of the CGI lock the index, only one can really
be doing anything at a time. --[[Joey]]
+
+[[done]]