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

RE: scripting svn: connection limit problems

From: Miller, Eric <Eric.Miller_at_amd.com>
Date: 2007-10-16 18:44:06 CEST

> -----Original Message-----
> From: myleastofme@gmail.com [mailto:myleastofme@gmail.com] On Behalf
Of
> jason
> Sent: Tuesday, October 16, 2007 10:42 AM
> To: users@subversion.tigris.org
> Subject: scripting svn: connection limit problems
>
> hi all.
>
> i'm having troubles attempting to script svn using the win32
command-line
> client. it seems that every operation i perform opens a connection to
our
> subversion server and then leaves that connection open in a TIME_WAIT
> status for a good long time. so what happens is that at some point in
my
> script i start getting "could not connect to server" errors because
svn
> appears overloaded.
>
> we tried increasing apache's connection limits as all our svn traffic
goes
> through apache but this didn't seem to solve the problem.
>
> i also looked around for any svn connection limit configuration but i
> found nothing helpful.
>
> anyone have any helpful ideas?

I had this issue as well early on using the swig bindings. Turns out
that the connection (we were using svn+ssh) is persistent until the
memory pool it was created in is destroyed.

Dunno if that helps at all though.

Eric

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Oct 16 18:44:38 2007

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.