Hi Dave, I am using ferret at my site http://gifthat.com and I just had a few exceptions pop up. I don't have a way to reproduce them, but my site just was listed on lifehacker.com and these issues have popped up under multiple concurrent users (only twice though which I think isn't too bad). I am using two lighttpd instances both with read/write access to the index:
1) Error occured at <fs_store.c>:318 Error: exception 2 not handled: Couldn't open the file to read This happened while adding a document to the index like so: gift_index << self.to_doc 2) Error occured at <index_rw.c>:2642 Error: exception 6 not handled: Could not obtain commit lock when trying to write index This happened while doing a search_each like so: gift_index.search_each The weird thing is that I would think the search each doesn't need to write to the index. Both of these issues appear to have happened at the same time, so they may be related to each other. Thanks for your excellent work on Ferret! Please let me know if you need any more info from me. Tom Davies http://atomgiant.com http://gifthat.com _______________________________________________ Ferret-talk mailing list [email protected] http://rubyforge.org/mailman/listinfo/ferret-talk

