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?

It may not be common, but I use processor_bind() to ensure software being tested on Solaris but destined for a single core system behaves correctly.

Software specifically designed for single core systems can behave in unpredictable ways on a multi-core system.

--
Ian.

_______________________________________________
opensolaris-code mailing list
opensolaris-code@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/opensolaris-code

Reply via email to