PROCESSOR USAGE CLIMBS TO 100%

  • Thread starter Thread starter Dave
  • Start date Start date
D

Dave

I have some c# code, it is a signal manager which uses some 3rd party
com controls to manage opc signals , and to manage our own signal
object for communication between some proces objects.

the problem is that as it runs, over a 24 hour period, processor usage
will slowly climb to 100% , memory remains fine, the number of threads
climbs ever so slowly, as do the number of handles.

does anyone have any advice on debugging this?

best regards

David Nelson
 
I have found the possible problem, the number of CCWS keeps climbing,
anyway of controlling these CCW'a and disposing them, obviously the
reference is changing, and creating new ones each time.
anyone?
regards

Dave
 
Back
Top