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

socket read timeout

From: Christian Daudt <csd_ob_at_daudt.org>
Date: 2003-03-05 23:41:45 CET

Hi,
 I tracked down the problem I was having last week with importing many linux
trees via http. The problem is that the neon code has a read timeout of 2
minutes currently (in neon/src/ne_socket.c line 142) and to do the merge I
needed a timeout higher than that. After going all out and changing that to a
30 minute timeout, I was able to complete the merge process via http
sucesfully. I'm not submitting a patch because I have no idea what the proper
upper bound would be for this. My mod fixed my problem but the eventual
solution should probably be that the server send periodic keepalives of sorts
so that the client can properly distinguish between network/computer outages
and the server just taking a long time to finish what it is doing. Any
thoughts?

 cheers,
   csd

PS: In the process, my client svn grew to 2GB... Lots of swapping...

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Mar 5 23:42:46 2003

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.