Web Hosting Talk







View Full Version : Simultaneous processes with Crontab


Vdevelopers
04-27-2006, 01:43 AM
I have 5 PHP scripts that need to be run simultaneously on a regular basis, is there a way to schedule them to be run with Crontab and have them run simultaneously as opposed to consecutively?

Or... does Crontab do this already?

All help is highly appreciated.

Fixago
04-27-2006, 03:29 AM
Cron jobs should have no problem running at the same time, just call each one seperately in the task file.