Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!torsqnt!tmsoft!masnet!canremote!david.megginson From: david.megginson@canremote.uucp (DAVID MEGGINSON) Newsgroups: comp.sys.atari.st Subject: Re: Multitasking on the ST Message-ID: <89081310545139@masnet.uucp> Date: 12 Aug 89 17:28:00 GMT Organization: Canada Remote Systems Limited, Mississauga, ON, Canada Lines: 8 MX2 already does a fairly good job of simple multi-tasking. What we need to be able to do is multi-task in GEM. Right now, the machine will crash because the GEM code cannot be reentred when it is being used (it uses global rather than local variables). To multi-task with real ST applications, you would have to at least save all of the internal GEM variables with every context switch. --- * Via ProDoor 3.0R