In .:
[mono.git] / mcs / class / System.Runtime.Remoting / System.Runtime.Remoting.Channels.Ipc.Win32 / README
1 System.Runtime.Remoting.Channels.Ipc.Win32
2 ==========================================
3
4 *.Ipc.Win32 is a concrete IPC channel implementation for Win32
5 using named pipes for the transport sink.
6
7 Differences to MSFT's implementation:
8
9 - the "secure" channel property is not implemented.
10
11 - the implementations are not interoperable. Not a big issue,
12   because the IPC channel is a local channel.
13
14 About the Named Pipe implementation:
15
16 My "native" Win32 implementation for MSFT's .NET used I/O completion ports.
17 I was not able to port them to Mono because some required functionality
18 was missing (ThreadPool.BindHandle for example).
19