how to run asynchronous methods on a web site?
From: Max (maximus_at_portvista.com)
Date: 02/28/04
- Previous message: C P: "Re: Is there a "State Server""
- Next in thread: Rick Strahl [MVP]: "Re: how to run asynchronous methods on a web site?"
- Reply: Rick Strahl [MVP]: "Re: how to run asynchronous methods on a web site?"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 28 Feb 2004 21:33:08 GMT
Is there a built in way to run a piece of code asynchronously? I'd like to
run some code in the background that's triggered by a user action on a web
page.
Examples of what I'm talking about:
User clicks on "Update Database" which downloads a text file from another
site and imports into a database. I don't want to user to have to wait for
this.
User clicks on "Email Clients" and it sends an email to 3000 clients. I
don't want the user to sit there and wait for 3000 emails to send out. I can
have it send an email later telling the client the results.
-Max
- Previous message: C P: "Re: Is there a "State Server""
- Next in thread: Rick Strahl [MVP]: "Re: how to run asynchronous methods on a web site?"
- Reply: Rick Strahl [MVP]: "Re: how to run asynchronous methods on a web site?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|