<p dir="ltr"><br>
On Feb 5, 2014 5:01 PM, "Loïc Hoguin" <<a href="mailto:essen@ninenines.eu">essen@ninenines.eu</a>> wrote:<br>
><br>
> Pardon my ignorance but what does a Java hosting company do exactly compared to just getting a server?</p>
<p dir="ltr">When I hear "Java hosting" or "Erlang hosting" I think of cloud environments which provide JVM or BEAM virtual machines (emulators) where you aren't bothered by operating systems. You pay for instances of the VMs and transactional bandwidth. This is what Google AppEngine provides for Java, Python and Go.  I've developed cloud services using Go on Appengine and it was wonderfully clean and simple.</p>

<p dir="ltr">One future for Erlang may be the LING VM from <a href="http://erlangonxen.com">http://erlangonxen.com</a> which runs directly on the Xen hypervisor which is wicked cool. I've got big hope for this.</p>
<p dir="ltr">But in practice I'm sure that it means Linux VMs with Erlang/OTP preinstalled.<br>
</p>