Hello,

I am trying to create a network enabled application. That would mean that it will have a database server and one or more instances of my app running on different machines. The problem is that each machine need to have a way to notify the other machine that some event happened. In short: how can one machine broadcast some information to the other machines.

Thanks in advance.