As far as I'm aware, threading is not possible in PHP. You can run
separate processes off in the background, but they are not actual
threads. I found a good article some guy wrote about it
http://immike.net/blog/2007/04/08/fork-php-and-speed-up-your-scripts/
which might be of some use?
Ash
www.ashleysheridan.co.uk
--- Begin Message ---
Hello friends,
hope we all know about threads in java..........
Like that, can we use that in php?.......
Thanks in advance............
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--- End Message ---
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php