Click here to Skip to main content
15,895,011 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: page fault Pin
Hamid_RT9-Jan-08 19:09
Hamid_RT9-Jan-08 19:09 
GeneralRe: page fault Pin
George_George9-Jan-08 19:26
George_George9-Jan-08 19:26 
GeneralRe: page fault Pin
Hamid_RT9-Jan-08 19:57
Hamid_RT9-Jan-08 19:57 
GeneralRe: page fault Pin
George_George9-Jan-08 20:30
George_George9-Jan-08 20:30 
GeneralRe: page fault Pin
Hamid_RT9-Jan-08 21:04
Hamid_RT9-Jan-08 21:04 
GeneralRe: page fault Pin
George_George9-Jan-08 21:32
George_George9-Jan-08 21:32 
GeneralRe: page fault Pin
Hamid_RT9-Jan-08 21:53
Hamid_RT9-Jan-08 21:53 
GeneralRe: page fault Pin
George_George9-Jan-08 22:58
George_George9-Jan-08 22:58 
Great link, Hamid!


I have the parts which I had question and for the demand zero page fault, here is what the article saying,

What means "a process first references newly allocated virtual memory pages"? And "These do not involve the pagefile at all"? I am confused if it does not involve any pagefile at all? Why there is something called page fault?

Any ideas? Could you some some pseudo code about this scenario please?

--------------------
Demand Zero Page Faults – these happen when a process first references newly allocated virtual memory pages. These do not involve the pagefile at all. Any process that does frequent memory allocations and de-allocations will experience a significant number of Demand Zero Page Faults. Processing these events is a very low overhead activity and does not indicate that demand for memory has exceeded the amount of available RAM. Very high Demand Zero Page Fault rates are quite common for some applications but this by itself has little affect on performance. The design and implementation of the application affects the rate of Demand Zero Page Faults the application experiences, so this can not be changed by adding RAM or reconfiguring the pagefile.
--------------------


regards,
George
GeneralRe: page fault Pin
JudyL_MD10-Jan-08 2:40
JudyL_MD10-Jan-08 2:40 
GeneralRe: page fault Pin
George_George10-Jan-08 2:47
George_George10-Jan-08 2:47 
GeneralRe: page fault Pin
JudyL_MD10-Jan-08 3:03
JudyL_MD10-Jan-08 3:03 
GeneralRe: page fault Pin
George_George10-Jan-08 3:10
George_George10-Jan-08 3:10 
GeneralRe: page fault Pin
JudyL_MD10-Jan-08 3:54
JudyL_MD10-Jan-08 3:54 
GeneralRe: page fault Pin
George_George10-Jan-08 18:04
George_George10-Jan-08 18:04 
GeneralRe: page fault Pin
Hamid_RT10-Jan-08 5:39
Hamid_RT10-Jan-08 5:39 
GeneralRe: page fault Pin
George_George10-Jan-08 18:10
George_George10-Jan-08 18:10 
GeneralRe: page fault Pin
Hamid_RT10-Jan-08 19:59
Hamid_RT10-Jan-08 19:59 
GeneralRe: page fault Pin
George_George10-Jan-08 20:02
George_George10-Jan-08 20:02 
GeneralRe: page fault Pin
Hamid_RT10-Jan-08 20:49
Hamid_RT10-Jan-08 20:49 
GeneralRe: page fault Pin
George_George10-Jan-08 20:50
George_George10-Jan-08 20:50 
GeneralRe: page fault Pin
Hamid_RT10-Jan-08 21:10
Hamid_RT10-Jan-08 21:10 
GeneralRe: page fault Pin
David Crow10-Jan-08 2:43
David Crow10-Jan-08 2:43 
GeneralRe: page fault Pin
George_George10-Jan-08 2:53
George_George10-Jan-08 2:53 
Generalproblem with named pipes Pin
vasu_ever9-Jan-08 18:56
professionalvasu_ever9-Jan-08 18:56 
GeneralRe: problem with named pipes Pin
Member 75496010-Jan-08 4:05
Member 75496010-Jan-08 4:05 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.