Tuesday, April 7, 2009

Process Priority Taskmanager



This compact program allows you to save the priority you specify for any process.

How to use -
# Start the Task Manager.
# Right-click a process and select Set Priority.
# Set the priority you want for the process.
Prio will save the applied changes and each time you start this process from now on, it will set the saved priority for it. You will not have to change the priority manually any more
What is the priority of an application?


Windows is a multitasking system. It means that a lot of various applications are running simultaneously in it. You directly work with some of them, but some of them work invisibly and independently. The priority of an application is a parameter that tells the system which task has priority over other tasks. For example, if there are two programs that are running simultaneously and with the same priority, they will have equal shares of the processor time. But in case you set a higher priority for one of them, the program that has this higher priority will use all the free processor time while the one with a lower priority will use only the rest of it. For example, if you have an application for rendering a video clip running on your computer, it will use the free processor time sharing it equally with, say, Explorer. It will result in Explorer working jerkily... But if you set a lower priority for the rendering program, it will use only the time that Explorer does not need. Explorer will work more smoothly and faster. It is also convenient to set a higher priority for multimedia players - the playback will be smoother. If you have some database service running on your computer, it is useful to set a lower priority for it so that it does not interfere with the work of those applications you are using at the moment. You can change the priority of processes on the Processes tab of Task Manager. Prio automatically detects any changes in priority and saves them in its settings. Next time you start this application, its priority will be restored.