Click here to Skip to main content
15,901,426 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Time and Date Pin
David Crow10-Jan-08 2:36
David Crow10-Jan-08 2:36 
QuestionDrawing on a dialog box which is a child of CFormView Pin
Wamuti9-Jan-08 21:43
Wamuti9-Jan-08 21:43 
QuestionRe: Drawing on a dialog box which is a child of CFormView Pin
CPallini9-Jan-08 21:54
mveCPallini9-Jan-08 21:54 
GeneralRe: Drawing on a dialog box which is a child of CFormView Pin
Wamuti9-Jan-08 22:11
Wamuti9-Jan-08 22:11 
GeneralRe: Drawing on a dialog box which is a child of CFormView Pin
CPallini9-Jan-08 22:36
mveCPallini9-Jan-08 22:36 
Questionworking set is larger than virtual bytes? Pin
George_George9-Jan-08 21:41
George_George9-Jan-08 21:41 
AnswerRe: working set is larger than virtual bytes? Pin
David Crow10-Jan-08 2:39
David Crow10-Jan-08 2:39 
GeneralRe: working set is larger than virtual bytes? Pin
George_George10-Jan-08 2:50
George_George10-Jan-08 2:50 
Thanks DavidCrow, great!


Your reply is great! I have made some self-study as well. The following MSDN page describes the situation when the unused pages are put on system standby list if the system has enough free memory, I think this is one of the situations when it will make the working set larger than virtual memory?

Do you agree? Any comments about my new findings?

This new case is mentioned here,

http://support.microsoft.com/kb/108449/en-us

--------------------
Process pages that are paged out of your process space are moved into the "standby list," where they remain until sufficient free RAM is available, or until system memory is low and they need to be reused. If these pages are accessed by your process while they are still on the standby list and more RAM has become available, they will be "soft-faulted" back into the working set. This does not require any disk access, so it is very quick. Therefore, even though you have an upper limit to the size of your working set, you can still have quite a few process pages in memory that can be pulled back into your working set very quickly.
--------------------


regards,
George
GeneralRe: working set is larger than virtual bytes? Pin
David Crow10-Jan-08 3:34
David Crow10-Jan-08 3:34 
GeneralRe: working set is larger than virtual bytes? Pin
George_George10-Jan-08 3:40
George_George10-Jan-08 3:40 
GeneralLoadIcon 16x16, 32x32, 48x48 multi-icon resource Pin
Lea Hayes9-Jan-08 21:34
Lea Hayes9-Jan-08 21:34 
GeneralRe: LoadIcon 16x16, 32x32, 48x48 multi-icon resource [modified] Pin
Nishad S9-Jan-08 22:11
Nishad S9-Jan-08 22:11 
GeneralRe: LoadIcon 16x16, 32x32, 48x48 multi-icon resource Pin
Lea Hayes9-Jan-08 22:26
Lea Hayes9-Jan-08 22:26 
GeneralRe: LoadIcon 16x16, 32x32, 48x48 multi-icon resource Pin
Nishad S9-Jan-08 22:28
Nishad S9-Jan-08 22:28 
GeneralCBCGPDialogBar question Pin
followait9-Jan-08 21:20
followait9-Jan-08 21:20 
GeneralRe: CBCGPDialogBar question Pin
Mark Salsbery10-Jan-08 7:42
Mark Salsbery10-Jan-08 7:42 
GeneralRe: CBCGPDialogBar question Pin
followait10-Jan-08 16:02
followait10-Jan-08 16:02 
QuestionRead a line from file Pin
nitin39-Jan-08 20:54
nitin39-Jan-08 20:54 
GeneralRe: Read a line from file Pin
Hamid_RT9-Jan-08 21:06
Hamid_RT9-Jan-08 21:06 
GeneralRe: Read a line from file Pin
CPallini9-Jan-08 21:17
mveCPallini9-Jan-08 21:17 
GeneralRe: Read a line from file Pin
KarstenK9-Jan-08 21:31
mveKarstenK9-Jan-08 21:31 
GeneralGSL data type initialization failed when loaded in COM Dll Pin
mandanani9-Jan-08 20:34
mandanani9-Jan-08 20:34 
GeneralRe: GSL data type initialization failed when loaded in COM Dll Pin
CPallini9-Jan-08 20:58
mveCPallini9-Jan-08 20:58 
GeneralStretchDIBits problem Pin
trioum9-Jan-08 19:43
trioum9-Jan-08 19:43 
GeneralRe: StretchDIBits problem Pin
Hamid_RT9-Jan-08 20:01
Hamid_RT9-Jan-08 20:01 

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.