Reputation: 15527
I have a database in my sql and I have multiple clients using that database. whenever a column in the database is updated I want to call the corresponding java method on the client side. Basically this is the message system, when user get new message I want to give him a notification. Is this the right way to do it? If yes how do I implement it. If not what would be the right way to do it?
Any help appreciated
Thanks
Upvotes: 2
Views: 154
Reputation: 71
You might find interesting the following blog post and thread: http://www.unlimitednovelty.com/2009/04/twitter-blaming-ruby-for-their-mistakes.html
The blog was written when Twitter has changed its messaging system platform from Ruby to Scala. It generated an ineteresting flame about messaging systems between experts...
Upvotes: 2
Reputation: 7722
There are messaging frameworks for such reason for example :
Upvotes: 3