Rasmus Lerdorf wrote:
Bart de Boer wrote:
Are there any future (or current) plans for multithreading in PHP?

There are no plans for this. Asynchronous mechanisms are generally a much more efficient way to do this stuff.

-Rasmus

With asynchronous I'm asuming you mean mechanisms where you call other scripts (web services) from within the main script? Besides the extra overhead, scripts and code, I guess this is a good alternative.

The thing is. I'm currently working on a project that I'm forced to do with *cough* M$ C# *cough*. I hate everything about it except for the threading. Which is... not so bad. :) With just a teeny bit of extra code I'm able to call some functions or methods in seporate threads and wait untill they're done.

Just think it would be nice... :)

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to