Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 353F54706 for ; Thu, 23 Jun 2011 14:17:16 +0000 (UTC) Received: (qmail 16330 invoked by uid 500); 23 Jun 2011 14:17:14 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 16217 invoked by uid 500); 23 Jun 2011 14:17:13 -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 16209 invoked by uid 99); 23 Jun 2011 14:17:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Jun 2011 14:17:13 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of gsf747@gmail.com designates 209.85.216.173 as permitted sender) Received: from [209.85.216.173] (HELO mail-qy0-f173.google.com) (209.85.216.173) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Jun 2011 14:17:09 +0000 Received: by qyk10 with SMTP id 10so3826947qyk.11 for ; Thu, 23 Jun 2011 07:16:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type:content-transfer-encoding; bh=Dh0Lasnrz3N8SXll+Oa4lRU0qhzESzeH1CBF6SxazFc=; b=aqra+4QUmD2u2QW+6PclYcHXE80ehzkSN0SoX0O7DAjMmq7tL6vgMG3Qqhg7ABKm0y NzRNLIcaTYikGyfRf3Rz70dYfCZaIFRe/EtEbJ5pU83MvfRQxoVAXvSp+obdehVJJ/Ku FbNCzECOqNnlHzH9cKvAKPYeQlgbMZ8VgpZ2E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; b=fuQTucvEH6eMhpGj+9qS64dUdCIP6WJU3E+kvZ4PEs3+3hlIDcPil2ZqxppdsDPhhN 6wgrItRIhbZTdR6DBF5vF5yPmEQd103uVCgOCfnh4eF4fXidfMRnmPpCA3gI9zyJE2V9 Er5yRWgbcDUyekkEtgDVotNUoTECQXrr0sZhM= Received: by 10.229.43.2 with SMTP id u2mr1509196qce.215.1308838608535; Thu, 23 Jun 2011 07:16:48 -0700 (PDT) MIME-Version: 1.0 Received: by 10.229.239.131 with HTTP; Thu, 23 Jun 2011 07:16:28 -0700 (PDT) In-Reply-To: References: From: Gabriel Farrell Date: Thu, 23 Jun 2011 10:16:28 -0400 Message-ID: Subject: Re: _changes feed continuous mode hangs up after 90 seconds To: user@couchdb.apache.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Wed, Jun 22, 2011 at 10:06 PM, Jason Smith wrote: > On Thu, Jun 23, 2011 at 6:52 AM, Randall Leeds = wrote: >> On Wed, Jun 22, 2011 at 16:27, Jens Alfke wrote: >>> >>> I=E2=80=99m guessing that, contrary to the docs, there is a default tim= eout in >>> continuous mode, and I=E2=80=99ll have to add something like =E2=80=9C&= timeout=3D9999999999=E2=80=9D >>> to the URL to defeat this? >>> (This is the 1.1.1 CouchBase Server Community Edition, on Mac OS X 10.6= .7.) >>> =E2=80=94Jens >>> [1]=C2=A0http://wiki.apache.org/couchdb/HTTP_database_API#Changes I've added a small bit of clarifying text to that page for the "heartbeat" parameter. > I am satisfied with a _changes follower I rewrote in NodeJS: > https://github.com/iriscouch/follow. IMHO it has a decent error > detection and handling model. Great to hear about Follow. I've been looking for something like this.