Re: What exactly is the need to have swappable and non swappable pages
- From: Ulrich Eckhardt <doomster@xxxxxxxx>
- Date: Wed, 19 Sep 2007 07:31:53 +0200
MAx wrote:
What is the need of having non swappable pages?
You can't put the code that handles swapping into swappable pages itself.
Also, you shouldn't put code that needs to fulfill some realtime
requirements into swappable pages if swapping in would be too slow.
What is the disadvantage of *NOT* having non swappable pages?
Is there any problem if Non Swappable pages were to be made
swappable...?
Some security-sensitive applications put private data into non-swappable
pages in order to not have them swapped to an unencrypted swap file.
Uli
.
- Follow-Ups:
- Re: What exactly is the need to have swappable and non swappable pages
- From: Josef Moellers
- Re: What exactly is the need to have swappable and non swappable pages
- References:
- Prev by Date: What exactly is the need to have swappable and non swappable pages
- Next by Date: Re: What exactly is the need to have swappable and non swappable pages
- Previous by thread: What exactly is the need to have swappable and non swappable pages
- Next by thread: Re: What exactly is the need to have swappable and non swappable pages
- Index(es):