how to run multi commands at the same time without waiting the result of each one to containue the next ?
"Threading" in php.. this should help you a bit http://webforumz.com/php/12595-multithreaded-php.htm Hope this helps
You can use exec & curl to execute process in background if the processes are mutually independent of each other..