I've some service that's being called by a Mobile app.
The mobile app need to be up to date with the server.
So, Every 1 second
I do check the server for any additional data, if found I got the data from the server (repeating task).
Is there any problem from sending an HTTP request every single second (most of the time the response is very small, just to tell the client no data found)?
I am using Oracle App server
for Server and iPhone
for Client.
Thanks.