Running a long process

  • Thread starter Thread starter Franz
  • Start date Start date
F

Franz

The user of my web site needs to start some long processes. When he presses
the button, a Thread is created and started for running the long process. He
will be redirected to a page keeping refresh for the progress.

I would like to ask if this user closes the browser during the progress
page, how does the thread go on?Keep running or Abort?

Thanks.
Franz
 
AFAIK if you run the process asynchronous it will keep running untill it is
finished

regards

Michel Posseth [MCP]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top