Multi Threading
Posted: Sat Dec 05, 2009 5:37 am
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
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