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

Re: [Subclipse-dev] Excessive use of TCP sockets

From: Mark Phippard <markphip_at_gmail.com>
Date: 2007-06-14 19:28:08 CEST

On 6/14/07, Thomas Hallgren <thomas@tada.se> wrote:
> Mark Phippard wrote:
> > If you are constructing them yourself, try just making one. That is
> > the change I am playing with.
> >
> > Your best bet would be to write some kind of test code directly
> > against SVNClient and then ask the Subversion devs.
> >
> > Mark
> >
> OK, I'm cross-posting this to dev@subversion.tigris.org.
>
> I tried using one single instance of the client adapter and it doesn't
> help. It seems that all methods that I call opens up a socket that then
> lingers for four minutes. The number of sockets in TIME_WAIT quickly
> increase to >100.
>
> These are the methods that I call during resolution:
>
> getList(SVNUrl, SVNRevision, boolean)
> getContent(SVNUrl, SVNRevision)
> getDirEntry(SVNUrl, SVNRevision)

svnClientAdapter is a pretty thin wrapper around JavaHL, but it would
still be useful if you wrote some test code that used only the JavaHL
classes and created the same problem.

You are using SVN 1.4.3? What communication protocol to what version
of the server?

Eclipse.org is running svn+ssh, are you also testing this with other servers?

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jun 14 19:28:20 2007

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

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