发新话题
打印

[转载]用于调整进程优先级的工具 Process Lasso

[转载]用于调整进程优先级的工具 Process Lasso

信息来源:邪恶八进制信息安全团队(www.eviloctal.com

Process Lasso is a unique new technology intended to automatically adjust the allocation of CPU cycles so that system responsiveness is improved in high-load situations. It does this by dynamically temporarily lowering the priorities of processes that are consuming too many CPU cycles, there-by giving other processes a chance to run if they are in need. This is useful for both single and multi-core processors. No longer will a single process be able to bring your system to a virtual stall.

In addition, Process Lasso offers capabilities such as default process priorities, default process CPU affinities, termination of disallowed processes, and logging of processes executed.

Process Lasso does all this while consuming almost no system resources thanks to being written in native C++ code, using native win32 APIs complimented with NT native APIs for process management (instead of toolhelp or psapi). Also, we used advanced data structures to track processes in the most efficient way possible. No other competing product can claim the efficiency of Process Lasso.

http://www.bitsum.com/
曾几何时,有人对我说:装B遭雷劈。我说:去你妈的。于是,这个人又对我说:如果再说脏话,上帝会惩罚你的。我说:我操上帝。结论:彪悍的人生不需要上帝。

TOP

发新话题