News Feed
Jobs Feed
Sections



Recent Jobs

News Archive
AlternateInterior.com:
Multi-Threading Strategies in PHP
May 02, 2007 @ 15:29:00

On AlternateInterior.com, there's the start of something that could be used to speed up the execution of your app - multi-threading in PHP.

PHP does not have threading anywhere in its massive core. We can, however, fake it by relying on the underlying operating system's multitasking abilities instead of PHP. This article will show you how.

PHP has no built in support for threading. But there can still be times when you've got lengthy code to run and idle CPU cycles you'd like to capitalize on. We can treat child processes as threads.

He (Brian Bosh) uses the example of executing five other PHP scripts inside of another through the use of a multi-threading class he's developed. Included is the code for both the class and the example code to use it.

0 comments voice your opinion now!
multithreading strategy class background execute multithreading strategy class background execute




Community Events





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


test opinion custom conference symfony2 series database phpunit introduction language community interview application release podcast component framework unittest development api

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