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

Re: [TSVN] TortoiseSVN is not closing server connections in a timely manner

From: SteveKing <stefankueng_at_gmail.com>
Date: 2004-12-03 07:26:52 CET

On Thu, 2 Dec 2004 17:08:45 -0800, Garrick Olson
<garrick.olson@aceva.com> wrote:

> >In that case, I suggest you report this to the subversion mailing
> >list. TSVN doesn't differ between protocolls - that's completely up to
> >the Subversion library. So they must do something different when using
> >the svn:// protocoll (not closing the connections).
>
> These symptoms do not seem (to me) to be consistent with a server
> problem.

I think you got me wrong here: I didn't say it was a _server_ problem
but a Subversion problem (Subversion != Server). TSVN uses the
Subversion API to do all repository connections. And if you look at
our code, you can see that before each call to a 'repo connectioin'
function we create a separate subpool which we destroy shortly
afterwards. And by destroying the subpool, the network connections
_should_ close too. If they don't, then my guess is that Subversion
somehow stores the connections in the global pool???

Stefan

-- 
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Fri Dec 3 07:28:48 2004

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.