Web pages should be generated once per day, displaying a listing of device ids and links to the respective drivers.
Static web pages (HTML) should be generated using a cron job. Polling the database results in an unnecessary load on the server, as the database is updated somewhat infrequently; this job can run right after the DB is updated when checking for dead driver links.
Web pages should be generated once per day, displaying a listing of device ids and links to the respective drivers.
Static web pages (HTML) should be generated using a cron job. Polling the database results in an unnecessary load on the server, as the database is updated somewhat infrequently; this job can run right after the DB is updated when checking for dead driver links.