IPC机制在C#中 - 使用和最佳实践 [英] IPC Mechanisms in C# - Usage and Best Practices

查看:259
本文介绍了IPC机制在C#中 - 使用和最佳实践的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经使用IPC在Win32 code前一阵子。 [临界区,事件和放大器;信号灯]

I have used IPC in win32 code a while ago. [Critical sections, events & semaphores]

是怎样的景象在.NET环境? 是否有任何教程讲解的时候所有可用的选项和使用,为什么?

How is the scene in .NET enviroment? Are there any tutorial explaining all available options and when to use and why?

推荐答案

最近微软在IPC东西 Windows通讯基础。其实没有什么新在较低的水平(TCP,UPD,命名管道等),但WCF简化IPC的发展很大。

Most recent Microsoft's stuff in IPC is Windows Communication Foundation. Actually there is nothing new in the lower level (tcp, upd, named pipes etc) But WCF simplifies IPC development greatly.

有用的资源:

  • Interprocess Communication with WCF on Dr. Dobb's portal
  • WCF Communication Options in the .NET Framework 3.5

和当然 MSDN上WCF

这篇关于IPC机制在C#中 - 使用和最佳实践的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