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 94C96109A9 for ; Sat, 13 Jul 2013 04:26:02 +0000 (UTC) Received: (qmail 97092 invoked by uid 500); 13 Jul 2013 04:25:58 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 97040 invoked by uid 500); 13 Jul 2013 04:25:47 -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 97030 invoked by uid 99); 13 Jul 2013 04:25:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 13 Jul 2013 04:25:43 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jason.h.smith@gmail.com designates 209.85.219.44 as permitted sender) Received: from [209.85.219.44] (HELO mail-oa0-f44.google.com) (209.85.219.44) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 13 Jul 2013 04:25:39 +0000 Received: by mail-oa0-f44.google.com with SMTP id l10so13836627oag.31 for ; Fri, 12 Jul 2013 21:25:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:content-type :content-transfer-encoding; bh=ECynIj/Z5nWszAvgnPU/KehlrJQDfE1kry41zKOUQD0=; b=0mcgBmIHrSNBLOMPZq4TT7/p9i4xJLGOryB4SNncNXkR1ngZUxc0tU/WgrGFp1+Zbh +m74WahebOCfwFa/pSMjJVLwSXZvbuHlWLGjRIFjq54Hi+HH3pV0TMd2mh2hk7EMK8dl c8QeuXHBngJRp2vgIO5/5cseK/S7FK/Ne0Rf/PXEkdnI+sloE0jnBEa75cDmPjRcdOf6 4779lujRRSU8yIhcmAuwvHNeiUiJIQLad75BoR4MfpHYueUt3qgM5mmWyvLTL/G/NILA vu+UndeGAV2lvTwTnriWk5WZtEeemXz4GFGHIZuLjTsVp0KqrrOEG29cf0YL9vSn0Bum XToQ== X-Received: by 10.182.128.42 with SMTP id nl10mr37084402obb.41.1373689518583; Fri, 12 Jul 2013 21:25:18 -0700 (PDT) MIME-Version: 1.0 Sender: jason.h.smith@gmail.com Received: by 10.182.103.133 with HTTP; Fri, 12 Jul 2013 21:24:58 -0700 (PDT) In-Reply-To: References: <9CA34C7C-B89A-4171-82CD-16B2B8066F1A@couchbase.com> From: Jason Smith Date: Sat, 13 Jul 2013 11:24:58 +0700 X-Google-Sender-Auth: cSNfxj-y1jVxXcO4HhTqP5WmSMY Message-ID: Subject: Re: Replication considerations To: user@couchdb.apache.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Or one push each, from both sides. (Or one pull each from both sides.) On Sat, Jul 13, 2013 at 6:00 AM, Dale Harvey wrote: > It doesnt, replication only goes one way, both ways would need a push and= a > pull replication > > > On 12 July 2013 23:45, Mark Hahn wrote: > >> > It doesn=E2=80=99t leave a socket connection open watching for changes= (nor does >> it poll) >> >> Then I don't see how the db doing the pushing can detect a change in the >> destination DB. How does it? >>