I'm using RB2006r3 and I'm seen this high cpu usage when running threads, even when these don't do anything.

Create empty project
add a new thread (Class1)
in mainwindow.open:

  dim aa as Class1
  dim bb as Class1


  aa=New Class1
  bb=New Class1

  aa.run
  bb.run

Class1.run event is empty. This thread does nothing. Even thou application consumes 40% according to top.


If I run just one thread, cpu usage goes down to 0%, like this:
  dim aa as Class1


  aa=New Class1

  aa.run



Anyone else? Am I doing something wrong?

http://support.realsoftware.com/feedback/viewreport.php? reportid=rmzexdnb

Tomas
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to