X-Spam-Check-By: sourceware.org From: "Roland Lemke" To: "'Brett Serkez'" , Subject: AW: cygwin-1.5.19-4 very slow in pipes and compiling Date: Wed, 25 Jan 2006 18:59:28 +0100 Message-ID: <002c01c621d9$17df0730$6702a8c0@balu> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" In-Reply-To: <1138124764.347.252650959@webmail.messagingengine.com> Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Unsubscribe: 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 Note-from-DJ: This may be spam Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id k0PI0MuI028612 Dear Brett, Thanks for your reply. For me bash and piping is unavoidable. Is using an earlier version of cygwin a solution? And which version is known to not have the above mentioned problems? Regards, Roland -----Ursprüngliche Nachricht----- Von: Brett Serkez [mailto:techie AT serkez DOT net] Gesendet: Dienstag, 24. Januar 2006 18:46 An: Roland Lemke; cygwin AT cygwin DOT com Betreff: Re: cygwin-1.5.19-4 very slow in pipes and compiling *This message was transferred with a trial version of CommuniGate(tm) Pro* > I have just installed cygwin-1.5.19-4. A pipe like gzip ?cd | tar ?xf > ? is very slow. Gzip and tar alone are working reasonable. Ok this can > be avoided ;-) > > But than I tried g++, and again it takes ages before a simple file is > compiled. All Virus Checking tools are off. What am I doing wrong? I too have seen slowness, which I've previously reported on this list, but have not narrowed down. I have found that installing and using the tcsh shell helps allot, althought this isn't a long-term solution. I'd be curious if you ran under tcsh if you could reproduce what I've seen, better performance than the bash shell. You'd need to install tcsh and also make sure it is a login shell, so it doesn't inherit from the bash shell. A previous posting indicated that the call to stat took an abnormally long time to complete. Since then I noticed lines like 'if [ ! -d "${HOME}" ]; then', which presumably call stat, in /etc/profile which may contribute to the slow starting of the bash shell and sub-shells?!?! Brett ---------------------------------------------------------------- Brett C. Serkez, Techie -- 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/