On Aug 18, 2006, at 12:18 PM, Tomas Camin wrote:
Hi all,
can anybody at RS at least review this: http://www.realsoftware.com/
feedback/viewreport.php?reportid=rmzexdnb
This is really a major bug.
This code in 2006r3 and newer does consume 30-40% cpu doing nothing:
Empty project,
Window1.open:
dim aa as Class1
dim bb as Class1
aa=New Class1
bb=New Class1
aa.run
bb.run
Class1 is an empty thread (no code in run event).
Further notes:
- in r2 it does consume 0% cpu. But I can't use r2 either because
in r3 some linux bugs were fixed.
- running just one thread in the above example does consume 0%:
dim aa as Class1
aa=New Class1
aa.run
Why would you have a subclass of thread with NO code in the run event ?
It's 100% useless anyways
This seems to be one of those things where you say "it hurts when I
do this" and the right answer is "don't do that"
_______________________________________________
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>