topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Friday April 19, 2024, 3:20 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: IDEA: Button/hotkey pause every process except focused and...  (Read 5371 times)

tmpusr

  • Member
  • Joined in 2005
  • **
  • Posts: 154
  • Instantiation stuck in meatspace with no backup
    • View Profile
    • Donate to Member
A button/hotkey that I could tap and everything else except the focused process and the vital system processes would be suspended. Another tap would resume. You could stop/start services too.

You could have several different types:

Maximum: Suspend everything except focused process and vital system processes.
Medium: Leave some vital UI processes running, like FARR and TapTap, etc.
Minimal: Suspend only processes that have larger than n% usage.

See also
https://www.donation....msg139975#msg139975

skrommel

  • Fastest code in the west
  • Developer
  • Joined in 2005
  • ***
  • Posts: 933
    • View Profile
    • 1 Hour Software by skrommel
    • Donate to Member
Re: IDEA: Button/hotkey pause every process except focused and...
« Reply #1 on: January 27, 2009, 06:57 PM »
 :) Have you tried AntiFreeze from www.resplendence.com/antifreeze?

Skrommel

tmpusr

  • Member
  • Joined in 2005
  • **
  • Posts: 154
  • Instantiation stuck in meatspace with no backup
    • View Profile
    • Donate to Member
Re: IDEA: Button/hotkey pause every process except focused and...
« Reply #2 on: January 27, 2009, 11:31 PM »
How about some coding...
1 List running processes.
2 Remove exceptions and focused process from the list.
3 Suspend everything on the list.

Done?

tmpusr

  • Member
  • Joined in 2005
  • **
  • Posts: 154
  • Instantiation stuck in meatspace with no backup
    • View Profile
    • Donate to Member
Re: IDEA: Button/hotkey pause every process except focused and...
« Reply #3 on: January 27, 2009, 11:34 PM »
Think of it as a Ghoster for processes. It could automatically resume processes when the current window loses focus.

tmpusr

  • Member
  • Joined in 2005
  • **
  • Posts: 154
  • Instantiation stuck in meatspace with no backup
    • View Profile
    • Donate to Member
Re: IDEA: Button/hotkey pause every process except focused and...
« Reply #4 on: February 03, 2009, 05:09 AM »
I've tested the effects of this by suspending using ProcExp. I've also stopped/disabled most services leaving

DCOM Server Process Launcher (some software won't start without this)
DHCP Client
Event Log
Plug and Play
Remote Procedure Call
Windows Audio

And when installing, Windows Installer.
For LAN, Workstation and Server.

Some processes need to be closed/killed because suspending them makes Windows UI not receive clicks.

This is fairly useless when not running anywhere near 100% CPU load, but when you do, the effects are clear - things that reacted sluggishly are smooth, audio, video stutters especially the ones that happen rarely once or twice a movie, are gone. This is hardly surprising since the CPU gives the software its full attention. Obviously lower-end machines will benefit more. Before gaming, just pause/kill everything, play, then resume/start. The number of context switches drops from around 5-10K (20-30K max) to around 800-1200.