What i did is :
I have used JobScheduler
. In every two hours, it checks weather there is a new data available or not in Server->Database->Table
. If new data available it retrieves the data and notifies to the subscriber.
Kindly any one suggest me weather this is right approach or not?
Is there any other way to do so?
Can I implement PUB/SUB concept here.. If yes, How?
I am using Godaddy Hosing..