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

Re: mod_dav_svn performance

From: <david.x.grierson_at_jpmorgan.com>
Date: Mon, 25 Feb 2008 16:58:08 +0000

Big win which I found was that our Apache server had a default of
"KeepAlive off".

Changing this to KeepAlive on improved performance considerably.

http://httpd.apache.org/docs/2.0/mod/core.html#keepalive

"In some cases this has been shown to result in an almost 50% speedup in
latency times for HTML documents with many images."

Dg.

--
David Grierson
JPMorgan - IB Architecture - Source Code Management Consultant
GDP 228-5574 / DDI +44 141 228 5574 / Email david.x.grierson_at_jpmorgan.com
Alhambra House 6th floor, 45 Waterloo Street, Glasgow G2 6HS
 
John Waycott <javajohn_at_cox.net> 
25/02/2008 14:45
To
cc
users_at_subversion.tigris.org
Subject
Re: mod_dav_svn performance
Chris Rose wrote:
> We've just completed a migration from CVS to SVN, with the new 
> repository hosted on the same machine, same filesystem, and provided 
> by way of mod_dav_svn to our users.  What we're seeing is some nasty 
> divergence of performance;  SVN is taking on average twice the time to 
> check out source.  Is there any guidance available on improving the 
> performance of the server?  We cannot justify throwing additional 
> hardware at the problem at this time, so a software solution would be 
> preferred.
>
> Any suggestions?
>
If your clients have low-latency connections to the server, turning on 
http compression (mod deflate) in the Apache server may help. We found 
that it reduced our checkout times about 20%.
We also found virus scanning software can impact checkout times. We 
still leave it turned on because of our IT policy.
As others have stated, SVN will always be slower for checkout than CVS, 
but that is not the common operation.
-- John
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Generally, this communication is for informational purposes only
and it is not intended as an offer or solicitation for the purchase
or sale of any financial instrument or as an official confirmation
of any transaction. In the event you are receiving the offering
materials attached below related to your interest in hedge funds or
private equity, this communication may be intended as an offer or
solicitation for the purchase or sale of such fund(s).  All market
prices, data and other information are not warranted as to
completeness or accuracy and are subject to change without notice.
Any comments or statements made herein do not necessarily reflect
those of JPMorgan Chase & Co., its subsidiaries and affiliates.
This transmission may contain information that is privileged,
confidential, legally privileged, and/or exempt from disclosure
under applicable law. If you are not the intended recipient, you
are hereby notified that any disclosure, copying, distribution, or
use of the information contained herein (including any reliance
thereon) is STRICTLY PROHIBITED. Although this transmission and any
attachments are believed to be free of any virus or other defect
that might affect any computer system into which it is received and
opened, it is the responsibility of the recipient to ensure that it
is virus free and no responsibility is accepted by JPMorgan Chase &
Co., its subsidiaries and affiliates, as applicable, for any loss
or damage arising in any way from its use. If you received this
transmission in error, please immediately contact the sender and
destroy the material in its entirety, whether in electronic or hard
copy format. Thank you.
Please refer to http://www.jpmorgan.com/pages/disclosures for
disclosures relating to UK legal entities.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-02-25 17:58:59 CET

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.