in reply to Execute with No wait
A quick intro (with exmples) is here: http://www.wdvl.com/Authoring/Scripting/Tutorial/nph.html
For the other method. Do what mrmick suggested.
Have the script display an interim page (with a link to another script that will give you the results/status), but once you display the page you can then have the original script go off and do it's thing (recording results to a file).
The second script i mentioned would read the results of the file and display them to the user. (if the script isn't done yet, there would be no results. alternatively you may want to provide periodic status updates during the execution of the original script)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE: RE: Execute with No wait
by merlyn (Sage) on Aug 24, 2000 at 23:32 UTC | |
by bp (Novice) on Aug 25, 2000 at 00:12 UTC | |
by bp (Novice) on Aug 25, 2000 at 18:17 UTC |