suit: Abfragen nacheinander ausgeben

Beitrag lesen

Aber irgendwie muss es mit flush() doch bis zum Webserver durchdringen (zumindest bei Modul-Einbindung), wenn ich das recht verstehe: "Flushes the write buffers of PHP and whatever backend PHP is using (CGI, a web server, etc). This attempts to push current output all the way to the browser with a few caveats."

In der Zeile danach steht dann "flush() may not be able to override the buffering scheme of your web server and it has no effect on any client-side buffering in the browser."

Das "may not be able" ist leider sehr schwamming formuliert - aber ich vermute auch mal, dass das bei der Moduleinbindung kein Problem sein wird, bei der CGI-Variante aber schon - es scheint aber auch einen Zusammenhang mit mod_deflate und mod_gzip zu geben.