News Feed
Sections

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

Mikko Koppanen's Blog: Choosing watermark color based on the background luminosity

Scarletlullaby.com: Refactoring to Rails (MVC) in PHP

Zend Developer Zone: PHP and MySQL By Example - Sample Chapter

Christopher Kunz's Blog: Building PHP with cURL and libmysqlclient5

Zend Developer Zone: The ZendCon Sessions Episode 2: Best Practices for Sending Mail from PHP


Community Events











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


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

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