Warning: mysqli::__construct(): (HY000/1203): User howardkn already has more than 'max_user_connections' active connections in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\includes\artfuncs.php on line 21
Failed to connect to MySQL: (1203) User howardkn already has more than 'max_user_connections' active connections
Warning: mysqli::query(): Couldn't fetch mysqli in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\index.php on line 66
Article <v1p23o$2358g$2@dont-email.me>
Deutsch   English   Français   Italiano  
<v1p23o$2358g$2@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!weretis.net!feeder9.news.weretis.net!feeder8.news.weretis.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: vallor <vallor@cultnix.org>
Newsgroups: comp.unix.shell
Subject: Re: When/why does the shell (bash) (sometimes) not re-cycle job IDs?
Date: Sun, 12 May 2024 00:22:16 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 11
Message-ID: <v1p23o$2358g$2@dont-email.me>
References: <v1oi0d$rrf5$3@news.xmission.com>
	<slrnv3vt5j.1gfp.naddy@lorvorc.mips.inka.de> <v1p1kf$2ake7$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Sun, 12 May 2024 02:22:16 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="9fc4d1b29b3e59e18aeea1649650c530";
	logging-data="2200848"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1+cc6PvrfMZkLu9Hr6KYWMc"
User-Agent: Pan/0.158 (Avdiivka; a81241a; Linux-6.8.9)
Cancel-Lock: sha1:8KmlGxUmK20hqIdlA8aCVgpSu4Y=
X-Face: \}2`P"_@pS86<'EM:'b.Ml}8IuMK"pV"?FReF$'c.S%u9<Q#U*4QO)$l81M`{Q/n
 XL'`91kd%N::LG:=*\35JS0prp\VJN^<s"b#bff@fA7]5lJA.jn,x_d%Md$,{.EZ
Bytes: 1572

On Sun, 12 May 2024 00:14:08 -0000 (UTC), Lawrence D'Oliveiro
<ldo@nz.invalid> wrote in <v1p1kf$2ake7$1@dont-email.me>:

> I’ve often wondered why shells don’t use poll/select-based event loops.
> Then they can notify you of job termination immediately, instead of
> waiting for you to press return.

With bash: set -b

-- 
-v