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

Re: Random serf checkout failures

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Mon, 05 Nov 2012 16:17:28 +0000

Lieven Govaerts <lgo_at_mobsol.be> writes:

> From your previous report I noticed the 406 response that serf isn't
> handling, at least serf doesn't support a response coming in while the
> matching request wasn't completely sent yet. I guess that 406 response
> was for a REPORT request not flushed fast enough.

In case it makes a difference I'm using the worker MPM configured:

    KeepAlive On
    StartServers 1
    MaxClients 8
    MinSpareThreads 2
    MaxSpareThreads 8
    ThreadsPerChild 8
    MaxRequestsPerChild 0
    MaxKeepAliveRequests 100

so all requests are handled by threads in the same process.

-- 
Certified & Supported Apache Subversion Downloads:
http://www.wandisco.com/subversion/download
Received on 2012-11-05 17:18:07 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.