Pencerelerde birden çok kez uyumsuz bir PHP komut dosyası çalıştırmak için en iyi yolu nedir?

0 Cevap php

Kurulum: PHP 5 ile Windows XP, XAMP

Hello! I have searched stackoverflow, and googled around, but i can't seem to find what i'm looking for (think). Someone has mention using windows scheduler, but i don't think that is appropriate for this use. CGI Cron job has also been mentioned.

Bu birden çok kez çalışan bir toplu komut dosyası oluşturmak mümkündür:

"C:\Program Files\Xampp\PHP\PHP.exe" -f "c:\htdocs\my_script_to_run.php"

Bu uyumsuz olacak?

What i want to do: I have created a user class that runs random requests. I'm storing statistics of time and usage from that object to a database when it is finished running.

Ben istekleri büyük bir kullanım taklit böylece bu komut asenkron (Belki 100 veya daha fazla bu örnekleri) çalıştırmak istiyorum.

Ben bunu nasıl herhangi bir fikir?

Şimdiden teşekkürler

0 Cevap