Perl Script gibi PHP Perl Çıktı (Dinamik) onun yineleme tamamlar

0 Cevap php

I have many perl scripts running on linux, which goes and do many tasks, each one of them takes like 10 mins (taking backups and stuff like that..) and outputs the each step.. so that User sees what is the script is doing at that time...

What I am doing right now is calling perl script from php through shell_exec() command, what happens is that the output is shown after the script has finished the work and for that browser keep loading for 10 mins , which is not interactive.

Bu yüzden en kısa sürede, yani çalışan veya benim web sayfasında göstermek istiyorum perl script ne varsa çıkış 2 saniye sonra olabilecek Perl script doğrudan tarayıcınıza çıktı almak istiyorum ..

0 Cevap