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

Re: Subversion trunk (r1078338) HTTP(/WC?) performance problems?

From: Hyrum K Wright <hyrum_at_hyrumwright.org>
Date: Thu, 10 Mar 2011 11:22:29 -0600

On Thu, Mar 10, 2011 at 11:18 AM, John Beranek <john_at_redux.org.uk> wrote:
> On 10/03/11 16:42, Justin Erenkrantz wrote:
>> On Thu, Mar 10, 2011 at 8:22 AM, John Beranek <john_at_redux.org.uk> wrote:
>>> 1.6.16 from localhost trunk server (10 iterations)
>>> ra_neon: 1.43
>>> ra_serf: 2.91
>>>
>>> trunk from localhost trunk server (10 iterations)
>>> ra_neon: 1.48
>>> ra_serf: 2.95
>>>
>>> So, neon and serf retain their speeds relative to each other...
>>
>> Heh, while we've got you testing stuff...what happens if the server is
>> on a different physical machine?  Are your results in line with
>> Philip's which says that ra_serf and ra_neon are within margin of
>> error
>
> 1.6.16 over LAN to trunk server
> ra_neon: 1.61
> ra_serf: 2.62
>
> trunk over LAN to trunk server
> ra_neon: 1.46
> ra_serf: 2.69
>
> trunk over WAN (France->UK) to trunk server
> ra_neon: 1.98
> ra_serf: 3.41
>
> [Note: At some point I updated Subversion to trunk and started getting
> linkage errors[1] in ra_serf...I rolled back to 1080029.]
>
> John.
>
> [1]
> r1080281 gives me:
> [[[
> /export/home/beranej1/builds/subversion-trunk/subversion/libsvn_ra_serf/.libs/libsvn_ra_serf-1.so:
> undefined reference to `svn_ra_serf__blncache_get_baseline_info'
> /export/home/beranej1/builds/subversion-trunk/subversion/libsvn_ra_serf/.libs/libsvn_ra_serf-1.so:
> undefined reference to `svn_ra_serf__blncache_create'
> /export/home/beranej1/builds/subversion-trunk/subversion/libsvn_ra_serf/.libs/libsvn_ra_serf-1.so:
> undefined reference to `svn_ra_serf__blncache_get_bc_url'
> /export/home/beranej1/builds/subversion-trunk/subversion/libsvn_ra_serf/.libs/libsvn_ra_serf-1.so:
> undefined reference to `svn_ra_serf__blncache_set'
> ]]]

A newly added file isn't getting compiled. You'll need to rerun ./gen-make.py.

-Hyrum
Received on 2011-03-10 18:22:56 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.