Is it okay for an application to check for automatic updates in less than 20 hour interval?
Posted
by
FlameStream
on Programmers
See other posts from Programmers
or by FlameStream
Published on 2013-06-21T15:45:32Z
Indexed on
2013/06/26
4:28 UTC
Read the original article
Hit count: 184
desktop-application
|software-updates
I have a desktop application that has the ability to automatically update itself on the next restart (without the user's consent - but this is another issue altogether). Assuming that the user would never notice anything related to application updating (such as a progress bar, or pop-up requiring restart), and that our server would support the request spam load, is there any reason why it should not check for updates in less than 20 hour interval?
The reason I'm asking this is because all applications that I know that have auto-update capability check for update every 20 to 24 hours and at startup. I was just wondering if there was an ethical rule about it, or simply because of the risk of overloading the server.
© Programmers or respective owner