We have some Sun T1000's running Solaris 10 that we are going to deploy as web servers. By compiling Apache from source using the Sun Studio compilers, you get a huge boost in performance because of the compiler's built-in optimizations for the Niagra processor.
Before deploying them, I needed to get NRPE setup, which requires that the Nagios plugins be installed. Once setup on the client side, I can point our Nagios server at the webserver and get notified of hardware issues, disk usage, load averages and what not.
Installing NRPE and the plugins using gcc is a no brainer. I thought using Sun Studio wouldn't be too much harder, but after 5 hours of banging my head against the wall, I figured out how to make them compile...