Kbase 17209: Busy Agents and the STOP button in Web Browsers
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  5/10/1998 |
|
Busy Agents and the STOP button in Web Browsers
If you hit the STOP button in a web browser while executing a long
query how long will the agent remain busy?
o If HTML Mapping Procedure was used to generate the web object that
contains the query then ...
The STOP should get processed when returning to the main block
of the web object. If you check out /web/template/hmapmain.i, it
checks for the STOP, ERROR, and END-KEY condition there.
o If CGI Wrapping Procedure was used to generate the web object that
contains the query or the procedure being run is simply a '.p' or
'.w' not related to any templates then ...
THE STOP should get processed when the query is complete and the
web object has completed running and returns to web-disp.p where
the STOP, QUIT, and ERROR conditions are processed.
Progress Software Technical Support Note # 17209