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: 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> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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 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 '/...'. 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]) 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/