Web server page, and agent close before response

Dear All,i wish to ask You what happen if the user close the browser before the ending of the procedure.

for example

i call a web agent:

http://myserver/mydb.nsf/TestConnection?OpenAgent

the agent perform the following:

a- open an oracle connection (with the LSX)

b- perform an UPDATE in table

c- write this updated on another table

d- return the result of the user

if the user,errorneusly, close the browser (I.E. or Firefox) after the point b) but before the point c)…

what will be the result of the agent ?

the point c) is always performed ?

generally, the code of the domino web agent is always performed, indipendently from what user do with your browser ?

thank you

Subject: web server page, and agent close before response

As far as I know, once a server agent is started, as long as it doesn’t require any further input from the user it will continue to run to completion, even if the user closes their browser.

Subject: RE: web server page, and agent close before response

in this case, is very good !thank you