Re: [Issue 4176] wcng slow on network disks

2012-06-25 Thread Philip Martin
Mark Phippard writes: > On Mon, Jun 25, 2012 at 12:16 PM, Philip Martin > wrote: > >> I would probably giving the user a mechanism to ask for exclusive locking >> if the application does not request it. Oops! I meant to write "I would avoid giving ..." We cannot know whether $APP would work w

Re: [Issue 4176] wcng slow on network disks

2012-06-25 Thread Mark Phippard
On Mon, Jun 25, 2012 at 12:16 PM, Philip Martin wrote: > Yes.  Locking would be disabled by default.  Applications would request > exclusive locking if they use the Subversion API in a manner that is > compatible with such locking.  The 1.8 command line client is > compatible, the 1.7 client need

RE: [Issue 4176] wcng slow on network disks

2012-06-25 Thread Bert Huijben
> -Original Message- > From: MARTIN PHILIP [mailto:codematt...@ntlworld.com] On Behalf Of > Philip Martin > Sent: maandag 25 juni 2012 18:17 > To: Mark Phippard > Cc: Bert Huijben; dev@subversion.apache.org > Subject: Re: [Issue 4176] wcng slow on network disks >

Re: [Issue 4176] wcng slow on network disks

2012-06-25 Thread Philip Martin
Mark Phippard writes: > On Mon, Jun 25, 2012 at 11:34 AM, Bert Huijben wrote: > >>> I think the solution is to default to non-exclusive locking and to allow >>> an application to ask for exclusive locking.  Then the command line >>> client can be patched to ask for exclusive locking.  And we pro

RE: [Issue 4176] wcng slow on network disks

2012-06-25 Thread Bert Huijben
> -Original Message- > From: Mark Phippard [mailto:markp...@gmail.com] > Sent: maandag 25 juni 2012 17:44 > To: Bert Huijben > Cc: Philip Martin; dev@subversion.apache.org > Subject: Re: [Issue 4176] wcng slow on network disks > > On Mon, Jun 25, 2012 at 11:34

Re: [Issue 4176] wcng slow on network disks

2012-06-25 Thread Mark Phippard
On Mon, Jun 25, 2012 at 11:34 AM, Bert Huijben wrote: >> markp...@tigris.org writes: >> >> > http://subversion.tigris.org/issues/show_bug.cgi?id=4176 >> >> > I think we need to find a way to include this patch.  I would suggest >> > a new runtime configuration option or an environment variable. >

RE: [Issue 4176] wcng slow on network disks

2012-06-25 Thread Bert Huijben
> -Original Message- > From: MARTIN PHILIP [mailto:codematt...@ntlworld.com] On Behalf Of > Philip Martin > Sent: maandag 25 juni 2012 17:24 > To: dev@subversion.apache.org > Subject: Re: [Issue 4176] wcng slow on network disks > > markp...@tigris

Re: [Issue 4176] wcng slow on network disks

2012-06-25 Thread Philip Martin
markp...@tigris.org writes: > http://subversion.tigris.org/issues/show_bug.cgi?id=4176 > I think we need to find a way to include this patch. I would suggest > a new runtime configuration option or an environment variable. > Something like "Allow concurrent client access". There are problems wi