Re: svn+ssh long-lived daemon
From: Philip Martin <philip.martin_at_wandisco.com>
Date: Fri, 20 Nov 2015 17:53:12 +0000
Mark Phippard <markphip_at_gmail.com> writes:
> I should have added that the part that I would question here is the value
Apache prefork typically has low performance because the maximum number
I can use my local mirror of Subversion to demonstrate the effect of the
Running 'svnbench null-log' on trunk takes:
svn+ssh: 4.3s
Cold cache is the first run after starting the daemon, hot is subsequent
Using strace I see the systems calls to read the revision files are
First run cold:
% time seconds usecs/call calls errors syscall
Subsequent runs hot:
% time seconds usecs/call calls errors syscall
Running 'svnbench null-blame' on configure.ac takes:
svn+ssh: 0.37s
and strace shows reduced system calls, cold:
% time seconds usecs/call calls errors syscall
hot:
% time seconds usecs/call calls errors syscall
These examples show a reduction in the CPU on the server by a factor of
-- Philip Martin WANdiscoReceived on 2015-11-20 18:53:26 CET |
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.