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

Padraic Brady's Blog: Mysteries Of Asynchronous Processing w/PHP - Pt 3: Spawned Child Processes

Sameer Borate's Blog: Parallel cURL execution in PHP

Tiger Heron Blog: First steps with PHP - booting a script, Part 1

Buildmeister.com: Automating the PHP deployment process with Phing, dbdeploy and FTP

Symfony Blog: symfony 1.1 branch


Community Events









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


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

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