Click here to Skip to main content
15,897,518 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: demo exe in web site Pin
Rilhas28-Apr-06 23:13
Rilhas28-Apr-06 23:13 
GeneralRe: demo exe in web site Pin
Aqueel25-Apr-06 17:16
Aqueel25-Apr-06 17:16 
AnswerRe: demo exe in web site Pin
Cedric Moonen25-Apr-06 4:46
Cedric Moonen25-Apr-06 4:46 
Questiondemo exe in web site Pin
akram mirzaei25-Apr-06 3:29
akram mirzaei25-Apr-06 3:29 
AnswerRe: demo exe in web site Pin
Rilhas25-Apr-06 7:22
Rilhas25-Apr-06 7:22 
AnswerRe: demo exe in web site Pin
Aqueel25-Apr-06 17:43
Aqueel25-Apr-06 17:43 
QuestionPerformance issues due to use of CMemFile for serialization Pin
senthaaa25-Apr-06 3:18
senthaaa25-Apr-06 3:18 
AnswerRe: Performance issues due to use of CMemFile for serialization Pin
YaronNir25-Apr-06 4:05
YaronNir25-Apr-06 4:05 
From MSDN:

These memory files behave like disk files except that the file is stored in RAM rather than on disk. A memory file is useful for fast temporary storage or for transferring raw bytes or serialized objects between independent processes.

As far as I know, you are working correctly with the CMemFile (the work is the same as in CFile). nothing to do if it is slow, remember that the file needs to be dumped onto the RAM, and if it is a Huge file , then it should be slow....

Yaron

Ask not what your application can do for you,
Ask what you can do for your application
GeneralRe: Performance issues due to use of CMemFile for serialization Pin
senthaaa10-May-06 20:33
senthaaa10-May-06 20:33 
QuestionCapturing Browser data in Windows Application Pin
nw.knowledge25-Apr-06 3:13
nw.knowledge25-Apr-06 3:13 
AnswerRe: Capturing Browser data in Windows Application Pin
Naveen25-Apr-06 3:21
Naveen25-Apr-06 3:21 
QuestionCopyFile slow over network Pin
jayart25-Apr-06 1:55
jayart25-Apr-06 1:55 
AnswerRe: CopyFile slow over network Pin
YaronNir25-Apr-06 2:04
YaronNir25-Apr-06 2:04 
GeneralRe: CopyFile slow over network Pin
jayart25-Apr-06 2:30
jayart25-Apr-06 2:30 
QuestionAdding .gif as resource. Pin
pc_dev25-Apr-06 1:42
pc_dev25-Apr-06 1:42 
AnswerRe: Adding .gif as resource. Pin
YaronNir25-Apr-06 2:01
YaronNir25-Apr-06 2:01 
GeneralRe: Adding .gif as resource. Pin
pc_dev25-Apr-06 2:24
pc_dev25-Apr-06 2:24 
GeneralRe: Adding .gif as resource. Pin
YaronNir25-Apr-06 2:32
YaronNir25-Apr-06 2:32 
Questionhow to capture the registry keynames after notifying the changes Pin
kiranin25-Apr-06 1:42
kiranin25-Apr-06 1:42 
AnswerRe: how to capture the registry keynames after notifying the changes Pin
David Crow25-Apr-06 4:30
David Crow25-Apr-06 4:30 
QuestionListctrl problem Pin
Sandeep A.C25-Apr-06 1:42
Sandeep A.C25-Apr-06 1:42 
AnswerRe: Listctrl problem Pin
YaronNir25-Apr-06 2:02
YaronNir25-Apr-06 2:02 
Questioncheck for Invalid Mail ID Pin
QuickDeveloper25-Apr-06 1:30
QuickDeveloper25-Apr-06 1:30 
AnswerRe: check for Invalid Mail ID Pin
Ganesh_T25-Apr-06 1:44
Ganesh_T25-Apr-06 1:44 
AnswerRe: check for Invalid Mail ID Pin
Ganesh_T25-Apr-06 1:45
Ganesh_T25-Apr-06 1: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.