Page 1 of 1

Multi Threading

Posted: Sat Dec 05, 2009 5:37 am
by kirank
Hi, is there any way to implement simultaneous execution of programs (same or differnt) using php.

I am having a shared network, so i nede to know possible ways to implement partial threading. I know in PHP we cannot implement threading like java. I need a safe way to do this, and reduce the time for execution. I need to run the script cuncurrently.
So please advice me

Thanks

Re: Multi Threading

Posted: Mon Dec 07, 2009 12:14 pm
by AbraCadaver
If you can be more specific we can help. Multiple copies of the same script? How are you executing the script (CLI)? Describe more of what you want to do.

-Shawn