Skip to main content
Bob Saggot
Participating Frequently
August 1, 2008
Question

Scheduled Tasks -- Different Server posssible?

  • August 1, 2008
  • 2 replies
  • 682 views
I have the basic of a basic go daddy account and can't access the administrator page on my coldfusion. is there ANYWAY at all to use a scheduled task?
    This topic has been closed for replies.

    2 replies

    Inspiring
    August 1, 2008
    You could try to schedule a task on your local machine that cfhttp's the godaddy page.
    Inspiring
    August 1, 2008
    Dan Bracuk wrote:
    > You could try to schedule a task on your local machine that cfhttp's the godaddy page.

    You don't even need <cfhttp...>. All a schedule task is is a scheduled
    call to an URL. That url does not have to be local.
    Bob Saggot
    Participating Frequently
    August 1, 2008
    Yeah I was thinking about those 2 things.

    The thing is, is that its a game I am making and people get $100 dollars every hour. It updates the time on their screen from the server saying i.e. "you get paid in 38 minutes" My local machine time differs from my coldfusion servers time and I want it to be consistant, if the user is going to get paid, they better get paid THAT SECOND.

    I was just wondering what other way I could do it, because my work around is just basically saying
    "everytime a user logs in, activate the call to the money machine and see if its pay time."

    the problem with that is if nobody logs in, the people that are already logged in want to be paid.

    Coldfusion = backend
    Flex = Frontend
    Participating Frequently
    August 1, 2008
    Take a look at the cfschedule tag. Be advised that You can disable this tag in the Administrator Sandbox/Resource security page. so your host may have it disabled.

    Phil