10 Feb
2014
10 Feb
'14
5:29 a.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11078 --- Comment #53 from M. Tompsett <mtompset@hotmail.com> --- (In reply to Robin Sheat from comment #52)
For our purposes, we want a semaphore of size 1, which is what a file lock implements.
Not if you wanted to be able to have a full-index waiting for partial-reindex to finish (or vice versa). There is some fanciness that could be done, if it was desired. Then you could decide to block or die depending on a set of rules. I know. I know. Just dreaming crazy wild. A lock is sufficient. :) -- You are receiving this mail because: You are watching all bug changes.