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.
 
Back
Top