RE: [distcc] Local vs. NFS lock files.

2005-04-05 Thread Victor Norman
--- Martin Pool [EMAIL PROTECTED] wrote: On Mon, 2005-04-04 at 22:25 -0500, [EMAIL PROTECTED] wrote: them locked. With file creation, instead of file locking, we can look at the date the file was created, and choose to ignore its existence if it is too old. These seems like an

RE: [distcc] Local vs. NFS lock files.

2005-04-05 Thread Donohue, Michael
vs. NFS lock files. them locked. With file creation, instead of file locking, we can look at the date the file was created, and choose to ignore its existence if it is too old. These seems like an awefully kludged hack. All that is needed is a semaphore that is always correct. __ distcc

Re: [distcc] Local vs. NFS lock files.

2005-04-04 Thread Martin Pool
On Wed, 2005-03-30 at 12:49 -0700, Donohue, Michael wrote: This is enough to convince me that NFS locking isn't hurting us at PayPal, anyway. What exactly are the issues that arise elsewhere? The main problem is that many people have NFS half-working, so that file IO works but locks don't

RE: [distcc] Local vs. NFS lock files.

2005-04-04 Thread Donohue, Michael
- From: Martin Pool [mailto:[EMAIL PROTECTED] Sent: Monday, April 04, 2005 6:18 AM To: Donohue, Michael Cc: Daniel Kegel; distcc@lists.samba.org Subject: Re: [distcc] Local vs. NFS lock files. On Wed, 2005-03-30 at 12:49 -0700, Donohue, Michael wrote: This is enough to convince me that NFS

RE: [distcc] Local vs. NFS lock files.

2005-04-04 Thread logic
: Martin Pool [mailto:[EMAIL PROTECTED] Sent: Monday, April 04, 2005 6:18 AM To: Donohue, Michael Cc: Daniel Kegel; distcc@lists.samba.org Subject: Re: [distcc] Local vs. NFS lock files. On Wed, 2005-03-30 at 12:49 -0700, Donohue, Michael wrote: This is enough to convince me that NFS locking

RE: [distcc] Local vs. NFS lock files.

2005-04-04 Thread Martin Pool
On Mon, 2005-04-04 at 22:25 -0500, [EMAIL PROTECTED] wrote: them locked. With file creation, instead of file locking, we can look at the date the file was created, and choose to ignore its existence if it is too old. These seems like an awefully kludged hack. All that is needed is a

Re: [distcc] Local vs. NFS lock files.

2005-03-30 Thread Victor Norman
--- Donohue, Michael [EMAIL PROTECTED] wrote: [... snip ...] This is enough to convince me that NFS locking isn't hurting us at PayPal, anyway. What exactly are the issues that arise elsewhere? Doing file locking over NFS simply didn't work for us here at Marconi -- with our older Solaris