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

Re: https / ssl performance, 1.8

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Fri, 09 Oct 2015 16:05:07 +0100

"Weatherby,Gerard" <gweatherby_at_uchc.edu> writes:

> It "works" but the performance makes it nearly unusable. Monitoring
> the server using the top linux utility indicates many, many
> invocations of "pwauth" for a single client request. The next thing I
> was going to try was to install an sssd daemon on the server, but I
> wanted to ask if there was anything else I was missing.

By "single client request" I assume you mean a high level operation such
as checkout, rather than an HTTP request such as GET. 1.8 is probably
using skel mode changing from a single large HTTP request to multiple
small HTTP requests. I think pwauth runs a separate process to
authenticate each HTTP request so it is not as efficient as other auth
methods. If you must use pwauth you might try disabling skel mode to
get behaviour more like 1.6:

http://subversion.apache.org/docs/release-notes/1.8.html#serf-skelta-default

-- 
Philip Martin
WANdisco
Received on 2015-10-09 17:05:23 CEST

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.