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

Subversion scalability

From: Guillaume TAMISIER <gtamisier_at_aneo.fr>
Date: 2006-05-10 19:15:00 CEST

I currently design a Subversion architecture. The server will be accessed simultaneously by hundreds of clients (in automated scripts), so scalability is a great concern.

 

Our idea was to put the Subversion repository on a highly available file server (which already exists) and to set up several Apache servers, which will access the repository on the file server. So the clients will access the repository through one of the Apache server.

 

With such an infrastructure, we balance the load between several Apache servers (which require a lot of CPU power). We plan to use Windows NLB to automatically balance the load between the Apache servers.

 

What is your feeling about such an infrastructure?

What is your advice do deal with Subversion scalability problems?

 

Thanks.

G. Tamisier
Received on Wed May 10 19:34:14 2006

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.