| Topic: |
DEVELOP > c-Plus-Plus |
| User: |
"George2" |
| Date: |
10 Jan 2008 12:05:07 AM |
| Object: |
page fault |
Hello everyone,
I can understand hard page fault is we need to load from page file
into working set (RAM). But what is a soft page fault? I am confused.
thanks in advance,
George
.
|
|
| User: "Michael DOUBEZ" |
|
| Title: Re: page fault |
10 Jan 2008 02:06:12 AM |
|
|
George2 a écrit :
I can understand hard page fault is we need to load from page file
into working set (RAM). But what is a soft page fault? I am confused.
You question has nothing to do with C++. See with your Os' group or on
comp.programming.
A hard page fault is that the memory is not loaded (not available), a
soft page fault is that the page is not up to date (not synchronized
between processes).
See wikipedia
http://en.wikipedia.org/wiki/Page_fault
Michael
.
|
|
|
|
| User: "Ian Collins" |
|
| Title: Re: page fault |
10 Jan 2008 12:27:26 AM |
|
|
George2 wrote:
Hello everyone,
I can understand hard page fault is we need to load from page file
into working set (RAM). But what is a soft page fault? I am confused.
Confused enough to ask on the wrong group...
--
Ian Collins.
.
|
|
|
|

|
Related Articles |
|
|