Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Timed task on CGI server
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- Everything else
- :
- Timed task on CGI server
Timed task on CGI server
01-11-2015 11:01 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
I'm wanting to run some code (preferably PHP) on an hourly basis in my CGI webspace. I can't see any simple way of doing this - could you point me in the right direction?
Thanks
Thanks
Message 1 of 3
(1,266 Views)
2 REPLIES 2
Re: Timed task on CGI server
01-11-2015 5:28 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Unfortunately we don't have access to cron to run such jobs. It might be possible to use an external cron service to trigger them remotely, though I haven't tried that. One problem could be that PHP command line would be the means to run the job, but only the CGI module is available to us.
If an approximation to an hour is acceptable, and you have a website with sufficiently frequent visitors one possibility is to use something like phpJobScheduler to start the required task. If you use WordPress, using a WP-Cron hook (plugin) might be an option. Again I've not tried either of these.
David
If an approximation to an hour is acceptable, and you have a website with sufficiently frequent visitors one possibility is to use something like phpJobScheduler to start the required task. If you use WordPress, using a WP-Cron hook (plugin) might be an option. Again I've not tried either of these.
David
David
Message 2 of 3
(342 Views)
Re: Timed task on CGI server
02-11-2015 3:05 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Hi David.
I thought that might be the case
I'll have a look at other options, like phpJobScheduler,. Thanks for your comments.
Kiwi
I thought that might be the case

I'll have a look at other options, like phpJobScheduler,. Thanks for your comments.
Kiwi
Message 3 of 3
(342 Views)
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- Everything else
- :
- Timed task on CGI server