Re: Subversion trunk (r1078338) HTTP(/WC?) performance problems?
From: Philip Martin <philip.martin_at_wandisco.com>
Date: Wed, 09 Mar 2011 15:53:08 +0000
Philip Martin <philip.martin_at_wandisco.com> writes:
> So both serf-0.3 and serf-0.7 are slower than neon.
I've been doing a little investigation. Start with a directory
rm -rf zz;mkdir zz;for i in `seq 0 99`;do printf "abc" > zz/f$i;done
Import that directory using serf and neon and the times are broadly
rm -rf zz;mkdir zz;for i in `seq 0 99`;do printf "\x01\x02\x03" > zz/f$i;done
The import over neon is a bit slower, an extra quarter second, because
Using "strace -rT" I can see that nearly all the extra time used by serf
writev("PUT")
and that last epoll_wait is orders of magnitude slower than all the
I don't know why that system call takes so long, but that's where the
-- PhilipReceived on 2011-03-09 16:53:48 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.