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

Re: redirection

From: <wheelerj_at_lexmark.com>
Date: 2003-10-03 16:31:41 CEST

>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.

>-- Unix IS user friendly... It's just selective about who its friends are.
>With respect,
>Alex Besogonov

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?

Forgive me if this seems like a stupid question but I am having to learn as
I attempt to implement.

Thanks,

Jim

---------------------------------------------------------------------
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:17:56 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.