Any chance of getting Python/Django support in the near future?
VMware launches Node.js, Rails and Spring PaaS
51–57 of 57 posts
Re: VMware launches Node.js, Rails and Spring PaaS
#52Well, to make the license question easier, their invite request form is utterly unusable on Android. I apparently need to 'scroll to the bottom' to submit to a dubiously enforceable license before even being allowed to see their beta, exciting action made anyway imposible by the broken design. Node.js notwithstanding, this tastes from the start like a proper enterprise service.
On the iOS you can scroll textareas and iframes using two fingers. I imagine it should be possible on Android too.
Re: VMware launches Node.js, Rails and Spring PaaS
#53I was suprised no virtualisation is included in the solution (or I did not find the parts in the github repos). Seriously, shared-hosting is so 1996 from a security perspective. So for me It will be "just" an "internal cloud" solution and maybe replace capistrano. Still, puppet and chef will do the "physical"/"system" provisioning for my customers and my projects.
Virtualization isn't the only way to isolate apps. What happened to good old Unix user accounts? It seems ridiculous to me to allocate entire kernels and OS runtimes per user/app when they can just share all that stuff and have the kernel isolate access and divide resources.
Re: VMware launches Node.js, Rails and Spring PaaS
#54It definitely makes sense for VMware to build and open source this, since their core business is selling the virtualization software this runs on top of (I assume). Though I wonder how much of it is really VMware specific, or if it would be relatively easy to port to Xen, etc. Edit: actually it appears it might be agnostic to the virtualization layer.
It seems that VMware's long term view is that virtualisation itself is a commodity (which it is, KVM and Xen are both "good enough" already), and it's going to be the management of IT resources which is financially lucrative in the future. Their core business today is selling vSphere 4 management with ESXi as the hypervisor, I think they see their core business in 10 years as being the management layer for your entir…
ESXi is excellent, I think one of the best x86 kernels in existence. The management software is nowhere near on par with it; it is finicky Windows software that doesn't match the hypervisor's speed or reliability. The long-rumoured Linux version of the management platform still has not materialised.
Re: VMware launches Node.js, Rails and Spring PaaS
#55Was anybody else surprised that Ryan Dahl actually spoke at the CloudFoundry Webinar? Seems like a conflict with Joyents no.de hosting solution.
Re: VMware launches Node.js, Rails and Spring PaaS
#56Earlier quoted context omitted.
It seems that VMware's long term view is that virtualisation itself is a commodity (which it is, KVM and Xen are both "good enough" already), and it's going to be the management of IT resources which is financially lucrative in the future. Their core business today is selling vSphere 4 management with ESXi as the hypervisor, I think they see their core business in 10 years as being the management layer for your entir…
I hate it when this happens. ESXi is excellent, I think one of the best x86 kernels in existence. The management software is nowhere near on par with it; it is finicky Windows software that doesn't match the hypervisor's speed or reliability. The long-rumoured Linux version of the management platform still has not materialised.
Re: VMware launches Node.js, Rails and Spring PaaS
#57Earlier quoted context omitted.
That seems pretty reasonable, and maybe even necessary. If they're copying your code around or distributing it to users, they may need those rights. "..solely as necessary for Cloud Foundry to provide the Service..." is the key point, there.
Just so I understand you correctly, does that imply that their intention is to prevent being sued if they need to change your code in order for it to work on the platform, in the event of say, an upgrade of their core infrastructure? If so, that makes a lot more sense. Thanks.