www.delorie.com/archives/browse.cgi | search |
X-Spam-Check-By: | sourceware.org |
Message-ID: | <ba40711f0701120624v67173d9fnf0d375301b17dc1a@mail.gmail.com> |
Date: | Fri, 12 Jan 2007 09:24:24 -0500 |
From: | "Lev Bishop" <lev DOT bishop AT gmail DOT com> |
To: | cygwin AT cygwin DOT com |
Subject: | Re: Snapshot speed on managing files |
In-Reply-To: | <20070112102454.GA8311@calimero.vinschen.de> |
MIME-Version: | 1.0 |
References: | <62410 DOT 52144 DOT qm AT web25001 DOT mail DOT ukl DOT yahoo DOT com> <20070112102454 DOT GA8311 AT calimero DOT vinschen DOT de> |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Id: | <cygwin.cygwin.com> |
List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
On 1/12/07, Corinna Vinschen wrote: > To overcome this problem the file is moved to the recycle bin in > unlink(2), so that it disappears from it's original directory, > regardless whether it's still in use or not. I tried to do this as > quick as possible but there's obviously some room for optimization. Corinna, I'm sure you thought about this already, but I thought I'd check. Does this patch make sure to move the file to the recycle bin on the same filesystem as the original file? So that it is really a rename (fast), rather than a move (slow). Does it do something to limit the number of files in a single subdirectory of the recycle bin? (Might get slow once there are too many, especially on non-NTFS. If not, might this be the cause of the problem the OP is having?). Lev -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |