Date: Wed, 2 Sep 1998 10:59:38 +0300 (IDT) From: Eli Zaretskii To: Shaun Jackman cc: djgpp AT delorie DOT com Subject: Re: Multitasking in BASH In-Reply-To: <35EC49F8.1CE52B2@home.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Tue, 1 Sep 1998, Shaun Jackman wrote: > Are there any plans to implement the multitasking functions of BASH? There's no shortage of plans; what we need are volunteers who could carry those plans out. ;-) Implementing multi-processing under DPMI is a notoriously difficult task, since DPMI spec doesn't allow you to task-switch from within a hardware interrupt handler (such as a timer tick). Several ideas were discussed over the years to work around this limitation, but no ready solutions are available yet (AFAIK).