Possible Duplicate:
How to prevent the cron job execution, if it is already running
I have a cron
job that may take 2 mins or may take 5 hours to complete.
I need to make sure that this job is always executed.
My question is:
Will it start after the previous one is done or will they both run at the same time and mess up the database if i set it to execute every minute ?