Slashdot Mirror


User: RaVPup

RaVPup's activity in the archive.

Stories
0
Comments
3
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 3

  1. Re:releasing source code on Take A Look At Solaris 10 · · Score: 1

    Altix is NUMA and the Fire uses switched bus SMP. The only reason that Solaris doesn't scale past 106 CPUs is because Sun haven't written NUMA support into the operating system. The only two architectures Solaris supports are both SMP. With open source support this might change.

  2. Re:releasing source code on Take A Look At Solaris 10 · · Score: 1, Troll

    Solaris is a highly advanced operating system when deployed on its native hardware. If you want to get into the nitty gritty of why you can look it up. The thread management for one blows linux out of the water not to mention their SMP capability.

  3. Re:It's an intel flaw on Data Execution Protection · · Score: 2, Interesting

    Intel and AMD chips have only just added a seperate read and execute bit. Solaris 2.6 first introduced the non_exec_stack parameter and that was defeated using return to libc. The SPARC V9 architecture has had seperate XR bits for a while and return to libc works on that architecture. I think a lot of people are falling for marketing hype.