diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-11-11 15:54:52 -0500 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-11-11 15:54:52 -0500 |
commit | d1b22b252481134815b1d02d564b6b9622fe7b4b (patch) | |
tree | 2d88759a461226dd4f72928da0c815c83502c27f /doc/todo | |
parent | eef8b966b366a11b69248d16f4f283d0dfbe3023 (diff) | |
download | ikiwiki-d1b22b252481134815b1d02d564b6b9622fe7b4b.tar ikiwiki-d1b22b252481134815b1d02d564b6b9622fe7b4b.tar.gz |
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')
-rw-r--r-- | doc/todo/avoid_thrashing.mdwn | 2 |
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]] |