Hi I have written a single thread application and bound it to Core 0. Then, I have run the application, and profiled all memory requests that happen in core 2. I found that thread 0 is mapped on core 2 along with my application thread. We know that any threads can not be mapped to a pset directly(in this case, core 2 is a pset that created in the my application). We know that for mapping a thread to a pset, pset_bind() must be used. But I have not bound thread 0 to core 2. Could you tell me how thread 0 have bound to core 2?
By the way, I think thread 0 is OS. Now, I have a question about this thread. According last paragraph, Does thread 0, that mapped on core 2, do some things (event handling or memory management,...) only for threads that bound on core 2? -- This message posted from opensolaris.org _______________________________________________ opensolaris-code mailing list opensolaris-code@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/opensolaris-code