Bug #529. On Unix, combine pthreed locks with file locking because file
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 27 Jun 2006 11:56:28 +0000 (11:56 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 27 Jun 2006 11:56:28 +0000 (11:56 +0000)
commitbd3a317131488141726cedfba9f86b9e479c5385
tree254db7738d82c108cc0ba0a8a9fea7d53c285532
parente92856ea4fecc1a5ea6875ad47797d462fd5fcae
Bug #529. On Unix, combine pthreed locks with file locking because file
locking is per-process only. On Windows use file locking, because that
seems to be work per-thread.
include/idzebra/flock.h
index/zebraapi.c
util/flock.c
util/tstflock.c