Montezuma currently has no support for multithreaded or multiprocess
access to the index. I think multiple readers should be OK, though.
John
My rough guess is that you should lock both reads and writes;
a read may flush pending writes if I got that correctly from the
code.