Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

Scheduling

  • 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, Registered Users 2 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, Registered Users 2 Posts: 4,660 ✭✭✭Gavin


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

    Gav


Advertisement