X-Spam-Check-By: sourceware.org Date: Sun, 14 Jan 2007 17:02:09 +0100 From: Corinna Vinschen 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 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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 Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , 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/