Hi all, I have a shell script that need to be run in a configurable duration. The duration shall be read from a configuration server (simple apache server). Now, I need a scheduler that will read this configuration and will execute it.
Crontab is not an option since I don't get crontab access in the machines that my application is running. I thought on a simple script that will be in infinite loop and every fix time will wake up and execute the relevant script. Is there any other unix scheduler that can run on linux and solaris? Is any body have another idea? Thanks yahav ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
