From users-return-9226-apmail-jackrabbit-users-archive=jackrabbit.apache.org@jackrabbit.apache.org Thu Oct 09 12:52:22 2008 Return-Path: Delivered-To: apmail-jackrabbit-users-archive@locus.apache.org Received: (qmail 35923 invoked from network); 9 Oct 2008 12:52:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Oct 2008 12:52:22 -0000 Received: (qmail 38829 invoked by uid 500); 9 Oct 2008 12:52:19 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 38811 invoked by uid 500); 9 Oct 2008 12:52:19 -0000 Mailing-List: contact users-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@jackrabbit.apache.org Delivered-To: mailing list users@jackrabbit.apache.org Received: (qmail 38800 invoked by uid 99); 9 Oct 2008 12:52:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Oct 2008 05:52:19 -0700 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=DNS_FROM_SECURITYSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jukka.zitting@gmail.com designates 209.85.217.21 as permitted sender) Received: from [209.85.217.21] (HELO mail-gx0-f21.google.com) (209.85.217.21) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Oct 2008 12:51:16 +0000 Received: by gxk14 with SMTP id 14so9277343gxk.19 for ; Thu, 09 Oct 2008 05:50:52 -0700 (PDT) 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:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=yxY5C0cmIEKEtrCswjiwxZPjLSrPgIkSpZS3CT79kAk=; b=FRT04feVlZoXL38is1A/8F1QZDsZoGOShVDFqWIWUONeba4Q1A0EYmolym9UQHZB0T isEKbm92/PltzqiyHBTNAQV/oFqB0FyZGOKHstKFZpTm/sw7UWSrzuXjxbbgqLdPxucg 1JxXglK2Q5szdxcLjqEe72AGnFux8tCrwCbhI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=cfbIYKFpigAZIt4h3V/fVpJ00IKST7H15v6LmKXL/3Lpj0REUjpS8f0Xn0kr7CcOaX uCfc+fABSlzm1izuyPCdpByItgQT1yFXfxzG4l9Wdi6scZrjeMf+Om1d+SlaGKzoyhnZ zgOaN9RuWpf3u/IHlSVyAoWUkrNcew/NG7Qvk= Received: by 10.90.94.2 with SMTP id r2mr30639agb.94.1223556652150; Thu, 09 Oct 2008 05:50:52 -0700 (PDT) Received: by 10.90.90.6 with HTTP; Thu, 9 Oct 2008 05:50:52 -0700 (PDT) Message-ID: <510143ac0810090550ucf4186dl4a09ffeaf05dfaa3@mail.gmail.com> Date: Thu, 9 Oct 2008 14:50:52 +0200 From: "Jukka Zitting" To: users@jackrabbit.apache.org Subject: Re: WebDAV connector In-Reply-To: <48EDE158.6010401@corsaire.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <48ED19B5.1010509@corsaire.fr> <510143ac0810081425i5eb8f84bx4906e0db11c5b784@mail.gmail.com> <48EDB21C.1010501@corsaire.fr> <510143ac0810090251v557badcfu4d49076c15aa2d39@mail.gmail.com> <48EDE158.6010401@corsaire.fr> X-Virus-Checked: Checked by ClamAV on apache.org Hi, On Thu, Oct 9, 2008 at 12:47 PM, C=E9dric Chantepie wrote: > I've just tried with for = all > in repository.xml, but WebDAV transfer still over-load th= e > server. OK, then there must be some other issue. Can you try profiling the repository server? Add something like the following to the java command line: -agentlib:hprof=3Dcpu=3Dsamples,depth=3D30 This will produce a java.hprof.txt file in the current directory. This file shows what's taking up most time in the repository server. You'll want to start the server java process just before you start your test clients and close the server once the test is done. BR, Jukka Zitting