On Fri, Jun 8, 2012 at 9:41 PM, Mark Phippard <markphip_at_gmail.com> wrote:
> On Fri, Jun 8, 2012 at 12:01 PM, <cmpilato_at_apache.org> wrote:
>> Author: cmpilato
>> Date: Fri Jun 8 16:01:00 2012
>> New Revision: 1348131
>>
>> URL: http://svn.apache.org/viewvc?rev=1348131&view=rev
>> Log:
>> Finish issue #4179 by eliminating no-op HEAD requests from ra_serf's
>> checkout/update logic.
>
> Nice! This makes your other change of eliminating GET requests really
> fly, at least in an idealized scenario.
>
> $ time svn up --set-depth=infinity trunk/
> Updating 'trunk':
> Updated to revision 1348164.
>
> real 1m26.184s
> user 0m8.559s
> sys 0m5.746s
>
> $ time svn up --set-depth=infinity ev2-export/
> Updating 'ev2-export':
> ...
> Updated to revision 1348164.
>
> real 0m30.378s
> user 0m5.473s
> sys 0m3.866s
>
>
Wow, but performance will be much more interesting if we inline
properties to REPORT response. Mike, could you please share your
incomplete patch for including properties to REPORT response?
--
Ivan Zhakov
Received on 2012-06-08 21:16:32 CEST