Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 54585 invoked from network); 22 Nov 2005 12:13:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 22 Nov 2005 12:13:28 -0000 Received: (qmail 99771 invoked by uid 500); 22 Nov 2005 12:13:26 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 99212 invoked by uid 500); 22 Nov 2005 12:13:24 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 99200 invoked by uid 99); 22 Nov 2005 12:13:24 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Nov 2005 04:13:24 -0800 Received-SPF: pass (asf.osuosl.org: domain of mario@ops.co.at designates 194.152.182.4 as permitted sender) Received: from [194.152.182.4] (HELO smtp.ops.co.at) (194.152.182.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Nov 2005 04:14:56 -0800 Received: by smtp.ops.co.at (Postfix, from userid 65534) id DFD5523C0B1; Tue, 22 Nov 2005 13:12:58 +0100 (CET) Received: from [172.27.1.102] (lints1.int.ops.co.at [172.27.1.102]) by smtp.ops.co.at (Postfix) with ESMTP id C4EE523C0B0 for ; Tue, 22 Nov 2005 13:12:54 +0100 (CET) Message-ID: <43830B46.2000901@ops.co.at> Date: Tue, 22 Nov 2005 13:12:54 +0100 From: Mario Ivankovits User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050715) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jakarta Commons Developers List Subject: Re: VFS question References: <438308C3.5030306@gmx.net> In-Reply-To: <438308C3.5030306@gmx.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Marc Oesch privat wrote: > it is very slow because after each single delete FileObject.delete(), > VFS ftp is issuing a new ftp list command, which causes a lot of > overhead. Are you sure you execute no other method other than subsequent delete()'s? Are you using the latest nightly or RC, I commited a fix for this two months ago. --- Mario --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org