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
David Browne - 31 Aug 2005 15:35 GMT
Please clarify your architecture. I can't tell from your message what
programs are running, what runtime containers they are running in, on what
machines and how they are currently communicating.
David
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