X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_NUMERIC_HELO,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org To: cygwin AT cygwin DOT com From: Achim Gratz Subject: Re: bad performance when opening many files on Win7 Date: Wed, 9 May 2012 06:57:16 +0000 (UTC) Lines: 42 Message-ID: References: <874ns6z0cr DOT fsf AT Rainer DOT invalid> <4F9A0FFB DOT 4080201 AT cygwin DOT com> <87y5ph4t4z DOT fsf AT Rainer DOT invalid> <20120508135544 DOT GY18516 AT calimero DOT vinschen DOT de> <87txzqfx1s DOT fsf AT Rainer DOT invalid> <20120508172901 DOT GB17185 AT calimero DOT vinschen DOT de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit User-Agent: Loom/3.14 (http://gmane.org/) X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Corinna Vinschen cygwin.com> writes: > I don't know how to use pod2html. Please send a simple usage example > which works out of the box, so that I can see if I can reproduce this > behaviour. (1004)~ > time pod2html --flush --title=DateTime::Locale::ml \ --podpath=lib/perl5/5.14:bin:lib/perl5/site_perl/5.14 \ --infile=/usr/lib/perl5/5.14/version.pm \ --outfile=/dev/null --podroot=/usr --htmlroot=../../../.. \ --header --backlink=Back\ to\ Top --verbose Flushing item and directory caches Scanning for sections in input file(s) No headings in /usr/lib/perl5/5.14/version.pm scanning directories in pod-path caching items for later use caching directories for later use Converting input file /usr/lib/perl5/5.14/version.pm Finished 1.014u 3.743s 1:17.94 6.0% 0+0k 0+0io 5781pf+0w The second run simply drops /usr/bin from the podpath: (1005)~ > time pod2html --flush --title=DateTime::Locale::ml \ --podpath=lib/perl5/5.14:lib/perl5/site_perl/5.14 \ --infile=/usr/lib/perl5/5.14/version.pm \ --outfile=/dev/null --podroot=/usr --htmlroot=../../../.. \ --header --backlink=Back\ to\ Top --verbose Flushing item and directory caches Scanning for sections in input file(s) No headings in /usr/lib/perl5/5.14/version.pm scanning directories in pod-path caching items for later use caching directories for later use Converting input file /usr/lib/perl5/5.14/version.pm Finished 0.405u 2.074s 0:02.94 84.0% 0+0k 0+0io 5667pf+0w HTH, Achim. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple