News Feed
Jobs 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


blog comments powered by Disqus

Similar Posts

Brandon Savage's Blog: Hosting Made for PHP Developers

Martin Psinas' Blog: Switching to PDO

Job Posting: Ubersmith Seeks PHP/MySQL Developers (Troy, NY)

Builder.au: Install, configure and integrate PHP and MySQL on Windows (Server 2003)

Ilia Alshanetsky's Blog: MySQL Binaries and cURL/http extensions in PHP


Community Events











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


unittest application framework zendframework2 functional code language series object podcast development testing community interview introduction opinion database phpunit example release

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