Re: [DOTNET] Problem with Service and File System Watcher

2002-06-12 Thread Justin Harrell
, 2002 4:44 PM To: [EMAIL PROTECTED] Subject: Re: [DOTNET] Problem with Service and File System Watcher Unfortunately it doesn't guarantee no overflows completely, although passing the processing off to a queue certainly helps. In my application I still have to have watch for overflows even thoug

Re: [DOTNET] Problem with Service and File System Watcher

2002-06-12 Thread Scott Boston
3 PM To: [EMAIL PROTECTED] Subject: Re: [DOTNET] Problem with Service and File System Watcher Scott, Thanks!! that was it. Now getting buffer errors. Justin, sounds like your on to something with this thought about threading. (somthing i'm not up to speed on yet). Digging through my code

Re: [DOTNET] Problem with Service and File System Watcher

2002-06-12 Thread Justin Harrell
e: [DOTNET] Problem with Service and File System Watcher Scott, Thanks!! that was it. Now getting buffer errors. Justin, sounds like your on to something with this thought about threading. (somthing i'm not up to speed on yet). Digging through my code, I found some areas where it can

Re: [DOTNET] Problem with Service and File System Watcher

2002-06-12 Thread Don Davis
Scott, Thanks!! that was it. Now getting buffer errors. Justin, sounds like your on to something with this thought about threading. (somthing i'm not up to speed on yet). Digging through my code, I found some areas where it can be tweaked for better performance. I was able to make room in the

Re: [DOTNET] Problem with Service and File System Watcher

2002-06-12 Thread Justin Harrell
. -Original Message- From: Don Davis [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 12, 2002 12:19 PM To: [EMAIL PROTECTED] Subject: [DOTNET] Problem with Service and File System Watcher Hello all. Relatively new to the realm of Net and C# so please excuse any greenhorn practices. Having

Re: [DOTNET] Problem with Service and File System Watcher

2002-06-12 Thread Steve Holak
Sent by: The Subject: [DOTNET] Problem with Service and File System Watcher DOTNET list will be retired 7/1/02 <[EMAIL PROTECTED] VELOP.COM> 06/12/2002 12:19

Re: [DOTNET] Problem with Service and File System Watcher

2002-06-12 Thread Scott Boston
FileSystemWatcher.Error event for more info. -Original Message- From: The DOTNET list will be retired 7/1/02 [mailto:[EMAIL PROTECTED]] On Behalf Of Don Davis Sent: Wednesday, June 12, 2002 9:19 AM To: [EMAIL PROTECTED] Subject: [DOTNET] Problem with Service and File System Watcher Hello all

[DOTNET] Problem with Service and File System Watcher

2002-06-12 Thread Don Davis
Hello all. Relatively new to the realm of Net and C# so please excuse any greenhorn practices. Having trouble with a Service we wrote (c#) which incorporates the File System Watcher. Service is setup to watch for "created" files only. All files are small text files. Each file is opened and "