wrote:
> On Friday, March 8, 2013 2:01:51 AM UTC-6, Ian Collins wrote:
>>
>> In my opinion Solaris (and the numerous OpenSolaris derivatives) have
>>
>> better developer tools than Linux, especially for analysing applications
>>
>> (and the OS) in a production0n environment.
>>
>>
>
> I asked about this subject on a Linux newsgroup
> here in Minnesota. Here's the reply from Florin Lucha.
>
> Dtrace is a better system performance evaluation tool, and that's
> about the only thing that *Solaris has 'better' than Linux at this
> point. The Sun^WOracle Studio C/C++ compilers runs just fine under
> Linux as well, if you need second set of diagnostics (it usually helps
> to keep code clean and portable).
DTrace can make a big difference and is one of the main reasons we (my
clients and I) use Solaris bases OSs. Being able to probe a running
application without having to restart or mess about with logging levels
is a huge win. It also helps keep the source free of messy logging
code. An excellent real world example is PostgeSQL:
https://wiki.postgresql.org/wiki/DTrace
> OpenSolaris is slowly becoming like MacOS - it only runs on certain
> hardware configurations. The 'uber' UNIX hackers at Sun wanted to
> keep all the goodness for themselves... now, they can have it, since
> nobody else can run it, should they want to. The *BSDs have much
> better hardware support.
It runs on just about anything modern and I always fit a decent NIC if
the motherboard has a grotty one...
--
Ian Collins