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


Many thanks,
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