Re: branching over mod_dav 2.4.6 is O(tree)

2015-04-01 Thread Philip Martin
Daniel Shahaf writes: > So, what will a mod_dav fix look like? I understand the issue is that > it walks the copy source for locks. Should it stop doing that? Yes, I believe so. mod_dav should avoid the walk when the callback result for every path in the walk is known in advance. I spoke to

branching over mod_dav 2.4.6 is O(tree) (was: Re: Branching slow 1.8.11 https)

2015-04-01 Thread Daniel Shahaf
[ moving to dev@, please remove users@ from replies ] Johan Corveleyn wrote on Sun, Mar 29, 2015 at 19:57:34 +0200: > On Sat, Mar 28, 2015 at 5:09 PM, Bert Huijben wrote: > > Httpd's mod_dav was updated in some recent version to do a full lock > > traversal on copies and moves. I think we already