exchange information between two .net applciations running under windows

  • Thread starter Thread starter KemperR
  • Start date Start date
K

KemperR

Dear All,

I need some very basic help on the following situation:

I have two applications (we may assume bot are .net based) which must
exchange information very quickly.
In an ideal case I imagine one application fires an event and the other
one may handle it.
The same might happen in the other direction.
We can assume that both applications run on the same machine, but are
started completely independent.

What is the standard way to achive this under windows ?
What can .net do for me ?

Any hint is welcome

Thanks
Rolf
 
Hello (e-mail address removed),

In general: Remoting, Sockets, Pipes for the small apps and EnterpriseServices,
MessageQueue, WebServices for the middle scale apps
I have two applications (we may assume bot are .net based) which must
exchange information very quickly.
In an ideal case I imagine one application fires an event and the
other
one may handle it.
The same might happen in the other direction.
We can assume that both applications run on the same machine, but are
started completely independent.
What is the standard way to achive this under windows ? What can .net
do for me ?

---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top