tagged [named-pipes]

WCF vs. .Net Remoting

WCF vs. .Net Remoting according to [this article](http://msdn.microsoft.com/en-us/library/bb310550.aspx), WCF with named pipes is the best choice for IPC, and it is around 25 % faster than .Net Remoti...

10 Dec at 09:27

NamedPipeServerStream.ReadAsync() does not exit when CancellationToken requests cancellation

NamedPipeServerStream.ReadAsync() does not exit when CancellationToken requests cancellation When the NamedPipeServer stream reads any data from the pipe it does not react to `CancellationTokenSource....