php - Console line output redirecting blocks file and prevents to read it -
how redirect output console app (php.exe in case) text file (output.txt in case) without blocking it? php script takes lot of time , need async read output (from httpd->javascript->webpage)
nevermind - passthru php function helped me lot :)