Re: SWAP File
- Posted by Kat <gertie at PELL.NET> Mar 27, 2001
- 431 views
On 27 Mar 2001, at 11:04, Florian Perget wrote: > > Hello, > I'm a recent user of Euphoria and I'm also recent in this mailing > list. > > I would like to know if someone can help me : > I would like to make a program that uses a maximum of memory, but > without swap memory. My first impulse would be to use only dos. I suspect any other OS will eventually swap your code and date in virtual memory to the harddrive. You might try looking for an API call to lock the memory from swaps in whatever OS you are using. Kat