Implicit Evaluation with PHP

Implicit Evaluation with PHP Archives: Threading

·

4 May 2007

Benchmarking PHP Threads

All threads can now both hear and report on conditions. A problem with the original send/recieve mechanism made threads hang the controlling thread while long operations were occurring.

continue reading... » One Comment

3 May 2007

Communicating with threads in PHP

Earlier this week, I suggested PHP could be multithreaded. The sample I provided was very simple and at least one reader quickly wondered how to communicate with threads.

continue reading... » 5 Comments

1 May 2007

Multi-threading strategies in PHP

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

continue reading... » 10 Comments

·