Re: [PHP] Regarding threads...

2008-08-18 Thread Richard Heyes
Hi, > hope we all know about threads in java.. Not really. But anyway... > Like that, can we use that in php?... IIRC there was a pthread extension in PECL, however it seems to have been removed. You could try pcntl (http://uk.php.net/pcntl) if you want mul

Re: [PHP] Regarding threads...

2008-08-18 Thread Ashley Sheridan
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.ash

[PHP] Regarding threads...

2008-08-17 Thread Nagalakshmi Parameswaran
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