I have an area of my app that keeps track of a version number. I need to check this version number for each HTTP request. The version numbers are stored in a database table. My initial thought is I would just put the list of versions into an array, and then use setInterval() to refresh it every 5 minutes or so. I probably don't want to do that, but I'm not sure why not either. Thanks for the input.
Submitted March 05, 2018 at 06:51PM by TA1000
No comments:
Post a Comment