Simultaneous svnserve requests lead to "Can't read from connection: Connection reset by peer"
From: Ryan Schmidt <subversion-2014_at_ryandesign.com>
Date: Fri, 2 May 2014 05:22:58 -0500
Hello,
I’m writing a script wherein I run many different “svn export” operations. To try to speed things up, I have the script running up to 8 of these simultaneously, and I’m occasionally getting this error:
svn: E000054: Unable to connect to a repository at URL 'svn://example.local/trunk/foo'
Is there a limit on the number of simultaneous connections I can make from a single svn client to svnserve?
The client and server are on a local network connected by 100mbit Ethernet. Both are 64-bit Intel Macs running OS X 10.9.2 with Subversion 1.8.8 installed using MacPorts. The server is started with a shell script containing:
#!/bin/sh
Here is a simplified script that reproduces the problem:
#!/bin/sh
(3 of the 10 exports fail with the above error)
When the error occurs, svnserve’s output doesn’t mention any error occurring.
|
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.