Ben bir arka plan işlemi olarak PHP yürütülmesine test etmek için bu komut yapılan
foreach($tests as $test) {
exec("php test.php ".$test["id"]);
}
as suggested in php process background and How to add large number of event notification reminder via Google Calendar API using PHP? and php execute a background process
Ancak komut dosyası test.php ilavesi olmaksızın tek bir komut iken daha hızlı çalışmaz.
Ben yanlış ne yapıyorum?
Şimdiden teşekkürler!