Bij OSNews is een interview verschenen met Andy Tucker, één van de ontwikkelaars aan Solaris. Dit besturingssysteem wordt door Sun geleverd op de meeste servers die het bedrijf verkoopt. In het interview wordt ingegaan op de verschillen in ontwikkeling tussen Solaris en Free Software-systemen als Linux en de BSD-varianten. Tucker noemt de schaalbaarheid van Solaris als voordeel, maar erkent ook mislukte ideeën als NIS+. Volgens hem verschilt de ontwikkeling van software bij Sun niet heel erg van het decentrale model dat bij projecten als Linux gebruikt wordt. In Solaris 10 kunnen we verschillende servergerichte features verwachten, zoals een uitgebreide jail-mogelijkheid die ervoor moet zorgen dat processen elkaar niet kunnen beïnvloeden:
Solaris 10 will have a number of new features that we think are pretty exciting. One is Solaris Zones --- this takes an idea that was initially developed for FreeBSD (jails) and extends it to address the needs of our customers. It allows administrators to divide up a single system into a number of separate application environments, called zones, where processes in one zone are not able to see or interact with those in other zones. This means that multiple applications can run on the same system without conflicting with each other, but the administrator only has to deal with one OS kernel for backups, patches, etc..