John Beranek <j...@redux.org.uk> writes: > Hmm, your timings still don't match mine. I still see ra_serf being > (significantly) slower than ra_neon. With serf r1456 and SVN r1081484 > > Export over a LAN from a trunk server: > > trunk ra_neon: 1.42 > trunk ra_serf: 2.44
Neon uses a single REPORT request while serf uses multiple GET/PROPFIND requests. Your dataset less data in total but more, smaller, files. I guess serf's request overhead starts to dominate as the files get smaller. -- Philip