From: "Luke Bishop" Newsgroups: comp.os.msdos.djgpp Subject: Re: True Multitasking Date: 17 Feb 1998 22:13:51 GMT Organization: The Zone Lines: 11 Message-ID: <01bd3a83$e0c0cb20$0201a8c0@technoid> References: NNTP-Posting-Host: n072h123.thezone.net To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk > Does DJGPP support multitasking in any way? I want to write a few functions all > to run at once (i'll accept a millisecond or two of being suspended while other > code runs) or would it be better just to have some timer code adjust the > register %eip every now and then? Does anyone have such code? Or should I just > go nuts with the longjump code? :) Absolutely, you may want to check out LWP2, it works very well.