If one of them can be stopped - as in not running.
Then I would consider a message queue of some sort.
MSMQ or rabbitmq.
Often a good idea to decouple two applications so they can run at their own rate.
A message queue allows each to read/write at their own convenience.
Also, it doesn't matter if one isn't running.
If you had logic you wanted to put in there then you could consider windows workflow in the mix as well.
Or any other sort of service bus software for that matter.
http://ift.tt/1yikovi
No comments:
Post a Comment