Web Hosting Talk







View Full Version : Cron


kmb999
03-12-2002, 08:35 PM
Is it possible for cron to process more than one job at a time?

(I setup the following and I was wondering if it would work...

59 23 * * * (the command)
59 23 * * * (different command)

Will it work?)

Thank you.

allan
03-12-2002, 11:28 PM
This will should probably be moved to the technical issues board.

I just tried this on my test server (Red Hat Linux 7.2), and it does work. The first process is executed, then the second is executed after the first has been completed.