Results 1 to 3 of 3

Thread: [RESOLVED] Send page but continue processing?

  1. #1

    Thread Starter
    Frenzied Member Phill64's Avatar
    Join Date
    Jul 2005
    Location
    Queensland, Australia
    Posts
    1,201

    Resolved [RESOLVED] Send page but continue processing?

    Does anybody know how (or if even possible) in asp.net, i can force it to send the html page to the client, but continue performing a large process in the background and later close (no further contact with the client needed after this point, and i do not want the client to sit and wait for it).

    Will i have to make this a seperate program, or is this possible to do?

  2. #2
    Code Monkey wild_bill's Avatar
    Join Date
    Mar 2005
    Location
    Montana
    Posts
    2,993

    Re: Send page but continue processing?

    Create your large process as a seperate class, and start it in a new thread.

  3. #3

    Thread Starter
    Frenzied Member Phill64's Avatar
    Join Date
    Jul 2005
    Location
    Queensland, Australia
    Posts
    1,201

    Re: Send page but continue processing?

    I wasn't sure whether this would work, but i tested it out and you're right, the other thread isnt terminated when the page is returned

    Thanks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width