Received: by 10.143.26.31 with SMTP id d31mr8668wfj.27.1274364401717; Thu, 20 May 2010 07:06:41 -0700 (PDT) X-BeenThere: couchdb-python@googlegroups.com Received: by 10.115.38.17 with SMTP id q17ls2821804waj.0.p; Thu, 20 May 2010 07:06:39 -0700 (PDT) Received: by 10.114.48.14 with SMTP id v14mr40859wav.43.1274364399821; Thu, 20 May 2010 07:06:39 -0700 (PDT) Received: by 10.114.48.14 with SMTP id v14mr40858wav.43.1274364399781; Thu, 20 May 2010 07:06:39 -0700 (PDT) Return-Path: <370H1Sw4OAHISekSXTR-fojXedWeeWbUSeTU....@codesite.bounces.google.com> Received: from mail-pz0-f208.google.com (mail-pz0-f208.google.com [209.85.222.208]) by gmr-mx.google.com with ESMTP id k13si13663382waf.5.2010.05.20.07.06.39; Thu, 20 May 2010 07:06:39 -0700 (PDT) Received-SPF: pass (google.com: domain of 370H1Sw4OAHISekSXTR-fojXedWeeWbUSeTU....@codesite.bounces.google.com designates 209.85.222.208 as permitted sender) client-ip=209.85.222.208; Received: by pzk25 with SMTP id 25so70630pzk.3 for ; Thu, 20 May 2010 07:06:39 -0700 (PDT) MIME-Version: 1.0 Received: by 10.114.189.1 with SMTP id m1mr49714waf.24.1274364399660; Thu, 20 May 2010 07:06:39 -0700 (PDT) Reply-To: couchdb-python@googlegroups.com X-Generated-By: Google Code X-GoogleCode-Project: couchdb-python X-GoogleCode-Issue-Id: 125 References: <2-12560507179679177234-10296214299995105540-couchdb-python=googlecode.com@googlecode.com> <0-12560507179679177234-10296214299995105540-couchdb-python=googlecode.com@googlecode.com> In-Reply-To: <2-12560507179679177234-10296214299995105540-couchdb-python=googlecode.com@googlecode.com> Message-ID: <3-12560507179679177234-10296214299995105540-couchdb-python=googlecode.com@googlecode.com> Date: Thu, 20 May 2010 14:06:39 +0000 Subject: Re: Issue 125 in couchdb-python: Software caused connection abort From: couchdb-pyt...@googlecode.com To: couchdb-python@googlegroups.com X-Original-Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of 370H1Sw4OAHISekSXTR-fojXedWeeWbUSeTU....@codesite.bounces.google.com designates 209.85.222.208 as permitted sender) smtp.mail=370H1Sw4OAHISekSXTR-fojXedWeeWbUSeTU....@codesite.bounces.google.com X-Original-Sender: couchdb-pyt...@googlecode.com Precedence: list Mailing-list: list couchdb-python@googlegroups.com; contact couchdb-python+owners@googlegroups.com List-ID: List-Post: , List-Help: , List-Archive: Sender: couchdb-python@googlegroups.com List-Subscribe: , List-Unsubscribe: , Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes Updates: Status: Fixed Comment #3 on issue 125 by matt.goodall: Software caused connection abort http://code.google.com/p/couchdb-python/issues/detail?id=125 ECONNABORTED is a default retryable error as of revision 74073207e8. That, coupled with James's retry_delays (revision adcaeede26) should allow you to configure the HTTP layer to cope with these sorts of glitches. As for retry heuristics ... a list of timeouts is a good first step. We can now easily allow retry_delays to be a callable that generates the retry delays to cope with anything more custom. -- You received this message because you are subscribed to the Google Groups "CouchDB-Python" group. To post to this group, send email to couchdb-python@googlegroups.com. To unsubscribe from this group, send email to couchdb-python+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/couchdb-python?hl=en.