Via TechCrunch, MediaTemple has introduced its Grid-Server hosting product, superseding their old shared hosting products.
It is basically a cluster of web servers/application servers connecting to a fast array of storage (SAN?), and load balancers or routers placed in front of the web servers to evenly distribute the requests across individual physical servers in the grid. A new measurement, Grid Performance Unit, is introduced to measure how much CPU time your account has used.
Michael Arrington has also interviewed the MediaTemple guys on TalkCrunch, talking about the ideas behind their latest offerings.
It is definitely an interesting product that is targeted to solve scalability issue of many growing web sites that has exceeded the capacity of the single-box shared hosting, and it comes at a very attractive price point — $20 a month for 1,000 GPU, 100Gb “premium” storage and 1Tb monthly data transfer. It also has one of the most flexible PHP configuration you can have with shared hosting — choice between PHP4 or PHP5, no stupid safe-mode that limits you in every possible way, and options to use your own php.ini.
Another innovation is their Ruby on Rails Containers technology. Not to be confused with Solaris Containers, MediaTemple’s RoR containers look like a jailed execution environment for your Ruby on Rails applications. Memory is limited to 64Mb, and you can run multiple rails apps. There are also options for you to purchase more memory for your container. Sounds like a light-weight VPS optimised for RoR applications, without the overhead of management.
Here are some of my random thoughts.
Cluster Hosting is Not New
For one thing, MediaTemple is definitely not the industrial first. Cluster hosting has been around for a while. TechCrunch mentioned Rackspace’s Mosso. Even in the land of Down Under, Ilisys has been offering cluster web hosting for years.
What sets MediaTemple apart? Buzz. Being on TechCrunch and interviewed by Michael Arrington certainly helps.
Very Competitive Priced
Another thing that differentiates MediaTemple is their pricing model. I have no idea on how much processing power is 1,000 GPU, but from MediaTemple’s description that it will be sufficient for most of their customers. That means $20/month for up to 100 sites on clouds of servers with huge storage and bandwidth — very attractive. Certainly compares very well with Mosso’s $100/month with 80Gb storage and 2Tb data transfer.
Both as potential replacement for low-end dedicated servers, however, I think Mosso is more geared towards web hosting resellers. Mosso comes with add-on client services that includes billing and support. And with an infrastructure that can utilise both Linux and Windows application platforms, Mosso is best for those starting out reselling web hosting to be able to host both Linux and Windows applications. Whereas Grid-Server is Linux-only with no reselling options.
Still, it’s only $20 a month for all your sites. I am looking forward to other cluster hosting services to catch up and drop their prices.
Clusters are Good for Customers
There are many reasons why clustered shared hosting is way better than single-box model that most hosting companies are running today. These are not specific to MediaTemple’s Grid-Server.
- Centralised storage on fast SAN. Because all cluster nodes have access to the same pool of data, hosting companies need to deploy those high-end storage solutions that are faster and more reliable. At the end the customers benefit.
- Higher uptime guarantee. Server hardware failure no longer means hour-long down time, and from DreamHost status you’ll learn that hardware do fail, and quite often too!
- Scalable performance. What happen if you site got slashdotted or dugg that requires the horse power of more than one physical servers for 12 hours? A cluster will automatically load balance the requests to other servers. Or if your neighbour gets traffic spike, you don’t get to suffer with him as other cluster nodes will take care the traffic.
I think the day of single-box shared hosting, aka the cpanel model, is numbered.
Clusters are Good for Hosting Providers
While developing this technology might be costly, I think the benefit should easily pay off the cost in the long run, as clustering is just so obviously the better solution.
- Overselling CPU time. Already overselling storage and bandwidth? Why not CPU time as well? I think clustering actually makes it easier, according to the law of large numbers. It is much easier to oversell from a big pool of clustered CPUs than separate units of individual boxes — just like you can oversell from your pool of gigabit bandwidth and network attached terabyte storage. End result? More customers on less hardware, which leads to more profit.
- Easier traffic spike management. If you are the host you’ll hate clients getting slashdotted. You have to find spare servers and migrate the accounts around. No longer the case with a clustered backend. Again, law of large numbers works in the advantage of the hosting providers here.
- Easier server management. All the servers in the clusters can be provisioned and managed with the same configuration. No account specific info needs to be stored on these servers. You can even buy cheap hardware for your front-end computational boxes, aka the Google data centre style, as long as your storage is high quality and scalable.
I am sure there are others. At the end, all these leads to happier customers, which lead to longer stays, more referrals and more profit.
Smart move MediaTemple! Have I said that the day of single-box shared hosting is numbered?
Grid Server is Not Competing Against Amazon EC2
Even the MediaTemple guys said so, that (gs) and EC2 are very different. One is fully managed shared hosting platform, and the other is unmanaged Xen virtual dedicated server. They serve different purposes, even though many people have confused the two.
I’ll even take another step saying MediaTemple’s Grid-Server product is not replacing unmanaged VPS either. It does not give you root access, does not let you run things like VPN tunnels, Jabber servers, VoIP software, etc. I’ll say a VPS is still a better development platform, whereas (gs) is a great deployment platform for 95% the case.
Grid Server is Competing Against Managed VPS/Low-End Dedicated
Besides traditional shared hosting, I think managed VPS/low-end dedicated is where (gs) will steal most of the customers from. Many people buy low-end managed solutions because:
- They have out grown the managed shared hosting account.
- They can’t manage the servers themselves.
A scalable managed shared hosting in cluster servers is a much better solutions for those customers. It will be cheaper, more scalable, and much better looked-after than a managed VPS.
I am hoping that (gs) will also attract those who are supposed to get managed VPS, but were too cheap and went for unmanaged solution. After all, running a Linux server, having it all patched up, setting up custom applications on it, etc — these are not for everyone. A mis-configured unmanaged server is actually more harmful on the Internet, if it has been exploited.
If you don’t have the time to keep the software up to date, not having ability to, or simply don’t want to, please go for a managed service. If a standard LAMP stack fits the bill, then MediaTemple’s Grid-Server might actually be a better choice.
Software Compatibility Might Be An Issue
If you have been in software development for clustered applications, you know scaling the system up is much more than just adding more parallel hardware into the grid. As HTTP itself is stateless, you need to somehow keep the system states between individual requests (data, session, etc). Some software packages might not expect different requests handled by different hardware nodes. Anything related to persistency of states warrants a second look.
PHP, due to its share nothing architecture, makes it easier to scale, provided you can also scale the backend database. Does (gs) give you clustered MySQL/PostgreSQL servers with replication? Not from what I can see. The database itself might become the bottleneck when the site tries to scale up.
MediaTemple kept a list of applications known to be grid compatible. However, take WordPress or Drupal for example, can you be 100% sure that every single module or plugin is compatible? I’ll still suggest test, test and more test.
Localised optimisation is also something difficult to do with clusters where adjacent requests can be served by completely different nodes. For example, your PHP intermediate code cache (like APC) might get a lot of cache misses, if requests to your sites are handled all over the places, and caches are trashed by requests from other sites.
Conclusion
Clustering is nothing new, but MediaTemple being today’s web hosting buzz, hopefully more people will aware the benefit of grid computing. At this price point I think it would be great for those who want to have good scalable and reliable website.
As web hosting has become a commodity, it is great to see MediaTemple, being a low-budget shared hosting company, introduced something that sets them apart from the rest. Hopefully we will see the more clustered shared hosting at an affordable price, when this market starts gaining momentum.
Update: Tim Dorr of A Small Orange reported some interesting find on (gs) service, including:
- A site with 10% discount.
- Load balancing server structure.
- MySQL servers layout.
- Foundry Networks ServerIron is used for load balacning/app switching.
Update 2: Ben Rockwood from Joyent blogged about Grid-Server internals, after bought an account and tried to figure it all out himself.

