Re: [cp-patches] FYI: file locks

2005-07-20 Thread Mark Wielaard
Hi, On Mon, 2005-07-11 at 21:37 -0700, Casey Marshall wrote: On Jul 11, 2005, at 5:14 PM, Robert Schuster wrote: Hi, should that patch allow me to run Eclipse without - Dosgi.locking=none? It might. I don't know what Eclipse does internally, but if it uses FileChannel.lock and you

Re: [cp-patches] FYI: file locks

2005-07-11 Thread Robert Schuster
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, should that patch allow me to run Eclipse without -Dosgi.locking=none? cu Robert Casey Marshall wrote: Hi, I'm checking in this little patch that implements file locks in gnu.java.nio.channels.FileChannelImpl. This just uses straight C in

Re: [cp-patches] FYI: file locks

2005-07-11 Thread Casey Marshall
On Jul 11, 2005, at 5:14 PM, Robert Schuster wrote: Hi, should that patch allow me to run Eclipse without - Dosgi.locking=none? It might. I don't know what Eclipse does internally, but if it uses FileChannel.lock and you are running on a platform that supports the 'fcntl' function,