I want to call a php script every minute. My scriptruntime on my webserver is about 90 sec. I thought doing it with cronjobs but i have to pay for that service. Is there an other possibility?
Çok teşekkürler.
(Scheduled Tasks daha hassas olması) "ping" sizinkine Google AppEngine bir komut dosyası kullan. Ücretsiz :-) bulunuyor
Bazı try online cron services. Bu da, aynı jldupont önerilen daha fazla ya da daha azdır.
Php kurulum bağlı olarak ile komut başlatmak mümkün olabilir
php /wherever/yourscript.php </dev/null &>/dev/null
php içindeki komut satırı.