delorie.com/archives/browse.cgi | search |
X-Spam-Check-By: | sourceware.org |
Date: | Sun, 14 Jan 2007 17:02:09 +0100 |
From: | Corinna Vinschen <corinna-cygwin AT cygwin DOT com> |
To: | cygwin AT cygwin DOT com |
Subject: | Re: Snapshot speed on managing files |
Message-ID: | <20070114160209.GF5595@calimero.vinschen.de> |
Reply-To: | cygwin AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
References: | <20070113181859 DOT GA5595 AT calimero DOT vinschen DOT de> <007101c73756$1392a040$a501a8c0 AT CAM DOT ARTIMI DOT COM> |
Mime-Version: | 1.0 |
In-Reply-To: | <007101c73756$1392a040$a501a8c0@CAM.ARTIMI.COM> |
User-Agent: | Mutt/1.4.2.2i |
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 Jan 13 21:02, Dave Korn wrote: > On 13 January 2007 18:19, Corinna Vinschen wrote: > > So, what's up on the slow machines? > > How full are your respective recycle bins? I've noticed just through > deleting things in ordinary windows explorer that the recycle bin thrashes > like crazy when it starts to get full; seriously thrashes, like 15 or 20 > seconds just to delete a small file. I never use the recycle bin so it's empty by default. However, did you have a look into the code of the unlink_nt and try_to_bin functions? It's open source... The recycle bin in its capacity as the recycle bin is something on top of the shell32 lib. From the point of view of the NT kernel the recycle bin is just another directory. There's also the fact that try_to_bin doesn't use the user specific subdirectories on NTFS, but rather the parent dir. AFAICS, thrashing shouldn't be a problem here. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin DOT com Red Hat -- 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 |