delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2009/04/29/23:24:34

X-Recipient: archive-cygwin AT delorie DOT com
X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS
X-Spam-Check-By: sourceware.org
Message-ID: <49F91977.20505@cygwin.com>
Date: Wed, 29 Apr 2009 23:22:31 -0400
From: "Larry Hall (Cygwin)" <reply-to-list-only-lh AT cygwin DOT com>
Reply-To: cygwin AT cygwin DOT com
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.19) Gecko/20090101 Remi/2.0.0.19-1.fc8.remi Lightning/0.9 Thunderbird/2.0.0.19 Mnenhy/0.7.5.0
MIME-Version: 1.0
To: cygwin AT cygwin DOT com
Subject: Re: Can cygwin boot faster?
References: <49F8E62B DOT 2050008 AT bodz DOT net>
In-Reply-To: <49F8E62B.2050008@bodz.net>
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com

Lenik wrote:
> I feel it has been slightly faster in cygwin-1.7 than cygwin-1.6. But it 
> is still very slow compared to msys-1.10.  What does cygwin indeed 
> execute when start up? Is it loaded too much, for example the network 
> libraries? I noticed that paths leading with two slashes '//', which is 
> often created by path join functions, for example $prefix/somewhere, 
> when $prefix points to the root "/". When such paths (//...) are 
> accessed, cygwin seems to treat it as some kind of URL and halt for 
> several seconds, while msys always merge the duplicated slashes to '/...'.

<http://cygwin.com/faq/faq-nochunks.html#faq.using.slow>

Don't read too much into the "suddenly" part.  The FAQ has been around for
a while.

> Because of the slow speed, when I'm programming with cygwin, I will 
> carefully to invoke command calls to the cygwin executables, to reduce 
> the start up cost. for example, if I want to uppercase a string, I will 
> do it in 26 built-in variable expansion as:
>     VAR="${VAR//a/A}"
>     VAR="${VAR//b/B}"
>     VAR="${VAR//c/C}"
>     ...
>     VAR="${VAR//z/Z}"
> rather then by simply execute:
>     VAR=$(echo $VAR | tr [a-z] [A-Z])

<snip>

Others on the list may have specific ideas for you to apply but as a rule
of thumb, you should limit process creation if performance is a prime
concern.  Windows is less efficient with process creation/management than
Linux.

-- 
Larry Hall                              http://www.rfk.com
RFK Partners, Inc.                      (508) 893-9779 - RFK Office
216 Dalton Rd.                          (508) 893-9889 - FAX
Holliston, MA 01746

_____________________________________________________________________

A: Yes.
 > Q: Are you sure?
 >> A: Because it reverses the logical flow of conversation.
 >>> Q: Why is top posting annoying in email?

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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019