1754016 Members
7306 Online
108811 Solutions
New Discussion юеВ

process priorities

 
Carlo Fernando
Occasional Contributor

process priorities

How would you determine the best priority value for a multi-threaded process?
4 REPLIES 4
Ravi_8
Honored Contributor

Re: process priorities

Hi,
determining the priority of a multi threaded process depends on the application it is using. whereas you can change the priority using 'nice'.
never give up
Vincenzo Restuccia
Honored Contributor

Re: process priorities

nice [-n priority_change] command [command_args]

Bill McNAMARA_1
Honored Contributor

Re: process priorities

trial and error!
I don't think with performance tuning that there is a perfect model.. this is something you should more or less experiment with.

Bill
It works for me (tm)
Satish Y
Trusted Contributor

Re: process priorities

Hi Carlo,

For multi threaded process u have to determine the priority on basis of importance and type of applications,etc. there are no standard vales.
U can change the priority of processes using nice(while initiating) and renice(folr process already running).

Cheers...
Satish.
Difference between good and the best is only a little effort