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