News Feed
Jobs Feed
Sections




News Archive
Padraic Brady's Blog:
The Mysteries Of Asynchronous Processing With PHP - Part 1
September 28, 2009 @ 10:48:30

Padraic Brady has started up a new series of posts to his blog on the topic of asynchronous processing with PHP.

Imagine a world where clients will give up on receiving responses from your application in mere seconds, where failed emails will give rise to complaints and lost business, where there exist tasks that must be performed regularly regardless of how many requests your application receives. This is not a fantasy world, it's reality. [...] Asynchronous processing is a method of performing tasks outside the loop of the current request. Basically, you offload the task to another process, leaving the process serving the request free to respond quickly and without delay.

He talks about some of the problems that asynchronous processing solves (like tasks that must be completed despite errors) and starts to outline a simple processing structure with child processes and task handling.

0 comments voice your opinion now!
asynchronous process benefit task


blog comments powered by Disqus

Similar Posts

DZone.com: External processes and PHP

Brian Moon's Blog: Apache Worker and PHP

Jakob Westhoff's Blog: Periodic - A PHP based cron utility

PHPClasses.org Blog: Throttling Background Tasks: Unusual Site Speedup Techniques: Part 2

Matthias Noback: Experiences with PHP Open Source Software in a Symfony-Friendly Environment


Community Events











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


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

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