Click here to Skip to main content
15,920,704 members
Home / Discussions / C#
   

C#

 
AnswerRe: C# Memory Leak Mystery Pin
Guffa12-Sep-05 1:29
Guffa12-Sep-05 1:29 
AnswerRe: C# Memory Leak Mystery Pin
S. Senthil Kumar12-Sep-05 4:15
S. Senthil Kumar12-Sep-05 4:15 
GeneralRe: C# Memory Leak Mystery Pin
Jason Pease12-Sep-05 6:15
Jason Pease12-Sep-05 6:15 
GeneralRe: C# Memory Leak Mystery Pin
S. Senthil Kumar12-Sep-05 15:09
S. Senthil Kumar12-Sep-05 15:09 
QuestionCopy directories Pin
Stefan_ Spenz11-Sep-05 22:13
Stefan_ Spenz11-Sep-05 22:13 
AnswerRe: Copy directories Pin
rakesh_nits11-Sep-05 22:34
rakesh_nits11-Sep-05 22:34 
Questionmonitoring directories Pin
rakesh_nits11-Sep-05 21:51
rakesh_nits11-Sep-05 21:51 
AnswerRe: monitoring directories Pin
Dave Kreskowiak12-Sep-05 5:44
mveDave Kreskowiak12-Sep-05 5:44 
Without writing your monitoring code as an NTFS extension, no there is no reliable method to capture changes acrossed an entire volume. FileMon, from SysInternals, uses this technique. It requires a black belt in NTFS internals and Interop to implement though.

The FileSystemWatcher relys on the NT Kernel function ReadDirectoryChangesW. This function is known to have more than a few problems, especially when monitoring remote directories. The problems just get worse, the bigger the directory tree you're monitoring.

For more information, search for ReadDirectoryChangesW on MSDN.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

QuestionDrawing an arc Pin
11-Sep-05 21:08
suss11-Sep-05 21:08 
QuestionMail Recieve Notification Pin
mail2bourne11-Sep-05 20:34
mail2bourne11-Sep-05 20:34 
AnswerRe: Mail Recieve Notification Pin
S. Senthil Kumar11-Sep-05 21:09
S. Senthil Kumar11-Sep-05 21:09 
Questionsystem.threading.timer Pin
dhol11-Sep-05 20:02
dhol11-Sep-05 20:02 
AnswerRe: system.threading.timer Pin
g00fyman11-Sep-05 20:29
g00fyman11-Sep-05 20:29 
AnswerRe: system.threading.timer Pin
S. Senthil Kumar11-Sep-05 21:07
S. Senthil Kumar11-Sep-05 21:07 
GeneralRe: system.threading.timer Pin
dhol12-Sep-05 2:25
dhol12-Sep-05 2:25 
Questiontrapping dockpadding changes Pin
microsoc11-Sep-05 19:58
microsoc11-Sep-05 19:58 
AnswerRe: trapping dockpadding changes Pin
leppie11-Sep-05 21:14
leppie11-Sep-05 21:14 
AnswerRe: trapping dockpadding changes Pin
leppie11-Sep-05 21:19
leppie11-Sep-05 21:19 
QuestionRe: trapping dockpadding changes Pin
microsoc11-Sep-05 21:39
microsoc11-Sep-05 21:39 
QuestionResizing C# windows application controllers in run time Pin
cshaaaa11-Sep-05 17:53
cshaaaa11-Sep-05 17:53 
AnswerRe: Resizing C# windows application controllers in run time Pin
Rahul Walavalkar11-Sep-05 18:13
Rahul Walavalkar11-Sep-05 18:13 
GeneralRe: Resizing C# windows application controllers in run time Pin
cshaaaa11-Sep-05 20:44
cshaaaa11-Sep-05 20:44 
QuestionUrgent question about Updates Pin
nidhelp11-Sep-05 17:50
nidhelp11-Sep-05 17:50 
AnswerRe: Urgent question about Updates Pin
Christian Graus11-Sep-05 18:49
protectorChristian Graus11-Sep-05 18:49 
GeneralRe: Urgent question about Updates Pin
nidhelp11-Sep-05 19:41
nidhelp11-Sep-05 19:41 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.