Given two processes, how can they share memory?

Answers were Sorted based on User's Feedback



Given two processes, how can they share memory?..

Answer / skybeaver

Two processes can share memory in a number of ways.

1. Memory-mapped files
2. Shared memory segments
3. Message queues
4. Named pipes

Is This Answer Correct ?    27 Yes 0 No

Given two processes, how can they share memory?..

Answer / guest

BY VIRTUAL MEMORY

Is This Answer Correct ?    4 Yes 9 No

Post New Answer

More MFC Interview Questions

1)why we cant create more than one instance of the class Derived from CWinApp

5 Answers   Alstom,


What is primitive and non-primitive application?

2 Answers   HCL,


how u can move CDC pointer to one line in cview?

2 Answers  


If application hangs while SendMessage is waiting for the result, how you handle it?

2 Answers  


What is the difference between Synchronous sockets and asynchronous sockets?

2 Answers  






What is serialization ?which function is responsible for serializing data ?

5 Answers  


What is #progma and where it is used?

5 Answers   L&T,


Does the application have more than one object? If no, then what is the reason?

5 Answers  


what is message loop how mfc does it internally?

4 Answers   Aspire,


is it possible to display a window .without using windowclass

1 Answers   E Logic,


What is LPCTSTR? What does LP denote it?

4 Answers  


what is the use of Mutex and critical section

2 Answers  


Categories