[CentOS] which programming language for server-side admin tasks

Mon Jun 15 19:41:56 UTC 2009
John R Pierce <pierce at hogranch.com>

lincohn john wrote:
> Just curious, why not just use C/C++? thanks in advance !
>   

for server-side administration web console development ??   ouch.

writing clean portable C++ is very painful and requires extensive 
testing on each targetted platform.  
writing multithreaded C++ programs requires extreme care and a high 
level of expertise.