News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
Developer Tutorials Blog:
Running background processes in PHP
July 18, 2008 @ 11:18:21

New on the Developer Tutorials blog today is this look at handling background processes from your PHP script:

You've checked and double checked the integrity of user input, and you're doing some serious processing. There's only one problem: it's too slow. There's a simple solution: forking your processing script, and running the code as a background process asynchronously. It can email your user when it's done: they'll wait. In this tutorial, I'll show you how to get started with background processes in PHP.

Akash gives examples of the three keys to background processes - starting the script via an exec, talking to the process by passing additional parameters and including code to monitor the state of the background process via something like a MySQL "sessions" table that the script writes to.

0 comments voice your opinion now!
process background exec parameter mysql session track



Similar Posts

DevShed: Generating Outputs from MySQL with Static Members and Methods in PHP 5

Ryan Malesevich's Blog: iTunes Stats for Macintosh with PHP & MySQL Part 1

Informit.com: Alternatives to LAMP

Tobias Schlitt\'s Blog: Free eZ components online session (german)

Philip Olson's Blog: 20 possible reasons why PHP function names and parameters are weird


Community Events









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


job PHP5 code package zend mysql framework PEAR release cakephp developer ajax book database application releases example zendframework security conference

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