The file dependency implementation is ODD. It's not using FileSystemWatcher, but check back the file access time in a predefined interval. Can somebody tell me why? For me, an interval approach is crappy that you have to make sure you set a proper interval,
it consume too much resource to have a seperate thread to check the file time. A FileSystemWatcher on the other would be much cheaper and elegant. Who can give some inside view? Thanks, Calvin
cklein
Participant
1561 Points
363 Posts
File dependency implementation
Aug 19, 2003 10:41 PM|LINK
http://www.raincoder.com
Equal parts art and science
Email: cguo@raincoder.com