home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Support
General Support
Speeding up Media Portal Boot
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Scythe42" data-source="post: 941561" data-attributes="member: 95833"><p>Also similar to Office Quickstart we can keep parts of MP in memory until a restart as long as there is free memory or already loading some stuff to memory before MP is even started.. Starting with Vista (read Kernel 6.x) there are options for this (even without a Quickstart feature). The system uses free memory to cache applications and their resources.</p><p> </p><p>Currently this doesn't work with MP as we are always disposing stuff (to be on the same side) before re-loading it. Better state tracking of what is allocated and what not could help here out of the box on subsequent restarts without re-booting the system. This would be GuiWindowManager.cs if I am not mistaken.</p><p> </p><p>But need to read up on MSDN if there are some special requirements when allocating resources to leverage Kernel 6.x stuff.</p><p> </p><p>All in all this is a great feature of Kernel 6.x that free memory is not wasted. Only when another application requests memory this "system cache" is freed up. But users still look on free memory too much.</p><p> </p><p>The Application Caching wasn't really marketed by MS with Vista. So users still use "Memory Free/Cleanup" tools. Yeah, gives you more free memory that does nothing and makes the system less snappier on subsequent reuses of Apps when you don't shut it down (using hibernation since ages). OSX users know this for about a decade now.</p><p> </p><p>Anyway, I'll dig a bit into MSDN ans see what we can do out of the box in general to be less "XP legacy" on modern systems.</p></blockquote><p></p>
[QUOTE="Scythe42, post: 941561, member: 95833"] Also similar to Office Quickstart we can keep parts of MP in memory until a restart as long as there is free memory or already loading some stuff to memory before MP is even started.. Starting with Vista (read Kernel 6.x) there are options for this (even without a Quickstart feature). The system uses free memory to cache applications and their resources. Currently this doesn't work with MP as we are always disposing stuff (to be on the same side) before re-loading it. Better state tracking of what is allocated and what not could help here out of the box on subsequent restarts without re-booting the system. This would be GuiWindowManager.cs if I am not mistaken. But need to read up on MSDN if there are some special requirements when allocating resources to leverage Kernel 6.x stuff. All in all this is a great feature of Kernel 6.x that free memory is not wasted. Only when another application requests memory this "system cache" is freed up. But users still look on free memory too much. The Application Caching wasn't really marketed by MS with Vista. So users still use "Memory Free/Cleanup" tools. Yeah, gives you more free memory that does nothing and makes the system less snappier on subsequent reuses of Apps when you don't shut it down (using hibernation since ages). OSX users know this for about a decade now. Anyway, I'll dig a bit into MSDN ans see what we can do out of the box in general to be less "XP legacy" on modern systems. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Support
General Support
Speeding up Media Portal Boot
Contact us
RSS
Top
Bottom