Essentially, I have two applications, the first one will modify a row in a table, and I want the second application to get notified about this modification and execute a piece of code that will display the most recent data in the table.
Of course, I could just put my code inside an infinite while loop, but I believe that this approach is not as good as running code only if changes have been made already.