in reply to Deferred/selective processing in CGI.pm
That code can try to send notifications back to the user, and you'll know exactly where you are in the process.
Note that you'll have to be very careful of buffering. It is very easy to accidentally buffer your output at various points (in your script or in the webserver) which would result in the user not getting any data until you're all done and are ready to send the main page.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Deferred/selective processing in CGI.pm
by Anonymous Monk on Oct 30, 2004 at 17:38 UTC |