|
|
|
|
|
by darkclouds
1018 days ago
|
|
I did wonder if an api would be polled so heavily. To push data, things like Outlook mobile keeps a TCP Keep Alive connection open from the server to the phone and pushes data to the phone, so when an email arrives at the server, the phone is updated almost immediately. The TCP Keep alive can be a bit of nuisance for some firewalls though. So like you say, a good idea to check any terms the site might have, otherwise a denial of service could occur. |
|