Re: mod_dav_svn: httpd hangs when using PerlAuthenHandler

2015-08-12 Thread Thorsten Schöning
Guten Tag Stefan Sperling, am Mittwoch, 12. August 2015 um 00:51 schrieben Sie: > It seems PerlInterpMax is the most important setting in your case since > it effectively sets the high bar of your worker threads doing authentication > tasks. The default is 5. Did you already try raising that? Tha

Re: mod_dav_svn: httpd hangs when using PerlAuthenHandler

2015-08-11 Thread Philip Martin
Stefan Sperling writes: > The serf library may decide to send several requests in parallel (i.e. send > another request before the answer to the last request has been received). > As I understand, this feature is not under control of the SVN client itself. The client does control it but most of

Re: mod_dav_svn: httpd hangs when using PerlAuthenHandler

2015-08-11 Thread Stefan Sperling
On Tue, Aug 11, 2015 at 11:51:24PM +0200, Thorsten Schöning wrote: > Hi all, > > I'm serving some repos using mod_dav_svn and svnserve, but don't want > to maintain two configuration files with user accounts. I therefore > had a look into PerlAuthenHandler to parse the passwd file of svnserve > on

mod_dav_svn: httpd hangs when using PerlAuthenHandler

2015-08-11 Thread Thorsten Schöning
Hi all, I'm serving some repos using mod_dav_svn and svnserve, but don't want to maintain two configuration files with user accounts. I therefore had a look into PerlAuthenHandler to parse the passwd file of svnserve on my own and use that. During some tests I encountered the problem that most of