Re: possible concurrent actions table

2005-03-02 Thread Otis Gospodnetic
I think the table is still up to date, but the most comprehensive explanation of concurrency rules that I know of is in Chapter 2 of Lucene in Action: http://www.lucenebook.com/search?query=concurrency+rules As you can see from the 1st hit snippet, it really all boils down to eliminating concurr

Re: possible concurrent actions table

2005-03-02 Thread Volodymyr Bychkoviak
Friso van Vollenhoven wrote: Hi, I found this table at jGruru: http://www.jguru.com/forums/view.jsp?EID=910778 Since the table seems to be about 2.5 years old, I was wondering if it is still correct. It says that I can concurrently delete and read a document. So if there are two threads using one

possible concurrent actions table

2005-03-02 Thread Friso van Vollenhoven
Hi, I found this table at jGruru: http://www.jguru.com/forums/view.jsp?EID=910778 Since the table seems to be about 2.5 years old, I was wondering if it is still correct. It says that I can concurrently delete and read a document. So if there are two threads using one IndexReader instance, they