G
Guest
has anyone had a issue like this...
My application (VB .net) starts using about 20% from cpu, and slowly
increase the cpu usage to 100%.
I need to know any factor that hs influence on cpu usage...
My app, needs to show rows in a datagrid, and refresh this data throught a
timing, and I use the System.Windows.Forms.Timer object. I suspect threads
are not been deallocated or disposed after I kill them explicity.. Actually I
make use of four paralell threads...
Thanks..
My application (VB .net) starts using about 20% from cpu, and slowly
increase the cpu usage to 100%.
I need to know any factor that hs influence on cpu usage...
My app, needs to show rows in a datagrid, and refresh this data throught a
timing, and I use the System.Windows.Forms.Timer object. I suspect threads
are not been deallocated or disposed after I kill them explicity.. Actually I
make use of four paralell threads...
Thanks..