From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,7e7f7973df7202d0 X-Google-Attributes: gid103376,public From: T.Cornah@shef.ac.uk (A J Cornah) Subject: Re: tasking under ms-dos Date: 1997/10/25 Message-ID: <62skq8$sfa$1@bignews.shef.ac.uk>#1/1 X-Deja-AN: 284858956 Distribution: world References: <62q5np$k6p$1@bignews.shef.ac.uk> <877755568.66snx@jvdsys.nextjk.stuyts.nl> Organization: AC&SE Sheffield Newsgroups: comp.lang.ada Date: 1997-10-25T00:00:00+00:00 List-Id: jerry@jvdsys.nextjk.stuyts.nl writes: >I am not sure why you would expect your output to be interleaved, as >DOS does not do multi-tasking. > If you look at Larry Coon's answer to my original article you will see that other Ada compilers do multitask. We have a Modula-2 compiler for MSDOS here which also multitasks. My question really is, and I'm sorry if I didn't make this clear, what I can do (if anything) to my EZ2LOAD installation of GNAT 3.07 and/or the included minimal DJGPP 2.0 which will emulate multitasking, certainly to the extent of scheduling some other process if I issue a Delay call!! tony