crontab

  • Bookmarks for 16 nov 2015 through 17 nov 2015

    These are my links for 16 nov 2015 through 17 nov 2015: Dkron – Distributed, fault tolerant job scheduling system – Dkron is a system service that runs scheduled jobs at given intervals or times, just like the cron unix service but distributed in several machines in a cluster. If a machine fails (the leader),…

  • Bookmarks for 29 ago 2014 through 1 set 2014

    These are my links for 29 ago 2014 through 1 set 2014: Scaling PHP apps via PHP-FPM clustering | Jamie Alquiza – PHP-FPM is a way to move your busted PHP handling from one place to another. It's essentially a pool of processes ready for PHP interpretation through FastCGI. While Apache will service client connections…