Ben ajax başladı bir PHP komut dosyası var. Bu PHP script kabuk aracılığıyla ayrı bir PHP komut dosyası çalıştırmak için () exec kullanır.
) Exec (via denir komut tamamlanması 30 saniye kadar sürebilir. Ben bitmiş bir kez UI güncellemeniz gerekir.
Bu seçeneklerden hangisi tercih edilir?
a) Leave the HTTP connection open for the 30 seconds and wait for it to finish.
b) Have exec() run the PHP script in the background and then use ajax polling to check for completion (every 5 seconds or so).
c) Something else that I haven't thought of.
Teşekkürler, Brian