What's .NET best IPC solution?
- From: "lpinho" <lpinho@xxxxxxxxx>
- Date: 31 Aug 2005 06:54:05 -0700
Hi all,
I have a couple of existing components that need to communicate with
each other, one is a server that is always on. The other is a COM plus
component that is called every other time that send a message to the
other application (using a custom made messaging system).
At this time each call takes 100 ms, so, If I make 10 calls I loose a
full second (this is bad for our architecture).
So, to make the communication between the components faster I'm
thinking in some kind of IPC communication between the COM plus
component and the server.
They're both made in .NET. So, I'm asking you, what's the best IPC
solution in .NET?
(fast,robust and safe)
Thanks in advance for the replies,
Luís Miguel Pinho
.
- Follow-Ups:
- Re: What's .NET best IPC solution?
- From: David Browne
- Re: What's .NET best IPC solution?
- Prev by Date: RE: How to convert NameValueCollection to string?
- Next by Date: Running Two Visual Studios at the same time, Dll's are being locked
- Previous by thread: Timers and Services
- Next by thread: Re: What's .NET best IPC solution?
- Index(es):
Relevant Pages
|