I need some guidelines in the following topic.
I want to develop a monitoring tool which will be updated automatically from MySql. For example, when there is change of state of a value in a table I want to be informed. I am thinking of doing it by checking every X period of time all the values of the table and if the new value is not equal to the previous one then I can go further. How can I set up a timer or a permanent iteration
Do you have any other recommendations for solving this issue