in reply to Re^2: Output to Browser as script executes?
in thread Output to Browser as script executes?
In that case I'd be inclined to fork off a process to handle the scheduling task and return a page that has a timed refresh (include <META HTTP-EQUIV="REFRESH" CONTENT="30"> in <head> for a refresh every 30 seconds for example) while the scheduling task is running.
|
|---|