Return-Path: Delivered-To: apmail-jackrabbit-commits-archive@www.apache.org Received: (qmail 4473 invoked from network); 9 Dec 2009 09:20:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 9 Dec 2009 09:20:10 -0000 Received: (qmail 49074 invoked by uid 500); 9 Dec 2009 09:20:10 -0000 Delivered-To: apmail-jackrabbit-commits-archive@jackrabbit.apache.org Received: (qmail 49003 invoked by uid 500); 9 Dec 2009 09:20:10 -0000 Mailing-List: contact commits-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 commits@jackrabbit.apache.org Received: (qmail 48994 invoked by uid 99); 9 Dec 2009 09:20:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Dec 2009 09:20:10 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.130] (HELO eos.apache.org) (140.211.11.130) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Dec 2009 09:20:07 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 9DDCF16E07; Wed, 9 Dec 2009 09:19:46 +0000 (GMT) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Wed, 09 Dec 2009 09:19:46 -0000 Message-ID: <20091209091946.12220.32054@eos.apache.org> Subject: =?utf-8?q?=5BJackrabbit_Wiki=5D_Update_of_=22QuestionsAndAnswers=22_by_Th?= =?utf-8?q?omasMueller?= X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jackrabbit Wiki" fo= r change notification. The "QuestionsAndAnswers" page has been changed by ThomasMueller. http://wiki.apache.org/jackrabbit/QuestionsAndAnswers?action=3Ddiff&rev1=3D= 51&rev2=3D52 -------------------------------------------------- = Multiple session however can read from the same repository concurrently. = = - Also, multiple session can write to the repository concurrently, given th= at they write to different nodes. Internally, Jackrabbit stores the list of= child nodes at the node itself. Still, concurrently adding, moving, or del= eting child nodes of the same node should work (changes are merged), when u= sing different node names. That means concurrent operations with same name = siblings is not supported and may throw an exception. = + Also, multiple session can write to the repository concurrently, given th= at they write to different nodes. Internally, Jackrabbit stores the list of= child nodes at the node itself. Still, concurrently adding, moving, or del= eting child nodes of the same node is supported (changes are merged), when = using different node names. Concurrently adding, moving, or deleting same n= ame siblings is not supported and may throw an exception. = =20