Return-Path: Delivered-To: apmail-commons-dev-archive@www.apache.org Received: (qmail 20764 invoked from network); 11 Jan 2008 06:03:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Jan 2008 06:03:58 -0000 Received: (qmail 51608 invoked by uid 500); 11 Jan 2008 06:03:46 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 51516 invoked by uid 500); 11 Jan 2008 06:03:46 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 51506 invoked by uid 99); 11 Jan 2008 06:03:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Jan 2008 22:03:46 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of flamefew@gmail.com designates 209.85.146.182 as permitted sender) Received: from [209.85.146.182] (HELO wa-out-1112.google.com) (209.85.146.182) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Jan 2008 06:03:23 +0000 Received: by wa-out-1112.google.com with SMTP id k34so1567574wah.10 for ; Thu, 10 Jan 2008 22:03:29 -0800 (PST) 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=1pW1FzcTIhdAghcC31uEf6EDi3nAUbJggoN8JvXFIzY=; b=dwm9+oIFmQrHM8iH7KD+0VCEj5av2FKTicC0haIWZKJdUiLpjEnO+YM3FLlYizsdbjjNh5UDu2CHxPJjXXa3RnQUk/uWYMJWSj10fZQQ783U+Zs2XEgm0S78MTGTfe8naEgHatIWnwYWnpRN14xUSKT+O3NCvWrQOXNogvoNOgw= 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=McxHpSy9k1BOqsZ2FpJNY4c8iEAtJWwap9Fj3KdeB5m8t5bzuFG8yujXIRwQfKMS1nQfs+x2bv/haxRUxudcPUYCbjnyGj/EgP1f6IOlMbgWdv6pguaY4MJXxpgEHXkWLtouuIyuWqwhUkSAFHUa0WBiBlJLv/ScEv1gQK9nmww= Received: by 10.115.92.2 with SMTP id u2mr3234207wal.139.1200031409023; Thu, 10 Jan 2008 22:03:29 -0800 (PST) Received: by 10.114.145.6 with HTTP; Thu, 10 Jan 2008 22:03:28 -0800 (PST) Message-ID: <31cc37360801102203w7ab27648s24a2650d694369b0@mail.gmail.com> Date: Thu, 10 Jan 2008 22:03:28 -0800 From: "Henri Yandell" To: "Commons Developers List" , "Markus Binsteiner" Subject: Fwd: [vfs] Cancellation of copy/move operation / Overal project agility In-Reply-To: <1198856910.23085.17.camel@avus> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1198856910.23085.17.camel@avus> X-Virus-Checked: Checked by ClamAV on apache.org Forwarding to dev@commons. ---------- Forwarded message ---------- From: Markus Binsteiner Date: Dec 28, 2007 7:48 AM Subject: [vfs] Cancellation of copy/move operation / Overal project agility To: Jakarta Commons Users List Hi. I saw there is a topic called "4. progress, pause and cancellation api" on the VFS - next wiki of the commons vfs project website. Can I ask, is anybody working on this at the moment? The last edited tag says "2006-12-26 13:52:51". Are there any concrete plans on how to implement these features? For now: can I somehow stop a file copy/move operation (because it takes too long/the files are too big and I don't want to wait any longer)? For example I've got this code: target_file.copyFrom(source_file, new AllFileSelector()); If I run that in it's own thread, could I somehow manipulate the target_file/source_file (or anything else for that matter) so that the copy operation exits/stops? Even dodgy solutions are welcome... I tried to send an interrupt to the thread. I also tried to close the target_file/source_file and their content. The copy operation seems to just continue without a problem... A more general question: There doesn't seem to be much traffic on the vfs mailing list. Also, there doesn't seem to be much happening in the svn repository. Is the project still actively developed? I really think it is a good and useful library. It would be sad to see it fading away slowly... Thanks a lot. Cheers, Markus --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@commons.apache.org For additional commands, e-mail: user-help@commons.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org