Delicious
Digg
Reddit
Comments
We did some benchmarking of (mt)’s grid server so anyone is interested can find out more here
Good write up however you forgot to mention the fact that in this offer MediaTemple is still massively over selling resources which could come back to haunt them (thousands of people sign up and actually use 1000 GB/month trasfer for $20).
http://www.thehostguru.com
I started using the Grid Server a day or two after it became available and I have to say I’m completely disappointed. Databases goes down constantly (once a day), database access is painfully slow on some of the one click applications they tout (ZenCart). Trying to browse my zencart store is excruciating because of the speed - I haven’t been able to publicize my store because I fear it will leave my potential customers with a bad taste in their mouth. My site in general can go down with no warning right out of the blue (this morning I was trying to post a news entry and in the middle of updating, my whole site went down for whatever reason. Luckily I didn’t lose anything, but it was a PITA). They FINALLY fixed the Urchin statistics, but it was down from the end of October through almost all of November. FTP access can come to a screeching halt - not all the time, but essentially, things are not reliable yet.
Maybe this is part of the growing pain of being an early adopter, and that would be fine if they advertised the service as BETA or “in testing” - then you would expect this kind of thing. But they haven’t, they publicize it as a ready to go, fully functional, completely reliable service - it is not. When I switched, I did so because I was lead to believe this hosting was better than the shared server I had been previously been using. I’m sure it will be in the future, but right now, it’s not. I’ve been with MediaTemple for 5-6 years and I’ve never had problems like this with my hosting. Their tech support is friendly and before my switch to the GS my issues would get solved in a timely fashion. Not so much anymore. My support requests do get answered, but they haven’t been resolved - especially when it comes to the speed of my ZenCart store.
All this has made me seriously consider leaving MediaTemple and going with another host. It’s not something I really want to do as it’s extra work I do not need right now, and I do like the fact that Tech Support at MT is pretty responsive. However, I’m really trying to grow my site, launch my webstore and do some heavy promotion for it right after New Years. I feel very uncomfortable about the reliability and speed (of the webstore) via the Grid Server. Dreamhost has a plan which is in the same price range and actually includes more bandwidth and disk storage. Downside is that they either require a1 or 2 year contract or charge you a $50 setup. Not a huge downside, but honestly, I really just wish the MediaTemple Grid Server worked and was as reliable as they advertise.
Grail Mortillaro www.knucklebusterinc.com
Mediatemple is offering “The last hosting plan you ‘ll ever need”, I am for sure we will never going to need a new one after we got this one and its going to be the last plan we will want to have with mt. Media Temple’s Grid-Server plan is absurd, this service is so unstable and I agree Grail Mortillaro comment that mt should put in bold that this is BETA project. I’m sure all current customers who migrated or signed for a new plan feel the same. Its not yet there and I can understand how they let this happen. Nobody knows when all these bugz are going to end up, but there is no time to wait for ” mt – worst hosting provider of the month”. All month they was working and there is no positive result on a new (gs) servers, only bugz, problems, and down time for all of (gs) customers. So time look for some one else, they quickly lost all reputation that they gain over the years. I was so hapy with them that when I heard about (gs) it was for me just another happy news for them because I trust mt, but not anymore and I don’t think they will even going to get me back. I’m hosting 4 websites and I have no wish to help them anymore, and no hope that they going to fix this soon. For the past month I call them over 50 times, I submitted over 50 tickets and I saw my site down everyday.
Mediatemple you stink and I have to leave you.
Actual Media Temple Grid Server Response Times
http://spreadsheets.google.com/pub?key=p-Ab3UaY590VDhZCTaDinHg
We have been having horrible support from Media Temple. Sometimes an urgent item sits in the queue for a day and a half before they even acknowledge receipt. They are clearly beyond their resources and what they could promise. We’ve tried their DV service too. At this point, I wish I’d never heard of them!
media temples customer service is insulting and terrible. you will sooner get a bunch of sighing and attitude out of them than a response. terrible
I’ve tried Media Temple’s solution, but I would definately have to say that it’s disappointing at best. I switched over to clustered load balanced hosting from reliablesite.net and it’s been absolutely nothing short of amazing. I highly recommend them.
I was contemplating a move to them, but how can I when their own goddamn site is down?
The NOV 30th “maintenance” was supposed to be 1.5 hours, then they changed it to 6 and now “they don’t know” I am seriously pissed at these guys. I wasted over a hundred dollars in PPC clicks going to a site that isn’t there.
This massive outage is unacceptable I am definetly moving my servers elsewhere…
i’m running a bunch of drupal sites on (mt) gs and I LOVE IT!! I wrote a how-to on migrating… click here…
I agree: (mt)’s GS service has been nothing but a disappointment for me too. Horribly slow and unresponsive in every aspect, including customer service.
If only they put as much energy into the service as they have in their branding and web-panel design, it would be wonderful. They lost a customer here too. Smell ya later Media Temple.
Grid service has been very disappointing. I’ve been on it for about 6 months and to sum it up:
The grid feels like it’s struggling most of the time - sites load like I’m on dial-up, and there are frequent blips where it times out. Kinda not what I expected from a cluster of thousands of servers.
I don’t run a monitor, but I notice outages of 5-10 minutes several times a week just checking email and viewing my own sites.
Apps using MySQL absolutely crawl. I ran this by support a few times and they always say the same thing “can you provide some examples?” - sure, everything using MySQL…
Ruby on Rails apps run like molasses in their “containers”.
Overall, for a service that was supposed to solve the issues with shared hosting - overloaded servers and uptime - it’s actually worse. I got faster response times and less downtime on shared servers.
Post new comment