> A multicore php8 or php9? Wouldn't be cool???? Honestly, PHP is a poor language for parallel computing. This is because PHP is a web-focused language. The the most common setup ends up with a blocking request on a network call. What we really need is an improved asynchronous model so that we can wait on those network requests more efficiently.
-- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php