Processor Affinity or Bound Multiprocessing?
Migrating systems designed for single core processors to multicore environments is still a challenge. Bound multiprocessing (BMP) can help with these migrations. It improves SMP processor affinity. It allows developers to bind all threads (including dynamically created threads) in a process or even a subsystem to a specific processor without code changes.
Post a Comment
Your comments will be moderated before it can appear here.