Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > gnu.bash.bug > #14506 > unrolled thread

Re: Add sleep builtin

Started byClint Hepner <clint.hepner@gmail.com>
First post2018-08-19 12:26 -0400
Last post2018-08-19 12:26 -0400
Articles 1 — 1 participant

Back to article view | Back to gnu.bash.bug

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Add sleep builtin Clint Hepner <clint.hepner@gmail.com> - 2018-08-19 12:26 -0400

#14506 — Re: Add sleep builtin

FromClint Hepner <clint.hepner@gmail.com>
Date2018-08-19 12:26 -0400
SubjectRe: Add sleep builtin
Message-ID<mailman.5291.1534695985.1292.bug-bash@gnu.org>
> On Aug 19, 2018, at 10:25 AM, konsolebox <konsolebox@gmail.com> wrote:
> 
> Hi Chet,
> 
> The sleep command is often used in loops and using the external sleep
> is expensive.  

Expensive is relative, as the time spent actually sleeping probably dwarfs the startup time. If not, you probably want to find an alternative to polling anyway.

Clint

[toc] | [standalone]


Back to top | Article view | gnu.bash.bug


csiph-web