delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2003/10/09/09:02:14

Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/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
X-Authentication-Warning: slinky.cs.nyu.edu: pechtcha owned process doing -bs
Date: Thu, 9 Oct 2003 09:01:22 -0400 (EDT)
From: Igor Pechtchanski <pechtcha AT cs DOT nyu DOT edu>
Reply-To: cygwin AT cygwin DOT com
To: "Pensa, Pascal" <pascal DOT pensa AT hp DOT com>
cc: cygwin AT cygwin DOT com
Subject: RE: Bash extremely slow when started via task scheduler
In-Reply-To: <06CAA4D3753C53408D2CE6340B68444201D9454B@vbeexc02.emea.cpqcorp.net>
Message-ID: <Pine.GSO.4.56.0310090900330.15176@slinky.cs.nyu.edu>
References: <06CAA4D3753C53408D2CE6340B68444201D9454B AT vbeexc02 DOT emea DOT cpqcorp DOT net>
Importance: Normal
MIME-Version: 1.0

On Thu, 9 Oct 2003, Pensa, Pascal wrote:

> From: Jason Tishler [mailto:jason AT tishler DOT net]
> >Why not use cron instead?
> >
> >Jason
>
> Thank you for suggestion but it's an application server managed by
> non-UNIX 'mouse users' which may manually start the task, so it should
> be simple for them.
>
> It seems that not having an output window slows down the script
> dramatically on each 'echo'.
>
> As workaround I started the script with another bash (to access cygwin
> /dev/null) , it work just fine now but it's a bit ugly (bash forking
> bash...) so any better idea will be appreciated:
>
> Before:
>
>         bash myscript
>
> Has been replaced by:
>
>         bash -c "bash myscript >/dev/null </dev/null"
>
> I really don't know why 'echo' is behaving like this.
>
> Pascal

You could put an "exec >/dev/null 2>&1 </dev/null" at the top of the
script instead.
	Igor
-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_		pechtcha AT cs DOT nyu DOT edu
ZZZzz /,`.-'`'    -.  ;-;;,_		igor AT watson DOT ibm DOT com
     |,4-  ) )-,_. ,\ (  `'-'		Igor Pechtchanski, Ph.D.
    '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"I have since come to realize that being between your mentor and his route
to the bathroom is a major career booster."  -- Patrick Naughton

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