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

Re: Maximum number of concurrent users - SVN

From: Andy Levy <andy.levy_at_gmail.com>
Date: Mon, 4 Aug 2008 10:43:12 -0400

On Mon, Aug 4, 2008 at 10:02, Kesavan <kesavan_at_emmeskay.com> wrote:
> Hi
>
> We are having Subversion(SVN) repository running under Windows OS. We are
> accessing it using Apache Server.
> I want to know about Maximum number of concurrent users that SVN can permit
> under these environment.
> Is there any limit?
> Also this maximum user limit is restricted by SVN or Apache?
> Is there any thumb rule to calculate the memory requirement(RAM) for each
> connected user in the SVN Server?
> Kindly provide us the above information or any reference which will be very
> helpful to us.

Subversion does not maintain a persistent connection between client
and server. The client only communicates with the server on an
as-needed basis - diffs against the repository, checkouts/commits,
locking, etc. So unless you have a very, very large userbase which is
interacting with the repository frequently, you will not have a large
number of "concurrent" connections.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-08-04 16:43:38 CEST

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.