Re: Lock Issue

2005-08-06 Thread Chris Hostetter
: index is locked when IndexReader is opening index. After that (when : index structure is read) lock is released. which means it sounds like your 30 threads are each trying to open seperate searchers, which should be unneccessary. Try opening one (Singleton) searcher and having all of your threa

Re: Lock Issue

2005-08-05 Thread Volodymyr Bychkoviak
index is locked when IndexReader is opening index. After that (when index structure is read) lock is released. Aigner, Thomas wrote: Howdy all, I am running some tests against our search. I have created a script that will run 30 simultaneous executions of 25 searches each. The 25 sea