|
-
Aug 10th, 2005, 09:19 AM
#1
Thread Starter
Frenzied Member
[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?
-
Aug 10th, 2005, 11:31 AM
#2
Re: Send page but continue processing?
Create your large process as a seperate class, and start it in a new thread.
-
Aug 20th, 2005, 05:46 AM
#3
Thread Starter
Frenzied Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|