PRDEEP KUMAR wrote:
Hi Experts,

 I have a doubt about the processor_bind() call.

If the scheduler is much intelligent to schedule the threads on different cpus,why we have processor_bind call Please let me How advantageous is this call than the intelligent scheduler ? i.e where this is used most?

I use it most often to resolve real-time dispatch issues,
making sure that processes that need very quick response times
don't end up running on CPUs that have high interrupt loads,
for example.

It's also useful when evaluating the effect of migrations on
performance.

- Bart


--
Bart Smaalders                  Solaris Kernel Performance
ba...@cyber.eng.sun.com         http://blogs.sun.com/barts
"You will contribute more with mercurial than with thunderbird."
_______________________________________________
opensolaris-code mailing list
opensolaris-code@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/opensolaris-code

Reply via email to