duh .. i hadn't thought of using the application.cfm .. that could work .. Thanks Russ
-----Original Message----- From: Russ Michaels [mailto:[EMAIL PROTECTED] Sent: 20 January 2006 21:45 To: CF-Talk Subject: Re: scheduling without a scheduler 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:230169 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=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

