Ansermot.ch Another computer sciences blog….

18oct/090

The CRONs task

The CRON tasks allows you to execute scripts automatically. Many ways exists to do that but this can make some server's low performances, especialy connections to the mySQL server.

However some rules exists to elimintate some basics errors.
The blog MySQL Perfomances shows an optimised approach to avoid to surcharge it with an exemple in PHP.

Read the post