Re: File locking using java.nio.channels.FileLock

2004-12-16 Thread Erik Hatcher
On Dec 16, 2004, at 1:14 AM, John Wang wrote:
  When is Lucene planning on moving toward java 1.4+?
I'd support Lucene 2.0 using JDK 1.4 features.  I suspect we'll get a 
number of folks that disagree with that though.

Erik
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


File locking using java.nio.channels.FileLock

2004-12-15 Thread John Wang
Hi:

  When is Lucene planning on moving toward java 1.4+?

   I see there are some problems caused from the current lock file
implementation, e.g. Bug# 32171. The problems would be easily fixed by
using the java.nio.channels.FileLock object.

Thanks

-John

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]