This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: bash backtick operator very slow


On Thu, 31 Mar 2005, Neal Symms wrote:

> I've searched for anyone having similar problems, but can't find anything.
> Here's the gist:
>
> ~$ time hostname
> MY_HOSTNAME
> real    0m0.111s
> user    0m0.060s
> sys     0m0.040s
>
> ~$ time echo hello
> hello
> real    0m0.000s
> user    0m0.000s
> sys     0m0.000s
>
> ~$ time echo `hostname`
> MY_HOSTNAME
> real    0m6.175s
> user    0m0.060s
> sys     0m0.050s
>
> ..and that was a fast one.  Usually it takes > 7 seconds.  I'm running
> cygwin under Win2K in a domain environment.  I don't have this problem when
> running the same exact setup on a non-domain machine.  Anyone seen anything
> like this before?

Does <http://cygwin.com/ml/cygwin/2005-03/msg00730.html> help?

> I have no network drives in my PATH.  Bash version is 3.1-4, cygwin DLL
> version is 1.5.13.  The sh shell has the same behavior.  I don't have
> ash, but I suppose I could try that one too...

FYI, "/bin/sh" *is* ash.
	Igor
-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_		pechtcha@cs.nyu.edu
ZZZzz /,`.-'`'    -.  ;-;;,_		igor@watson.ibm.com
     |,4-  ) )-,_. ,\ (  `'-'		Igor Pechtchanski, Ph.D.
    '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"The Sun will pass between the Earth and the Moon tonight for a total
Lunar eclipse..." -- WCBS Radio Newsbrief, Oct 27 2004, 12:01 pm EDT

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]