I'm hosting my web2py application with Apache on a Linode server and I need to schedule some tasks. They are simple email sending tasks with minimal db querying but could eventually be sending hundreds of emails at a time in case that makes a difference.
Seemingly I could either do this through the web2py cron or using the Linode cron. Does anybody have any reason on why I should choose one over the other? Do I even have this choice? Thanks for any light you can shed on this.

