[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Performances : WebDAV / svnserve

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-11-17 05:09:12 CET

On Nov 16, 2004, at 3:52 PM, Loïc Joly wrote:
>
> I would like to know wether this kind of timing result is the
> classical result, or if something strange is happening ?

This is the classical result, known and expected.

HTTP is a stateless protocol, which is not exactly the best choice for
doing complex versioned operations. It does many, many more network
turnarounds than the stateless protocol spoken by svnserve.

(We've tried to reduce the number of HTTP turnarounds, but the more we
do that, the less WebDAV compliant we become!)

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Nov 17 05:09:49 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.