Click here to Skip to main content
15,915,603 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralList Views Report Style Pin
Tyrus18217-May-04 7:46
Tyrus18217-May-04 7:46 
GeneralRe: List Views Report Style Pin
David Crow17-May-04 10:09
David Crow17-May-04 10:09 
GeneralRe: List Views Report Style Pin
Tyrus18217-May-04 15:59
Tyrus18217-May-04 15:59 
GeneralAccess large files Pin
seasidetech17-May-04 7:33
seasidetech17-May-04 7:33 
GeneralRe: Access large files Pin
bikram singh17-May-04 8:08
bikram singh17-May-04 8:08 
GeneralRe: Access large files Pin
Joe Woodbury17-May-04 8:18
professionalJoe Woodbury17-May-04 8:18 
GeneralRe: Access large files Pin
seasidetech17-May-04 9:28
seasidetech17-May-04 9:28 
GeneralRe: Access large files Pin
Joe Woodbury17-May-04 9:47
professionalJoe Woodbury17-May-04 9:47 
Memory mapped files just leverage the demand paging mechanism built into Win32. Demand paging does take some CPU time. Since all the pages would be paged in, you'll get a slight performance increase if you read the data in in chunks.

If, on the other hand, your data has some organization to it such that you won't need to read all the pages in, a memory mapped file may give you increased performance.

Memory mapped files are different than overlapped I/O which is innappropriate in this situation.


Anyone who thinks he has a better idea of what's good for people than people do is a swine.
- P.J. O'Rourke

GeneralRe: Access large files Pin
seasidetech17-May-04 21:37
seasidetech17-May-04 21:37 
GeneralRe: Access large files Pin
Joe Woodbury18-May-04 4:53
professionalJoe Woodbury18-May-04 4:53 
GeneralChanging background color of dialog Pin
dart1317-May-04 7:10
dart1317-May-04 7:10 
GeneralRe: Changing background color of dialog Pin
vividtang17-May-04 7:40
vividtang17-May-04 7:40 
GeneralRe: Changing background color of dialog Pin
dart1317-May-04 13:53
dart1317-May-04 13:53 
GeneralRe: Changing background color of dialog Pin
dart1318-May-04 2:59
dart1318-May-04 2:59 
GeneralPorts Pin
Member 87345217-May-04 7:10
Member 87345217-May-04 7:10 
GeneralRe: Ports Pin
David Chamberlain17-May-04 7:21
David Chamberlain17-May-04 7:21 
GeneralRe: Sending messages to CDateTimeCtrl using Buttons Pin
Andrew Whittle17-May-04 6:59
Andrew Whittle17-May-04 6:59 
QuestionHow to load DLL from memory, not disk Pin
MiCROHARD17-May-04 6:54
MiCROHARD17-May-04 6:54 
AnswerRe: How to load DLL from memory, not disk Pin
jmkhael17-May-04 7:00
jmkhael17-May-04 7:00 
GeneralRe: How to load DLL from memory, not disk Pin
MiCROHARD17-May-04 20:42
MiCROHARD17-May-04 20:42 
GeneralRe: How to load DLL from memory, not disk Pin
jmkhael17-May-04 22:15
jmkhael17-May-04 22:15 
GeneralRe: How to load DLL from memory, not disk Pin
MiCROHARD18-May-04 1:14
MiCROHARD18-May-04 1:14 
AnswerRe: How to load DLL from memory, not disk Pin
vividtang17-May-04 7:45
vividtang17-May-04 7:45 
AnswerRe: How to load DLL from memory, not disk Pin
Mahendra_78619-May-04 16:36
Mahendra_78619-May-04 16:36 
GeneralLink Error only in Release mode Pin
Nick Parker17-May-04 4:51
protectorNick Parker17-May-04 4:51 

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.