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

Re: Random behavior

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Mon, 20 Apr 2009 18:31:40 +0200

void pointer wrote:
> On Mon, Apr 20, 2009 at 11:10 AM, Stefan Küng <tortoisesvn_at_gmail.com
> <mailto:tortoisesvn_at_gmail.com>> wrote:
>
>
> SVN 1.6 often uses *two* connections to a repository instead of just one
> as done in 1.5.x and earlier. Maybe that's a problem in your network?
>
> Connection errors are thrown by the OS, SVN (and TSVN) only show those
> to the user, but the error is really a connection error and therefore
> outside svn's realm.
>
>
> Could you explain a bit more about the 2 connections? Perhaps there is a
> whitepaper I can read? Is there anything about the standard Apache/SVN
> setup that needs to change to compensate for the change in number of
> connections?

Not really. Unless you've configured apache to only allow limited
connections, this should not be a problem. But since even web browsers
are allowed to open up to four connections to the same server/ip I doubt
that you've configured Apache more restrictive.

Or is your server already at its limits (memory wise)? In that case,
Apache will refuse new connections until enough RAM is available again.

Another possibility is some other app (I think you know which ones I
mean) is interferring, thinking that more than one connection is bad
behavior and therefore blocking the second one.

Stefan

-- 
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=1827173
To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_tortoisesvn.tigris.org].

Received on 2009-04-20 18:31:53 CEST

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.