http://bugzilla.novell.com/show_bug.cgi?id=487846
User [email protected] added comment http://bugzilla.novell.com/show_bug.cgi?id=487846#c16 --- Comment #16 from Miguel de Icaza <[email protected]> 2009-06-22 14:03:16 MDT --- Steve, I was reading some of the old email exchanges and this bug, and I realized that one bit that is important for the code (correct me if I am wrong) is the ability to detect whether more than one CPU is available on the system. Your code needs to know if there is a difference between having multiple cpus, and how many CPUs are currently active as more cpus can be activated on demand. If this is important, perhaps the patch needs to use: sysconf (_SC_NPROCESSORS_CONF) Which reports the number of CPUs on the system, the number of currently active CPUs is available through the other define _SC_NPROCESSORS_ONLN -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
