Re: ASP.NET Application and FileSystemWatcher
- From: "J-T" <RayAll@xxxxxxxxxxxx>
- Date: Tue, 17 May 2005 14:52:07 -0700
I forgot to say that directory which I monitor is a shared folder on the
netwrok.
Thanks
"Eliyahu Goldin" <removemeegoldin@xxxxxxxxxxxxxx> wrote in message
news:udEvR5xWFHA.3188@xxxxxxxxxxxxxxxxxxxxxxx
> Are you sure you are on the right track? A FileSystemWatcher object has to
> exist somewhere to be able to watch. An asp.net application doesn't exist
> anywhere but between a client http request and the server response. A very
> short time. Do you expect the watcher to catch something only when the
> server is busy serving client requests?
>
> Eliyahu
>
>
> "J-T" <RayAll@xxxxxxxxxxxx> wrote in message
> news:%23QPGMNxWFHA.3540@xxxxxxxxxxxxxxxxxxxxxxx
>> We are working on an asp.net application which is a 3-tier application.I
> was
>> aksed to create a component which monitors a folder and gets the file and
>> pass them to a class library in our business logic layer(so far so good
> and
>> easy).I initialize my class which is using a FileSystemWatcher in my
>> Global.asax and everything works fine.I have found FileSystemWatcher
> class
>> not very reliable and sometimes it behavies unexpectedly.I'm afriad that
> it
>> brings down the whole application.Is there a better way of doing this
>> **Inside Asp.Net application**.I can't use antother application like
> windows
>> service or schedault taks.Everything needs to be done is ASP.NET
>> application.
>>
>>
>> Thanks a lot
>>
>>
>
>
.
- Follow-Ups:
- Re: ASP.NET Application and FileSystemWatcher
- From: Eliyahu Goldin
- Re: ASP.NET Application and FileSystemWatcher
- References:
- ASP.NET Application and FileSystemWatcher
- From: J-T
- Re: ASP.NET Application and FileSystemWatcher
- From: Eliyahu Goldin
- ASP.NET Application and FileSystemWatcher
- Prev by Date: Re: ASP.NET Application and FileSystemWatcher
- Next by Date: Re: CSS Question
- Previous by thread: Re: ASP.NET Application and FileSystemWatcher
- Next by thread: Re: ASP.NET Application and FileSystemWatcher
- Index(es):
Relevant Pages
|