由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
DotNet版 - How many different ways you can send a message cross differnent processes?
相关主题
ASP.NET 怎么跟后端main process通信?OMG .Net lib source to be released
How to write to MSMQ on another machine?谁能帮忙推荐一本 web services 方面的书? 多谢!
Re: How to write to MSMQ on another mach谁熟dotnet 的webservice?
memory leakPDC 08, baby!!
有人试过.Net 3.0吗?Entity Framework Today?
你们最不喜欢.net的什么? Web scraping的利器: HttpClient in WFC REST Starter Kit
一下狠心SOAP is out of date from web services?
是不是最近dotnet不济了网页制作的最高境界
相关话题的讨论汇总
话题: differnent话题: ways话题: wcf话题: processes话题: different
进入DotNet版参与讨论
1 (共1页)
f*****e
发帖数: 5177
1
I have two windows applications. One need to get notification from another
one. Other than MSMQ and WCF, is there any other ways?
d*******t
发帖数: 220
2
With different WCF bindings, you get a lot of options. Also you can try
shared memory, memory mapped files (coming as built in feature in .Net 4.0).

【在 f*****e 的大作中提到】
: I have two windows applications. One need to get notification from another
: one. Other than MSMQ and WCF, is there any other ways?

N********n
发帖数: 8363
3

WCF provides a whole host of options, you just need to pick the one
suits you. TCP bidding might be enough if it's two .Net app.

【在 f*****e 的大作中提到】
: I have two windows applications. One need to get notification from another
: one. Other than MSMQ and WCF, is there any other ways?

1 (共1页)
进入DotNet版参与讨论
相关主题
网页制作的最高境界有人试过.Net 3.0吗?
confused, seeking suggestions你们最不喜欢.net的什么?
looking for good books about WCF一下狠心
UI 牛人给指点一下,用微软的技术如何实现这种UI的编程。是不是最近dotnet不济了
ASP.NET 怎么跟后端main process通信?OMG .Net lib source to be released
How to write to MSMQ on another machine?谁能帮忙推荐一本 web services 方面的书? 多谢!
Re: How to write to MSMQ on another mach谁熟dotnet 的webservice?
memory leakPDC 08, baby!!
相关话题的讨论汇总
话题: differnent话题: ways话题: wcf话题: processes话题: different