Better multicore cpu support in PHP 6?

php.internals

Markus L.

18 years ago
What's the chance that there will be a better multicore cpu support throught a better fork functionality in PHP 6? Today pcntl_fork is available only on Unix/Linux cgi versions. Thanks, Markus

Stanislav Malyshev

18 years ago
> What's the chance that there will be a better multicore cpu > support throught a better fork functionality in PHP 6? > Today pcntl_fork is available only on Unix/Linux cgi versions.
If you are talking about running multiple threads inside same PHP process, then chances are not very high, unless somebody proposes some ingenious solution not involving starting separate processes/threads.
-- Stanislav Malyshev, Zend Software Architect stas@zend.com http://www.zend.com/ (408)253-8829 MSN: stas@zend.com