Fwd: lucene inter-process locking question

2005-11-07 Thread jian chen
chen <[EMAIL PROTECTED]> Date: Nov 7, 2005 4:17 PM Subject: lucene inter-process locking question To: [email protected] Hi, Lucene Developers, Just got a question regarding the locking mechanism in Lucene. I see in IndexReader, first there is synchronized(directory) to synch up

lucene inter-process locking question

2005-11-07 Thread jian chen
Hi, Lucene Developers, Just got a question regarding the locking mechanism in Lucene. I see in IndexReader, first there is synchronized(directory) to synch up multi-threads, then, inside, there is the statement for grabbing the commit.lock. So, my question is, could the multi-thread synch be also