Question about ra_svn+ssh on win32 performance bottleneck
From: Brandon Ehle <azverkan_at_yahoo.com>
Date: 2003-03-19 16:50:03 CET
I've been tracking down a windows performance issue with MoonFallen on IRC and I'm pretty sure I
Checking out my test repository reveals the following times:
Linux (connecting to localhost)
Win32 (talking to the linux host from above)
As you can see, there a huge disrepancy between the daemon and ssh modes when talking over ra_svn.
For ra_svn+ssh+3des, I've done some investigation and VTune has attibuted 151s of the 161s to the
ReadFile
Here's a view of the graphical profile from VTune on windows of the above data:
When I profiled ra_svn+daemon, there is almost no time spent in ReadFile (<.2s).
Looking at the source for ra_svn_open:
I see that if a tunnel agent is being used, data gets transfered via ReadFile and NamedPipes
Does anyone have any idea why the named pipe is going so slow as it CVS over ssh doesn't seem to
__________________________________________________
---------------------------------------------------------------------
|
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.