- Published on
If you've got a website that's heavy on your web server, you might want to run
some processes like generating thumbnails or enriching data in the background.
This way it can not interfere with the user interface. Linux has a great
program for this called cron. It allows tasks to be automatically run in the
background at regular intervals. You could also use it to automatically create
backups, synchronize files, schedule updates, and much more. Welcome to
the wonderful world of crontab.