Howto Set Processor affinity on AIX UNIX
I have already written about how to use processor affinity to restrict a process and run it only on a specified central processing unit (CPU) under Linux.
This document talks about setting Processor affinity on AIX.
From the article:
Processor affinity is a facility provided by operating systems, and you can use it on multi-processor hardware. All the threads within the process can be bound to run on the specified processor. Using process affinity settings to bind or unbind threads can help you find the root cause of troublesome hang or deadlock problems, especially for those hairy deadlocks and hangs that are hard to debug.
Regardless of what system you use and what functional and regression testing you do when your application is deployed for production, you can still get errors that are unavoidable. You might get a hang where the CPU is being used 100 percent of the time, or you might get deadlocks where a couple of threads are locked and never release a resource. In some cases, you'll see hangs in the application that are very old (even a couple of decades back), even on multiprocessor architectures and fast hardware.
Processor affinity on AIX [ibm.com]
You may also be interested in other helpful articles:
- Linux Setting processor affinity for a certain task or process
- Linux gets new completely fair scheduler (CFS) Merged
- Best Linux / UNIX Posts of 2007: Part ~ IV
- nixCraft FAQ Roundup ~ Oct, 03, 2007
- Sun is planning to release open-source version of UltraSparc T1 Niagara processor
Leave a Reply
We encourage your comments, and suggestions. But please stay on topic, be polite, and avoid spam. Thank you very much for stopping by our site!


Recent Comments
Today ~ 13 Comments
Today ~ 50 Comments
Today ~ 14 Comments
Today ~ 5 Comments
Yesterday ~ 22 Comments