Mail Archives: djgpp/1996/07/19/01:40:11
> I haven't tried multi-tasking in DOS, however multi-threading under DOS, and
> even under DOS4GW is quite possible. So long as the DPMI allows re-entrant
> hardware interrupts (Windows and Win95 don't, cheap shitty DPMI
> implementation) you can hang the scheduler of the timer interrupt. I used
> this in an FMV player in order to read from CD in the back-ground.
Multithreading is completely another matter! You can do in YOUR program
whatever you want, not messing with other, maybe not-well-behaving programs.
- Raw text -