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



Similar Posts

Felix Geisendorfer's Blog: Cake 1.2’s Set class eats nested arrays for breakfast!

Sebastian Bergmann's Blog: PHPUnit and Software Metrics

Joshua Eichorn\'s Blog: ZActiveRecord can\'t work?

php|architect: Final days of our iPod Training Promo!

Robert Peake\'s Blog: Design Patterns Part II Is Out


Community Events











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


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

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