Return-Path: X-Original-To: apmail-jackrabbit-dev-archive@www.apache.org Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D4E889EFB for ; Wed, 30 Nov 2011 06:55:10 +0000 (UTC) Received: (qmail 46949 invoked by uid 500); 30 Nov 2011 06:55:10 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 46745 invoked by uid 500); 30 Nov 2011 06:55:05 -0000 Mailing-List: contact dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list dev@jackrabbit.apache.org Received: (qmail 46709 invoked by uid 99); 30 Nov 2011 06:55:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Nov 2011 06:55:02 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of mueller@adobe.com designates 64.18.1.33 as permitted sender) Received: from [64.18.1.33] (HELO exprod6og114.obsmtp.com) (64.18.1.33) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Nov 2011 06:54:54 +0000 Received: from outbound-smtp-2.corp.adobe.com ([193.104.215.16]) by exprod6ob114.postini.com ([64.18.5.12]) with SMTP ID DSNKTtXTJ5+vNnjgtm3W4nw1vg4glkUGuL9+@postini.com; Tue, 29 Nov 2011 22:54:33 PST Received: from inner-relay-4.eur.adobe.com (inner-relay-4b [10.128.4.237]) by outbound-smtp-2.corp.adobe.com (8.12.10/8.12.10) with ESMTP id pAU6sVZc015254; Tue, 29 Nov 2011 22:54:31 -0800 (PST) Received: from nahub02.corp.adobe.com (nahub02.corp.adobe.com [10.8.189.98]) by inner-relay-4.eur.adobe.com (8.12.10/8.12.9) with ESMTP id pAU6rqRL026555; Tue, 29 Nov 2011 22:54:30 -0800 (PST) Received: from eurcas01.eur.adobe.com (10.128.4.27) by nahub02.corp.adobe.com (10.8.189.98) with Microsoft SMTP Server (TLS) id 8.3.192.1; Tue, 29 Nov 2011 22:54:27 -0800 Received: from eurmbx01.eur.adobe.com ([10.128.4.32]) by eurcas01.eur.adobe.com ([10.128.4.27]) with mapi; Wed, 30 Nov 2011 06:54:26 +0000 From: Thomas Mueller To: "julian.reschke@gmx.de" , "dev@jackrabbit.apache.org" Date: Wed, 30 Nov 2011 06:54:21 +0000 Subject: Re: JSOP Thread-Topic: JSOP Thread-Index: AcyvLOXsZ4mwc8d4TyWFpmCqyGET4Q== Message-ID: In-Reply-To: <4ED50C4E.104@gmx.de> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Microsoft-MacOutlook/14.13.0.110805 acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Hi, >Why do we need multiple commits in one block? As I have already written, we need to get the information about multiple commits in one block for the method getJournal. See my previous mail. >Wouldn't it make more sense to either pipeline the requests, or define a >container format that can combine multiple diffs into one request? I have already proposed a container format, see my previous mail. What other container format do you propose? Regards, Thomas