I have a RDS account in amazon and i use the c++ mysql connector for querries from my raspberry pi.
how can I receive kind of signal when a data has been changed?
I can use a thread which will iterate all the data base and checks for changes but I think is wasfull.
Any help?
how can I receive kind of signal when a data has been changed?
I can use a thread which will iterate all the data base and checks for changes but I think is wasfull.
Any help?