News Feed
Jobs Feed
Sections




News Archive
UnixReview.com:
PHP Multi-tasks
September 26, 2006 @ 07:38:07

From UnixReview.com, there's a handy guide to functionality that PHP supports to help you get a handle on things like multiple socket requests - multi-tasking in PHP.

There's quite a bit more to tell, though, about PHP and concurrency. AJAX certainly boasts multi-tasking capabilities, and PHP supports AJAX about as well as the other Web languages support Ajax. An easy conclusion is that, by way of AJAX, therefore, PHP multi-tasks. However, common security, accessibility, and compatibility requirements prevent use of AJAX in many programs.

It's also true that PHP does not "support threads", as many observers put it. Even without AJAX, even without threads, there are still at least two distinct ways to achieve server-side multi-tasking with PHP. Let's look at how the language multi-tasks, and why:

They give an example of one way to fetch information from multiple sources normally (concurrent socket requests) to provide the "low level". They then show an example of how to use pcntl_fork, pcntl_exec, and streams support that can be built into PHP to create a three process function to grab the main pages (and status codes) from each of the sites in an array.

0 comments voice your opinion now!
multitask pcntl_fork pcntl_exec streams socket http multitask pcntl_fork pcntl_exec streams socket http


blog comments powered by Disqus

Similar Posts

Mike Wallner\'s Blog: Cookie Handling

Tibo Beijen's Blog: Fixing mysqldump on Zend Server CE on OS X

AnyExamples.com: PHP Whois Client Function

PHP Security Blog: Goodbye HTTP Response Splitting, and thanks for all the fish

PHPClasses.org: A PHP killer feature - Streams abstraction


Community Events









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


testing api phpunit release example code podcast object introduction development community unittest interview language tool database framework composer zendframework2 opinion

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