The cron tag has no wiki summary.
0
votes
6answers
668 views
Writing a killer use case for a cron job [closed]
I'm a beginner when it comes to writing use cases, but I searched a lot and most of the materials I found mentioned that I should concentrate on the business value to the customer when writing a use ...
-1
votes
2answers
193 views
Store and trigger cron-'like' actions with PHP and (My)SQL [closed]
I'm crashing my head over a design decision, and I'm trying to get some more inspiration/hints/tips/.. from other programmers.
What is the goal:
I want to run one cron task (php script) every ...
0
votes
1answer
326 views
How to run any cronjobs using Objective-C at iOS Platform
Is there any way to run schedulers / schedule programs for example Cron Jobs using Objective-C at iOS Platform?
I need to create a schedule update to my ios, lets say for example every five days my ...
0
votes
1answer
258 views
How to make a PHP function triggered automatically at a user defined time
I am developing an internal system for a company with PHP using Zend framework. I need one of its functions to execute on a time specified by user.
My research on this matter found me several ways of ...
3
votes
1answer
252 views
Are scheduled job servers the right choice for a time sensitive game engine?
I am currently architecting and designing an exciting new web application that will be entering into some areas that I have very little experience in, game development.
The application is not ...
0
votes
1answer
241 views
Scheduling Thousands of *Recurring* Jobs
I'm looking for general approaches and ideally libraries/tools for scheduling many thousands of recurring jobs.
A simple example is a feed aggregator, where I'd want to repeatedly poll thousands of ...
1
vote
2answers
437 views
Is it possible to set a cron job by using php / modify xampp setting?
I would like to let the user set a cron job through my system and i built it in php code.
After my searching i found that only way set a cron job in windows is to use the program available in the ...
10
votes
9answers
916 views
Is it reasonable to run processes with CI tools?
At my company, we have a quagmire of disparate cron jobs (on multiple systems) and manually kicked off processes which keep our business functioning that is a result of years of expedient development ...