Newsgroups: comp.os.msdos.djgpp From: "Sean Keogh" Subject: Re: What does locking memory do? Message-ID: Lines: 16 Sender: news AT data-io DOT com (Usenet news) Organization: News Server at Data I/O, Seattle References: <01bcdc22$9423bc60$b95d29c0 AT worldwii> <62c9nf$lgj AT freenet-news DOT carleton DOT ca> Date: Tue, 21 Oct 1997 15:31:18 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk >> What is the purpose of locking memory? I am new to 32 bit programming, and >> I saw the locking functions and have heard of them being used, and I am >> curious. Ok... I know what locking memory is, and am aware that DOS dies when interrupt code is swapped to disk, but what does Win95 do? Does it gracefully attempt to unswap and run the code, or does the app crash? I'd test it myself, but I'm not really willing to crash my computer unneccessarily... :)