Hi,
I need a feeling from you guys if its to much to send every 1000ms a request to a remote server. The content I’m requesting is a simple integer value like “12345”.
I want to react with this request to a change of a value immediatly which is hosted there. Because I don’t know when this expected change will happen, I want to keep the inquiry intervals as short as possible.
What to you think?