Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 44955 invoked from network); 18 Dec 2008 18:52:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Dec 2008 18:52:24 -0000 Received: (qmail 47197 invoked by uid 500); 18 Dec 2008 18:52:35 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 47148 invoked by uid 500); 18 Dec 2008 18:52:35 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 47137 invoked by uid 99); 18 Dec 2008 18:52:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Dec 2008 10:52:35 -0800 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of diazruy@gmail.com designates 209.85.219.13 as permitted sender) Received: from [209.85.219.13] (HELO mail-ew0-f13.google.com) (209.85.219.13) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Dec 2008 18:52:15 +0000 Received: by ewy6 with SMTP id 6so641154ewy.11 for ; Thu, 18 Dec 2008 10:51:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=9uKhkivemlv0jQXWYhAEnwnpUwTopVqJzYkidmqi3C0=; b=cD7tyMgJzjwweEZTXY2C5ZAwuxWhrts6v0GO+dH6Uxo23cp7D1E0RpAP7gEBLEL2hp oIdbdtTnTLL0feSdXyazjX0TFjUx7WkJmstZNTvRtf5/URtqzO348hy8/PMO/+C2waBa f8BjoskhdJoAuU4NLPEsdYjW4kBxnmITo/9UA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=tdLsx085zjEXSOPPFSOA4NSNJBe/lat1ajebBpMZRzm/In9qohGbf0yUjsBmtTcLfz ImuTuvoKSDzOxLfwbkw3EQbt86ZeCOVDujmPgkmU1l6mwJ8QAHa55Otm1SyZQdS/hZGN 3F+fUNflohfnoHpoI5tutCRXidssUkH9uotXM= Received: by 10.210.66.13 with SMTP id o13mr2663751eba.125.1229626314224; Thu, 18 Dec 2008 10:51:54 -0800 (PST) Received: by 10.210.120.8 with HTTP; Thu, 18 Dec 2008 10:51:54 -0800 (PST) Message-ID: <8adcb6490812181051l3838c0afm89453a9631d28939@mail.gmail.com> Date: Thu, 18 Dec 2008 10:51:54 -0800 From: "=?ISO-8859-1?Q?Ruy_D=EDaz_Jara?=" To: user@couchdb.apache.org Subject: Connection reset MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_35879_9840387.1229626314230" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_35879_9840387.1229626314230 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, I've recently been working on getting my application to use a connection pool to connect to Couch and improve performance by reusing the connections and avoiding the socket opening/closing cost. Everything seems nice and dandy except when I create a new database. Apparently every time I create a DB, the socket is closed by Couch. Does anyone know if this expected behaviour and if so what the rationale behind it is? With all other operations this does not occur. It's not even the PUT action (I can put documents in the DB repeatedly reusing the socket). It seems to be only when DBs are created. Thanks Ruy ------=_Part_35879_9840387.1229626314230--