S
shawn
A Windows service A which starts multiple instances of an application B at
random time.
Both A and B are written in C#.
It quite often shows in Task Manager that CPU time for B is 00:00:00 and
memory usage stay the same and never changes.
Can we assume that B is stuck based on this observation? Also, debug code at
the very beginning of B is never run through...
What could be the cause of the problem of B being stuck and how to debug it?
Thanks in advance!
random time.
Both A and B are written in C#.
It quite often shows in Task Manager that CPU time for B is 00:00:00 and
memory usage stay the same and never changes.
Can we assume that B is stuck based on this observation? Also, debug code at
the very beginning of B is never run through...
What could be the cause of the problem of B being stuck and how to debug it?
Thanks in advance!