在.NET进程间通信进程、通信、NET

由网友(- 丢不掉的凄凉)分享简介:我有一个需要产卵子过程的abitrary数的核心.NET应用程序。这些过程需要能够访问某种形式的国家对象在核心应用I have a core .NET application that needs to spawn an abitrary number of sub processes. These processe...

我有一个需要产卵子过程的abitrary数的核心.NET应用程序。这些过程需要能够访问某种形式的国家对象在核心应用

I have a core .NET application that needs to spawn an abitrary number of sub processes. These processes need to be able to access some form of state object in the core application.

什么是最好的方法?我将移动大量数据的处理(位图)之间,因此它需要要快。

What is the best technique? I'll be moving a large amount of data between processes (Bitmaps), so it needs to be fast.

推荐答案

WCF很可能适合该法案...

WCF would probably fit the bill...

下面是一个真正的.NET远程的好文章来提供分布式透彻的分析。虽然远程已被替换WCF,文章的相关性和说明如何异步打的电话,等等。

Here's a really good article on .NET remoting for performing distributed intensive analysis. Though remoting has been replaced with WCF, the article is relevant and shows how to make the calls asynchronously, etc.

这文章对比WCF为.NET远程 - 修改:关键带走这里显示,WCF吞吐量了执行远程对小数据,但接近远程性能数据的大小增加

This article contrasts WCF to .NET remoting -- EDIT: the key take away here shows that WCF throughput out performs remoting for small data but approaches Remoting performance as data size increases.

阅读全文

相关推荐

最新文章