D. Dante Lorenso wrote:
All,

I have been trying to use PHP 5.0.5 for all my programming tasks including replacing many stand-alone Java servers. I've been successful to a degree, but I'm seriously missing Java Threads. I've written some code which uses SHM, Sockets, IPC, and PCNTL, but it's not as clean and robust as it should be.

Since the jury is still deliberating over PHP6 and what it will offer, I'd like to put in my request to have a native PHP Thread object. If Threads are too much to tackle, it would be nice to have something like SRM (Script Running Machine) which could be used for CLI environment stand-alone servers.

That's way outside the scope of what we have planned for PHP 6 and I can pretty much guarantee it won't happen. The SRM-like thing doesn't need to be part of PHP though. Anybody can build such a beast.

-Rasmus

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

Reply via email to