April 26, 2012
I recently moved to a new VPS because my last one was at something like 92% uptime. I wanted to try Nginx because Apache was constantly crashing, possibly something to do with Plesk being installed. The resource usage on my old VPS was way too high considering I was running about a dozen mostly very [...]
December 19, 2011
Creating a scheduled task in SilverStripe, one that is called by cron, can be a bit fiddly and the documentation seems to have disappeared. Heres the process I followed to create a SilverStripe scheduled task that is run by cron. Create your scheduled task Create a class that extends ScheduledTask (or YearlyTask, MonthlyTask, WeeklyTask, [...]
for tips on PHP and web development