Re: Background thread in ASP.net
- From: "Grant Merwitz" <grant@xxxxxxxxxxxxx>
- Date: Mon, 11 Sep 2006 13:47:40 +0200
Try look at the FileSystemWatcher.
This will run as a windows form/console and watch a folder.
The second a file is dropped into that folder, it can trigger a process.
Hope that helps
"Avadhoot" <Avadhoot@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:E69FDB30-8FAE-470F-80E3-1C30AAB54C97@xxxxxxxxxxxxxxxx
Hi,
I need to create a back ground thread in ASP.Net, but I want it be created
only once.
Here, let me explain.
I have a web application project where the user uploads an excel file. On
ce
the file is uploaded and stored on the server, I need to create a thread
which runs in the background and when notified, should open the excel file
and read it's contents.
But, I do not want to create a new thread whenever user requests for the
page and uploads a new excel file. I want it to be created only once and
running in the background, and called when required.
Can any one throw some light on this problem.
Thank you.
Avadhoot K
.
- Prev by Date: Re: Going sessionless (and cookie limitations)
- Next by Date: Re: Stopping client side event validation
- Previous by thread: ASP.NET and cache - just want to be sure
- Next by thread: Re: Background thread in ASP.net
- Index(es):
Relevant Pages
|