The answer suggested by @stillstanding is fully valid. I just wanted to add some details from my own experiments.
script 50% CPU, /low, . , . 99-100%, PHP CLI script .
, , , - .
start , exec(), . , 0% .
:
$cmd = 'start /b /low /d "C:\php\" php.exe -f ""C:\Data\www\script.php" foo="1" bar="text"';
pclose(popen($command, "r"));