Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 Date: Fri, 5 Sep 2003 11:07:29 -0400 From: Christopher Faylor To: cygwin AT cygwin DOT com Subject: Re: latest cygcheck -c is expensive Message-ID: <20030905150729.GD1320@redhat.com> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <20030905124047 DOT GD1852 AT tishler DOT net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030905124047.GD1852@tishler.net> User-Agent: Mutt/1.4.1i On Fri, Sep 05, 2003 at 08:40:47AM -0400, Jason Tishler wrote: >Would you be willing to make the status check portion of cygcheck -c >optional (i.e., another option)? The latest version is very expensive: > > $ # 1.5.3 on P4 2.4 GHz > $ time cygcheck -c >/dev/null > > real 1m49.646s > user 0m0.010s > sys 0m0.020s > > $ # 1.3.22 on P3 500 MHz > $ time cygcheck -c >/dev/null > > real 0m0.042s > user 0m0.010s > sys 0m0.020s Why does it matter if cygcheck -c is expensive? It is supposed to be doing a sanity check on the installation. OTOH, it could probably be speeded up considerably if it used a mingw zlib library... cgf -- 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/