Re: About Process Communication Implementation in Windows.
- From: ant_ban <dmitry.sorokin@xxxxxxxxx>
- Date: Sat, 20 Oct 2007 13:20:11 -0700
On Oct 19, 12:27 pm, "Günter Prossliner" <g.prossliner/gmx/at> wrote:
Hello
In the book< Programming Application for miscrosoft windows>
Which book is this? You you have a link?
These mechanisms[note:Process communication] include RPC, COM, OLE,
DDE, window messages (especially WM_COPYDATA), the clipboard,
mailslots, pipes, sockets, and so on. In Windows, the lowest-level
mechanism for sharing data on a single machine is the memory-mapped
file. That's right, all of the mechanisms I mention ultimately use
memory-mapped files to do their dirty work if all the processes
communicating are on the same machine.
Many of them (e.g. COM, OLE) are based on RPC. I don't know if local RPC is
implemented with memory mapped files.
WM_COPYDATA, DDE, (local) pipes and the Clipboard ist AFAIK implemented by
m. m. f..
But sockets are a different technology (Networking Stack).
GP
RPC is also based on memory mapped files.
.
- Follow-Ups:
- Re: About Process Communication Implementation in Windows.
- From: Ivan Brugiolo [MSFT]
- Re: About Process Communication Implementation in Windows.
- References:
- About Process Communication Implementation in Windows.
- From: lostlander
- Re: About Process Communication Implementation in Windows.
- From: Günter Prossliner
- About Process Communication Implementation in Windows.
- Prev by Date: Re: EnterCriticalSection
- Next by Date: Re: EnterCriticalSection
- Previous by thread: Re: About Process Communication Implementation in Windows.
- Next by thread: Re: About Process Communication Implementation in Windows.
- Index(es):
Relevant Pages
|
|