Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Scheduling

Options
  • 04-10-2000 12:30am
    #1
    Closed Accounts Posts: 202 ✭✭


    I need to have a little script run on my webserver that counts down over a week and once a week is up it triggers an event.

    Anyhoo, I know the best way to go about doing this would be cron, but unfortunately I ain't got cron access frown.gif

    So my question is:
    Would it be ok to write a lil proggy to send an ALARM signal after 604800 secs and write a lil handler for it?

    Would it be a Bad Thing to do?

    Has anyone got any other ways around the no-cron-access problem?

    Cheers


Comments

  • Registered Users Posts: 10,339 ✭✭✭✭LoLth


    Prolly a stupid suggestion but:

    could you use something like Schedule Plus,
    have it set for a weekly event,
    the event sets a batch running that will initiate the weekly occurrance you're talking about.

    just an idea.


  • Registered Users Posts: 4,676 ✭✭✭Gavin


    Don't know, but you might be able to use crontab -e which is personal crontab
    Also there is AT

    Gav


Advertisement