[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: Philip Martin <philip.martin_at_wandisco.com>
Date: Mon, 14 Mar 2011 20:24:10 +0000

Ivan Zhakov <ivan_at_visualsvn.com> writes:

> Authentication is one problem, because serf sends many pipelined
> requests and gets 403 authorization required reply, and only after
> that sends requests with authorization headers. This is place for
> optimization.

Auth will obviously contribute, but I can reproduce it without auth.
Serf makes uses multiple requests while neon uses a single report.
Obviously there is some overhead per-request, parsing headers, socket
IO, and as the files get smaller that overhead becomes more significant.

-- 
Philip
Received on 2011-03-14 21:24:46 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.