LAMP has been a major platform for the Internet, but current cloud offerings do not seem to include LAMP as PaaS. Is LAMP needed in a cloud computing world?
Geva Perry, an Advisor for Heroku, GigaSpaces and other companies, has recently asked the question “Who Will Build the LAMP Cloud?” wondering later if we actually need a LAMP PaaS offering.
Perry reviewed most cloud offerings concluding that LAMP, especially if P stands for PHP, as PaaS is missing. SalesForce.com and VMware have recently rolled out a PaaS offering called VMforce targeted at Java developers. Microsoft offers Azure based on .NET. While they include the ability to program in PHP, the entire platform runs on Windows not on Linux, the L in LAMP. Heroku and Engine Yard offer Ruby on Rails in the cloud. Google’s cloud offering seems to be closest to include LAMP, but Perry remarked the focus seems to be on Java:
Google is another candidate. The search giant already has a PaaS offering, Google App Engine, that supports both Java and Python, another one of the Ps in LAMP. But until recently it’s been accused of being a lightweight offering that creates lock-in by forcing developers to use Google-specific programming models, such as with threading and data structure. In fact, because of this, Google’s platform lacked MySQL support, the M in LAMP. And although Google recently rolled out a version of its App Engine tweaked for the enterprise, including support for MySQL, the focus seems to be on Java, not on LAMP.
Amazon, known for its IaaS solutions, could provide a PaaS based on LAMP considering that currently it offers all the components separately, but not the entire stack as a platform.
Makara has a LAMP/PHP cloud offering but it “is a product, not a service” according to Wil Sinclair, creator of Simple Cloud API and former manager at Zend, the PHP company as they call themselves. Sinclair also mentioned that Rackspace considers “Cloud Sites a good option for PHPers looking for PaaS cloud.” Caucho Technology has ported Quercus in order to run PHP on Google’s GAE through integration with Java.
While there are some solutions to run PHP or Python in the cloud, it looks like LAMP is missing as PaaS offering, which is intriguing considering that it is otherwise quite used for many web applications. Now, the question is, do we really need LAMP as PaaS?
Commenting on Perry’s post, Kirill Sheynkman considered the landscape is changing and LAMP is losing ground:
Yes, yes, yes. PHP is huge. Yes, yes, yes. MySQL has millions of users. But, the “MP” part of LAMP came into being when we were hosting, not cloud computing. There are alternative application service platforms to PHP and alternatives to MySQL (and SQL in general) that are exciting, vibrant, and seem to have the new developer community’s ear. Whether it’s Ruby, Groovy, Scala, or Python as a development language or Mongo, Couch, Cassandra as a persistence layer, there are alternatives. MySQL’s ownership by Oracle is a minus, not a plus. I feel times are changing and companies looking to put their applications in the cloud have MANY attractive alternatives, both as stacks or as turnkey services s.a. Azure and App Engine.
James Urquhart added to Sheynkman in a separate post:
I have to say that Kirill's sentiments resonated with me. First of all, the LA of LAMP are two elements that should be completely hidden from PaaS users, so does a developer even care if they are used anymore? (Perhaps for callouts for operating system functions, but in all earnestness, why would a cloud provider allow that?)
Second, as he notes, the MP of LAMP were about handling the vagaries of operating code and data on systems you had to manage yourself. If there are alternatives that hide some significant percentage of the management concerns, and make it easy to get data into and out of the data store, write code to access and manipulate that data, and control how the application meets its service level agreements, is the "open source-ness" of a programming stack even that important anymore?
Byron Sebastian, Heroku’s CEO, does not think the language matters that much when it comes to cloud computing:
We don’t think the market is going to end up with a Ruby platform and a Java platform and a PHP platform. People want to build enterprise apps, Twitter apps and to do what they want regardless of the language. …
The solution is going to be a cloud app platform, rather than as a specific language as a service.
What do you think? Is LAMP going to be relevant in cloud computing? What about P languages like PHP? Is PHP going to be as present as it is now but on top of other platforms?
Community comments
Scalarium offers LAMP as PaaS
by Jonathan Weiss,
Re: Scalarium offers LAMP as PaaS
by Eric Pederson,
Re: Scalarium offers LAMP as PaaS
by Geva Perry,
Re: Scalarium offers LAMP as PaaS
by Geva Perry,
checkout SAE
by Yin HaiMing,
We have LAMP as PaaS in the Cloud...
by Jack Singleton,
LAMP for PaaS
by Chris Bird,
What a difference 6 months makes!
by Wil Sinclair,
Scalarium offers LAMP as PaaS
by Jonathan Weiss,
Your message is awaiting moderation. Thank you for participating in the discussion.
Scalarium allows you to deploy and manage LAMP applications on EC2
Re: Scalarium offers LAMP as PaaS
by Eric Pederson,
Your message is awaiting moderation. Thank you for participating in the discussion.
Same with Rightscale
checkout SAE
by Yin HaiMing,
Your message is awaiting moderation. Thank you for participating in the discussion.
SAE(Sina App Engine) is a LAMP based cloud service provided by NasdaqGS:SINA.
Re: Scalarium offers LAMP as PaaS
by Geva Perry,
Your message is awaiting moderation. Thank you for participating in the discussion.
I don't think either RightScale of Scalarium qualify as PaaS. Think - works like Heroku for PHP.
Re: Scalarium offers LAMP as PaaS
by Geva Perry,
Your message is awaiting moderation. Thank you for participating in the discussion.
Sorry, typo. Meant to say "RightScale OR Scalarium".
We have LAMP as PaaS in the Cloud...
by Jack Singleton,
Your message is awaiting moderation. Thank you for participating in the discussion.
It just hasn't be labeled with a 'cool' new name yet....
Go to any of the thousands of cheap $5/m standard shared web hosts (gasp! web host? no! I want cloud computing! ha), and sign up for an account. You get hosted MySQL, Apache, and Linux, all pre-configured so you can start an application by doing little more than sending a '.php' file up the line.
Maybe a better name for this article would have been "Why hasn't LAMP in the Cloud been given a cool new nickname yet?"
LAMP for PaaS
by Chris Bird,
Your message is awaiting moderation. Thank you for participating in the discussion.
Something seems wrong with the question. Of course our offerings have to run on some underlying infrastructure and I think that Linux/Apache count as infrastructure, but they aren't the only ones, nor should many of my components care. The P part (PHP) does have some relevance, but if we are genuinely delivering a Platform, I think we should be thinking in terms of interesting domain "objects" not low level capabilities. Gluing the functionality of those domain objects together does require languages - java works well, Ruby works well, Rails adds extra capabilities for certain shaped applications. So, of course does PHP.
I contend that if you sign up with Google/Amazon, you "buy" some infrastructure and can build on top of it. So if you get LAMP as a resuult, that doesn't mean you have a PaaS - unless you are building stuff that others can use to gain a quick build advantage
What a difference 6 months makes!
by Wil Sinclair,
Your message is awaiting moderation. Thank you for participating in the discussion.
Makara: acquired by Red Hat
Heroku: acquired by Salesforce for $212 in cash (!)
PHPFog: PHP PaaS launched in the states
cloudControl: PHP PaaS launched in the EU
,Wil
wllm.com