event notification remotely?

  • Thread starter Thread starter nick
  • Start date Start date
N

nick

What's the best way to implement the RPC/XML-RPC or similar ones between
two Windows applications running on different PC?
 
nbdy9 said:
What's the best way to implement the RPC/XML-RPC or similar ones between
two Windows applications running on different PC?


Remoting, if you need events/callbacks. You can use webservices or
remoting if you do not need callbacks/events.

Sunny
 
That should also change in the future, though, as Indigo will support
WS-Eventing.
 

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