On Tue, May 8, 2012 at 3:23 PM, C. Michael Pilato <cmpilato_at_collab.net> wrote:
> On 05/08/2012 02:51 PM, Greg Stein wrote:
>> On Tue, May 8, 2012 at 2:45 PM, C. Michael Pilato <cmpilato_at_collab.net> wrote:
>>> As I said before, I suspect your numbers would be much lower if I wasn't
>>> sending HEAD requests for each file. Unfortunately, ra_serf is depending on
>>> the ordering of the pipelined requests (PROPFIND results for a given path
>>> must be processed before the contents of the file are fetched), and I don't
>>> know how to make that happen without ripping apart the pipelining machinery
>>> and doing something custom there.
>>
>> I can get that fixed (at some point). A little hand-wavey magic in the
>> callbacks, and we'll be good to go.
>>
>> Would you mind opening an issue (assigned or cc'd to me) to track
>> that? It certainly isn't a blocker, but would be a very nice
>> enhancement.
>
> Does http://subversion.tigris.org/issues/show_bug.cgi?id=4179 carry the
> requisite information?
It does. Thanks!
I've added a few brief thoughts to the issue.
One question: the ordering of PROPFIND and GET. Do you know if that is
a requirement, or simply that you were preserving prior behavior?
Cheers,
-g
Received on 2012-05-08 21:35:51 CEST