1827294 Members
2072 Online
109717 Solutions
New Discussion

Re: CPU Load Balancing

 
majid64
Occasional Advisor

CPU Load Balancing

How to Create CPU Load Balancing For Special Program For Example Maya, 3DMax ,etc ?

IF It Can't How to Create a Grid For This?

(It's Not Only For Render Time Because When I Want Just Move an Object, That Done Slowly )
2 REPLIES 2
likid0
Honored Contributor

Re: CPU Load Balancing

Hy,

Cpu load balance ?

If you need to dedicate cpus exclusevly to a process(PID), you can use prset.

man prset

processor sets:

http://h20338.www2.hp.com/hpux11i/cache/324638-0-0-0-121.html
Windows?, no thanks
Bill Hassell
Honored Contributor

Re: CPU Load Balancing

It is impossible to load balance a single program unless the program was written to run separate threads. If it runs separate threads, then the other CPUs will be used automatically. A single process will not run faster even if you have 64 CPUs on your system. Ask your application vendor if there are multi-threaded versions of the programs.


Bill Hassell, sysadmin