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

Re: performance: http[s] vs svn+ssh

From: Erik Huelsmann <ehuels_at_gmail.com>
Date: 2006-12-15 17:14:35 CET

> > Did you enable compression in the clients' configuration files? (~/.subversion/)
> >
> > If you did all that, you'll still see a (big) difference between the
> > http: and the svn: protocols: http is stateless and therefore needs
> > more and bigger requests than the statefull svn protocol.
> >
>
> I use authz, so "SVNPathAuthz Off" is not an option.
> I never noticed the compression option. If I set it in the client
> config, do I need the deflate filter in the httpd config? Also,
> looking at mod_deflate docs, it looks like the directive is
> "SetOutputFilter DEFLATE"

Sorry about that. I answered from memory. Yes, you'll need the
compression setting on both the client and the server. SVNPathAuthz
costs a *lot* of extra processing time, so, that's where you're
loosing the performance which you could have won back.

> I'll try this out.

Let us know what you find.

bye,

Erik.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Dec 15 17:18:25 2006

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.