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

Re: caching proxies and SVN network perf

From: Jim Blandy <jimb_at_savonarola.red-bean.com>
Date: 2000-10-24 17:33:09 CEST

If there were some way to encode in the URL the request for the delta
from version N to M, then caching the reply in the dumbest way might
actually work. For updates, everyone is always asking for the changes
between the last few versions. So the proxy would see

        http://server/project?delta=17--20

requested several times, possibly. Of course, it couldn't tell that
that was related at all to

        http://server/project?delta=17--18
and http://server/project?delta=18--20
Received on Sat Oct 21 14:36:12 2006

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.