Re: "svn diff" performance
From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2002-07-24 14:42:36 CEST
Vladimir Prus <ghost@cs.msu.su> writes:
> I've looked at ethereal log for the case of localhost. Unless I've missed
Here's how a server-side diff works:
* the client sends a REPORT, claiming that it has revision X, and
* the server sends a response to the report: just a single xml tree
* for each file mentioned in the xml response, the client does two
This process works identically over ra_local or ra_dav. But it's not
In the ra_local case, all conversation is happening in memory: the
In the ra_dav case, we're talking about multiple network turnarounds.
In your comparison, you're testing file:/// vs. http://localhost. I
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.