Sharing information between applications

Posted by Zé Carlos on Stack Overflow See other posts from Stack Overflow or by Zé Carlos
Published on 2010-05-05T09:27:52Z Indexed on 2010/05/05 10:38 UTC
Read the original article Hit count: 145

Filed under:
|
|

My question is very simple to expose:

I have a few aplications that share data between then. I need a way to support that data sharing (cross several computers) and when one aplication changes data, others should be notified about that.

My question is about what tecnologies could be usefull to me. The solution i realise at this moment is to have a database to share data and an external publish-subscribe system (like http://pubsub.codeplex.com/) to notify all applications when the data is changed. But i belive that could exist some helpfull solutions.

Do you know any of then? Thanks.

© Stack Overflow or respective owner

Related posts about technologies

Related posts about data-sharing