News Feed
Jobs Feed
Sections




News Archive
DevShed.com:
PHP Best Methods for Running Scheduled Jobs
June 28, 2012 @ 11:01:49

On DevShed.com today there's a new article posted looking at methods for running scheduled jobs based on responses to this forum post.

I have a webpage form that requires a date and time to be submitted. When it's submitted I need the back-end to run a script at the time and date specified. Have you ever needed to do something like this?

Some recommendations already posted include:

  • The UNIX "at" command
  • Setting up a queue system to manage the processes (using something similar to Gearman
  • Setting up a cron job to handle the periodic execution of the script.
0 comments voice your opinion now!
execute scheduled job cron queue at unix opinion


blog comments powered by Disqus

Similar Posts

Job Posting: NovaTunes Seeks a Software Architect (Venice, CA)

Job Posting: PluraPage Seeks PHP Developer (Herndon, VA)

Query7.com: Why You Should Be Using A PHP Framework

Artur Ejsmont's Blog: How to structure a Zend Framework application and it's dependencies

Jacob Mather: How to act like you (maybe actually) care about your work


Community Events











Don't see your event here?
Let us know!


tool zendframework2 framework podcast testing functional series conference example opinion release language composer interview community code object unittest introduction development

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework