SuperFetch: Performance Enhancing Features in Windows Vista
Windows vista has number of memory management improvements including extensive use of lock-free synchronization techniques, finer-grained locking, tighter data-structure packing, larger paging I/Os, support for modern GPU memory architectures, and more efficient use of the hardware Translation Lookaside Buffer. Windows Vista also offers dynamic address space allocation for different workloads. Windows Vista also has four performance enhancing features SuperFetch, ReadyBoost, ReadyBoot, and ReadyDrive. Instead of discussing all of them in one post I will discuss each feature in a separate post. In this post I am discussing SuperFetch.
SuperFetch
Previous version of windows uses Standby List Management for managing physical memory. Standby List management has two limitations
-
For prioritization of pages relies on the past activities of processes and there is no mechanism for anticipating the future requirement of memory pages.
-
Data used by windows for prioritizing pages is only depends on the pages owned by the processes.
These two shortcomings can result in “after lunch syndrome” when computer is ideal for some time then some memory intensive processes may start running. Memory intensive processes can be antivirus scan or disk defragmentation processes. These processes overwrite their data to active processes cached data and code. When you again start working on the computer system you get the sluggish performance.
SuperFetch is implemented in %SystemRoot%\System32\Sysmain.dll as a Windows service that runs inside a Service Host process (%SystemRoot%\System32\Svchost.exe). SuperFetch relies on support from the Memory Manager. So now operating system can get the page usage history as well as Memory Manager can preload data and code from files on disk or from a paging file into the Standby List and assign priorities to pages. The SuperFetch service essentially extends page-tracking to data and code that was once in memory, but that the Memory Manager has reused to make room for new data and code. It stores this information in scenario files with a .db extension in the %SystemRoot%\Prefetch directory alongside standard prefetch files used to optimize application launch. Using this deep knowledge of memory usage, SuperFetch can preload data and code when physical memory becomes available.

Whenever any process exists or releases the memory, SuperFetch asks the Memory Manager to fetch data and code that was recently evicted. This is done at a rate of a few pages per second with Very Low priority I/Os so that the preloading does not impact the user or other active applications. SuperFetch also includes specific scenario support for hibernation, standby, Fast User Switching (FUS), and application launch. When the system hibernates, for example, SuperFetch stores data and code in the hibernation file that it expects (based on previous hibernations) will be accessed during the subsequent resume. In contrast, when you resume Windows XP, previously cached data must be reread from the disk when it is referenced.


















Pirated software’s are hurting software industry, software partners and environment partners. Pirated software’s are now reach from home users to corporate users. A new white paper on the piracy phenomenon authored by market analysis company IDC and sponsored by Microsoft and the International Association of Microsoft Certified Partners identifies no less than nine reasons which fuel software piracy.
Ratproxy is a semi-automated, largely passive web application security audit tool. It is meant to complement active crawlers and manual proxies more commonly used for this task, and is optimized specifically for an accurate and sensitive detection, and automatic annotation, of potential problems and security-relevant design patterns based on the observation of existing, user-initiated traffic in complex web 2.0 environments. The approach taken with ratproxy offers several important advantages over more traditional methods:
Gmail team seems to be working very hard to make their E-Mail service more secure. Recently Gmail team has introduced two new security features in Gmail. Gmail developers introduced Remote Sign out and Better support for Phishing messages.






