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

Re: redirection

From: Michael Wood <mwood_at_its.uct.ac.za>
Date: 2003-10-03 17:31:49 CEST

On Fri, Oct 03, 2003 at 10:31:41AM -0400, wheelerj@lexmark.com wrote:
>
> >Alex Besogonov wrote....
> >You can use mod_proxy, so your server will act just like a proxy
> >between repository server and clients (you can even set up
> >caching :) ). The other way is to use Squid in httpd-acceleration
> >mode.
[snip]
>
> A reverse proxy seems to be working. The only question I would have
> is how much load is being placed on the proxy. For example, let's say
> I have 10 servers each hosting a repository and each repository has
> 10G of code. If 10 users simultaneously do svn checkout, do all the
> requests flow back through the single proxy server or do the
> individual repository servers send the data back directly to the
> originating clients?
[snip]

The traffic will all go back through the proxy, but the proxy will not
be reading/writing Berkeley DB files or calculating differences etc. It
would just be relaying packets back and forth, so it should handle 10
users just fine, I should think.

-- 
Michael Wood <mwood@its.uct.ac.za>
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Oct 3 17:32:49 2003

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.