On Wed, May 2, 2012 at 6:25 PM, Johan Corveleyn <jcor...@gmail.com> wrote:
[...]

> [2] On a Solaris build machine @work (Solaris 10 on x86 on ESX, with
> 1.6.17 client, 1.5.4 server (sorry, old stuff)), most interactions
> with the svn server are a lot faster when using serf than with neon.
> Things like ls, cat, log, mergeinfo, ... are all a lot faster (like
> 150ms vs. 900ms).
That's true: ra_serf is significantly faster when working with pre-1.7
servers because it have DAV baseline cache (see r1080245 and
subversion/libsvn_ra_serf/blncache.c). It dramatically reduce number
of PROPFIND requests when working with pre-1.7 servers. But it's not
used when server is HTTPv2 capable. That's why I didn't ported this
cache to ra_neon, while it's should be easily possible.


-- 
Ivan Zhakov

Reply via email to