News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
Jacob Santos' Blog:
Multitasking in PHP
August 19, 2006 @ 15:23:43

In his latest blog post, Jacob Santos takes a look at a common request PHP developers hit after a while - is it possible to multitask processes/actions in php?

The ability to run two or more commands in parallel is totally sexy, but the Web is a different playing field and it doesn't make complete sense.

PHP loses control, once the output is sent and the connection is closed. Multithreading would probably make sense in streaming, but PHP already handles that for you where it makes sense for the function. Furthermore, mulithreading has its purpose in applications that continue to run and not something that closes and cleans up everything after the last command is issued.

He continues talking more about what multitasking is, a more real life example, the goods, the bads, and some of the issues that can come along with it. Finally, he suggests a feature to be added to the core of PHP - an "internal multitasking mechanism" to help aid these kinds of processes.

0 comments voice your opinion now!
multitasking common questions real world good bad multitasking common questions real world good bad



Similar Posts

International PHP Magazine: Poll Question: Which is the Most Common Design Pattern?

International PHP Magazine: Poll Question: The Biggest Advantage of PHP 5 is?

Sitening.com: Getting Real With Databases in PHP

The PHP Grind: Get real about PHP4 vs. PHP5!

KillerPHP.com: PHP Design Patterns - when should they be used?


Community Events







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


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

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