[ros-dev] ReactOS eating CPU time

Thomas Weidenmueller w3seek at reactos.com
Mon Nov 15 20:06:30 CET 2004


Casper Hornstrup wrote:

>In VMware, ReactOS eats up all available CPU time. Does anyone have an idea why?
>Does it also do this on real hardware?
> 
>Casper
> 
>
>  
>
>------------------------------------------------------------------------
>
>_______________________________________________
>Ros-dev mailing list
>Ros-dev at reactos.com
>http://reactos.com:8080/mailman/listinfo/ros-dev
>
if you're referring to the GUI then it's because the gui eats up a lot 
of resources. a single mouse move for example causes roughly 1000 
lockings of the user handle table, then a bunch of locks for the gdi - 
not to mention the lower-level stuff in ntoskrnl. I'm working on this 
issue (especially the gui) in my rewrite branch.

Thomas


More information about the Ros-dev mailing list