Lots of choices: managed hosting, EC2, App Engine; also unfair Sun criticism of App Engine's Java restrictions

I use a (semi) managed hosting company (RimuHosting) for customer and my own work: so much more convenient than running a co-located server! If a raid disk fails, I don't have to deal with it. I am also finding Amazon's EC2 to be a very low hassle hosting option (although Elastic MapReduce has given me some grief today but that was my own fault - once I learned how to use it, Elastic MapReduce is great). I have tried deploying one Java JSP-based web app to Google's Java version of App Engine - very straight forward and a fun experience.

One thing I read today that rubbed me the wrong way: Simon Phipps (Sun) was criticizing Google for restricting the JVM by not allowing some libraries. There are other issues like no threading and outgoing sockets that he did not mention. I totally understand why Google needs to protect their infrastructure by sand-boxing the Java runtime environment. (They had to do the same for Python.) Phipps must know this. Sun has announced recently their own "cloud platform" and it will be interesting to see if they restrict the Java runtime - if they don't I don't see how they can compete on price/performance. Can't live with Google's Java runtime restrictions? Then, use something more expensive :-)

Comments

  1. > I totally understand why Google needs to protect their infrastructure by sand-boxing the Java runtime environment.But Amazon does not?
    Ar all the other alternatives that run on Amazon or are similar to?
    How can they run without the so called "protection"?

    > Can't live with Google's Java runtime restrictions? Then, use something more expensive :-)The java hosting based on AWS I mentioned in a previous post: Stax, won't be more expensive (at least it was promised so :) ) - they also have something that does hibernation (manual and in future API based) to reduce costs even more.
    Not to mention MySQL instances - thus making migration away or to that type of "cloud" much easier than the "constrained" solution.

    ReplyDelete
  2. Not to mention MySQL instances - thus making migration away or to that type of "cloud" much easier than the "constrained" solution.Well, it just looks like MySQL isn't such a big advantage after all, since H2Database can now run:
    http://www.h2database.com/html/changelog.html
    on GAE/J, thus offering a "compatibility layer" to existing applications, that don't have to deal with big tab table and the like - just work as before.

    ReplyDelete

Post a Comment

Popular posts from this blog

Ruby Sinatra web apps with background work threads

My Dad's work with Robert Oppenheimer and Edward Teller

Time and Attention Fragmentation in Our Digital Lives