Re: Asyncronous operation
- From: "Mark Fitzpatrick" <markfitz@xxxxxxxxxx>
- Date: Mon, 2 Oct 2006 09:34:19 -0500
Rob,
There have been a few articles on this lately as it seems to be a
popular topic. Here are a few good articles I found on this:
http://www.eggheadcafe.com/articles/20060918.asp
http://www.ftponline.com/vsm/2006_06/magazine/columns/aspnet/
http://pluralsight.com/blogs/fritz/archive/2004/10/19/2892.aspx
http://samples.gotdotnet.com/quickstart/howto/doc/ASPXNet/GETAsync.aspx
--
Hope this helps,
Mark Fitzpatrick
Former Microsoft FrontPage MVP 199?-2006
"Rob Nicholson" <informed@xxxxxxxxxxxxxxxx> wrote in message
news:OwbnD2i5GHA.1196@xxxxxxxxxxxxxxxxxxxxxxx
I've developed a ASP.NET website which is running on a Windows 2003 Server
with IIS6. I need to be able to run an asynchronous task that checks a
POP3 mailbox, processes an email, writes data into the database and send
SMTP emails back out. All of this is implemented and working fine except
the asynchronous task bit.
In a traditional client/server environment we'd probably write a service
to carry out this operation. The same is perfectly feasible on the Windows
2003 server box but as IIS is running all the time, as it our website (if
not just waiting for an HTTP request) then I wondered if there was some
mechanism that can do what I need within ASP.NET itself or maybe a feature
of IIS 6.
Thanks, Rob.
.
- Follow-Ups:
- Re: Asyncronous operation
- From: Rob Nicholson
- Re: Asyncronous operation
- References:
- Asyncronous operation
- From: Rob Nicholson
- Asyncronous operation
- Prev by Date: Re: ASP.net and SQL impersonation for High Scalability
- Next by Date: Re: Detecting Session Timeout
- Previous by thread: Asyncronous operation
- Next by thread: Re: Asyncronous operation
- Index(es):
Relevant Pages
|