CloudStack drops 'open core' goes completely open source (cloudstack.org)
CloudStack, the IaaS cloud behind Zynga, Edmunds.com, Godaddy and 60 other of the largest clouds announced today that it was releasing as open source, all of the proprietary features that had been historically been held back.
11 comments
[ 2.8 ms ] story [ 37.1 ms ] threadbtw, thank you for explaining your opinion. It is much more civilized than silent down-voting by frustrated fanboys. ^_^
Of course, if you are getting paid (very well) just for lines of Java code (because technically incompetent investor believes in all that hype about Java and JVM) it makes a lot of sense, but don't even try to say that utilizing useless abstractions and thousands of lines of code to do primitive tasks is 'the right way' or even a competent one.
Python is an isolated VM with its own hardware-independent type system, complicated and expensive FFI, etc. Ctypes has a beautifully clean interface, but it's certainly not cheap, and the JVM will crush Python in terms of performance in the vast majority of cases. Servlets? Containers? Why would you need these in this context -- you seem to be throwing out Java buzzwords to see what sticks.
Simply put, there's absolutely no reason why Java couldn't be a good choice here; that doesn't mean that it is implemented well in this case, but there's no reason why it couldn't be. Python, from an architectural standpoint, is by no means better suited than the JVM for this, even if the language and libraries are subjectively much, much nicer.
if the language and libraries are subjectively much, much nicer. - that is a huge mean - choosing appropriate tools for some particular task. ^_^