Click here to Skip to main content
15,891,184 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRetrieving dialog box values Pin
2-Dec-01 7:24
suss2-Dec-01 7:24 
GeneralRe: Retrieving dialog box values Pin
Igor Sukhov2-Dec-01 12:48
Igor Sukhov2-Dec-01 12:48 
Generaltoolbar buttons problem Pin
2-Dec-01 6:09
suss2-Dec-01 6:09 
GeneralRe: toolbar buttons problem Pin
Igor Sukhov2-Dec-01 6:11
Igor Sukhov2-Dec-01 6:11 
GeneralRe: toolbar buttons problem Pin
2-Dec-01 15:27
suss2-Dec-01 15:27 
GeneralSetProcessWorkingSetSize AND Background Processes Pin
John M. Drescher2-Dec-01 6:05
John M. Drescher2-Dec-01 6:05 
GeneralRe: SetProcessWorkingSetSize AND Background Processes Pin
Gert Boddaert2-Dec-01 7:36
Gert Boddaert2-Dec-01 7:36 
GeneralRe: SetProcessWorkingSetSize AND Background Processes Pin
John M. Drescher2-Dec-01 8:07
John M. Drescher2-Dec-01 8:07 
Thanks,

After solving the problem of running out of process space, I have worked hard to limit the amount of memory (dirty pages specifically) in the memory mapped files. I force the system to flush a small part of the images periodically, because the lazy write was not aggressive enough and the file cache was eventually claiming all the memory. The system that this application is designed for is a dual processor Athlon 1.2MP with 2GB of registered PC266DDR RAM and my data set should not be much more than 2GB.
GeneralRe: SetProcessWorkingSetSize AND Background Processes Pin
Tim Smith2-Dec-01 8:37
Tim Smith2-Dec-01 8:37 
GeneralRe: SetProcessWorkingSetSize AND Background Processes Pin
John M. Drescher2-Dec-01 17:01
John M. Drescher2-Dec-01 17:01 
GeneralRe: SetProcessWorkingSetSize AND Background Processes Pin
John M. Drescher3-Dec-01 6:21
John M. Drescher3-Dec-01 6:21 
Generalproblem with socket Pin
Fumiseki2-Dec-01 4:59
Fumiseki2-Dec-01 4:59 
GeneralRe: problem with socket Pin
markkuk3-Dec-01 1:52
markkuk3-Dec-01 1:52 
GeneralChanging bitmap of single toolbar button Pin
Erik Hammar2-Dec-01 2:06
Erik Hammar2-Dec-01 2:06 
GeneralRe: Changing bitmap of single toolbar button Pin
Steve L.2-Dec-01 5:15
Steve L.2-Dec-01 5:15 
QuestionHow to get rid of Visual Studio's automatic debugging? Pin
1-Dec-01 23:30
suss1-Dec-01 23:30 
AnswerRe: How to get rid of Visual Studio's automatic debugging? Pin
Michael P Butler2-Dec-01 1:32
Michael P Butler2-Dec-01 1:32 
GeneralError Starting Program Pin
SixString1-Dec-01 18:02
SixString1-Dec-01 18:02 
GeneralRe: Error Starting Program Pin
Michael P Butler2-Dec-01 1:39
Michael P Butler2-Dec-01 1:39 
GeneralDefine controller in VC 7 Pin
mazy1-Dec-01 17:52
mazy1-Dec-01 17:52 
GeneralSTL to: Cin, Cout, ifstream & ofstream Pin
valikac1-Dec-01 16:32
valikac1-Dec-01 16:32 
GeneralRe: STL to: Cin, Cout, ifstream & ofstream Pin
Michael P Butler2-Dec-01 1:42
Michael P Butler2-Dec-01 1:42 
GeneralRe: STL to: Cin, Cout, ifstream & ofstream Pin
Igor Sukhov2-Dec-01 6:05
Igor Sukhov2-Dec-01 6:05 
GeneralRe: STL to: Cin, Cout, ifstream & ofstream Pin
Erik Funkenbusch3-Dec-01 9:28
Erik Funkenbusch3-Dec-01 9:28 
GeneralRe: STL to: Cin, Cout, ifstream & ofstream Pin
valikac3-Dec-01 12:45
valikac3-Dec-01 12:45 

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.