So are you saying your planned host has cfschedule disabled so that you 
cannot setup scheduled tasks.
In which case your stuffed.
The only thing you can do is have some code within you site that executes 
everytime someone visits (in the application.cfm), which will run it's own 
timer and run your scheduled task that way.
I.E.
store tha last time it ran in an application or server variable, and use 
Datediff() to see if the desired time has passed, is so, run it again.

Russ

-----Original Message-----
From: "Jennifer Gavin-Wear" <[EMAIL PROTECTED]>
To: CF-Talk <[email protected]>
Date: Fri, 20 Jan 2006 21:27:30 -0000
Subject: scheduling without a scheduler

> Probably a daft question, but here goes.
> 
> I want to get a site off my own server where I do have access to Cf
> Admin
> and onto a cheapo shared server where I won't have Cf-admin, or
> scheduler
> for that matter.
> 
> I've got a bunch of maintenance tasks I'm currently running on the
> scheduler.  Does anyone have any ideas for a work around?
> 
> Thanks, Jenny
> 
> p.s. if you dont see this message let me know ;)
> 
> 
> 
> 
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230144
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to