jandre / serf

Automatically exported from code.google.com/p/serf
Apache License 2.0
0 stars 0 forks source link

subversion + serf + kerberos + https hangs #166

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Checking out a medium sized repo using kerberos and https
hangs in mid air. Kill with Ctrl-C and do svn update and it too
hangs before finished.

However, following this advise about apache:
The MaxKeepAliveRequests option in httpd.conf needs to be increased from 100 
(the default) to at least 1000 (there is no reason why it could not be 10000). 
This will improve performance by allowing serf clients to use fewer TCP 
connections to the server. Clients using neon will also work fine with this 
configuration.

Makes the hangs go away. Seems like there is a bug in serf handling low numbers
for MaxKeepAliveRequests

subversion 1.8.13 and serf 1.3.8

Original issue reported on code.google.com by joakim.t...@gmail.com on 24 May 2015 at 4:47