find Performance extremly slow

2009-11-10 Thread Grundmann, Christian
Hi,

the Performance of the find.exe is very very slow in comparison to other Tools 
like cygwin

If i use MKS Toolkit the Search find WINDOWS -name *.dll
Finished in 3,5 seconds

If I use Cygwin the Search
Finished in 7,8 seconds

In even bigger Trees the Performance goes to 3 Times slower 

Thx for the help

Christian Grundmann
SQ Products

Fabasoft RD Software GmbH  Co KG
Honauerstraße 4
4020 Linz
Austria
Tel: [43] (732) 60 61 62
Fax: [43] (732) 60 61 62-609
E-Mail: christian.grundm...@fabasoft.com
www.fabasoft.com

Handelsgericht Linz, FN 190334d



--
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



Re: find Performance extremly slow

2009-11-10 Thread Christopher Faylor
On Tue, Nov 10, 2009 at 10:22:27AM +0100, Grundmann, Christian wrote:
Hi,

the Performance of the find.exe is very very slow in comparison to other Tools 
like cygwin

If i use MKS Toolkit the Search find WINDOWS -name *.dll
Finished in 3,5 seconds

If I use Cygwin the Search
Finished in 7,8 seconds

In even bigger Trees the Performance goes to 3 Times slower 

Thx for the help

I knew we shouldn't have put all of those sleep(5)s in find.exe...

cgf

--
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



Re: find Performance extremly slow

2009-11-10 Thread Spiro Trikaliotis
* On Tue, Nov 10, 2009 at 10:04:59AM -0500 Christopher Faylor wrote:
 
 I knew we shouldn't have put all of those sleep(5)s in find.exe...

You mean, something like a speedup loop?

  http://thedailywtf.com/Articles/The-Speedup-Loop.aspx

SCNR,
Spiro.

-- 
Spiro R. Trikaliotis  http://opencbm.sf.net/
http://www.trikaliotis.net/ http://www.viceteam.org/

--
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



Re: find Performance extremly slow

2009-11-10 Thread Christopher Faylor
On Tue, Nov 10, 2009 at 09:09:30PM +0100, Spiro Trikaliotis wrote:
* On Tue, Nov 10, 2009 at 10:04:59AM -0500 Christopher Faylor wrote:
 
 I knew we shouldn't have put all of those sleep(5)s in find.exe...

You mean, something like a speedup loop?

  http://thedailywtf.com/Articles/The-Speedup-Loop.aspx

Yep, exactly.

cgf

--
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