Re: [PHP] PHP multi-threading ?

2006-02-12 Thread Chris


Is PHP gonna support multi-threading (not multi-processing) capabilities 
in the future?


Is this what you're after?

http://www.php.net/pcntl

specifically http://www.php.net/pcntl_fork


Where can I check the road map of PHP development?


http://blog.justbe.com/articles/2005/11/23/php6-minutes-php-developers-meeting-in-paris

http://www.php.net/~derick/meeting-notes.html

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] PHP multi-threading ?

2006-02-12 Thread Eli

Chris wrote:


Is this what you're after?

http://www.php.net/pcntl

specifically http://www.php.net/pcntl_fork

Sorry, but no... This is multi-processing, not multi-threading. And it's 
supported on CLI mode already and not on windows.



Where can I check the road map of PHP development?



http://blog.justbe.com/articles/2005/11/23/php6-minutes-php-developers-meeting-in-paris 



http://www.php.net/~derick/meeting-notes.html


I'm looking for features list to support in the future..
Anyways, nothing is mentioned on multi-threading there..

Thanks!

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php