Forum     

Go Back   Digit Technology Discussion Forum > News > Technology News
Register FAQ Calendar Mark Forums Read

Technology News News from the world of technology that our members stumble across. NOTE: Sources to be mentioned at the beginning of each post.

Closed Thread
 
LinkBack Thread Tools Display Modes
Old 08-04-2008, 01:24 PM   #1 (permalink)
|| तमसो मा ज्योतिर्गमय ||
 
DigitalDude's Avatar
 
Join Date: Oct 2007
Location: Chennai
Posts: 1,204
Thumbs up Google Jumps Head First Into Web Services With Google App Engine-with-g

Google Jumps Head First Into Web Services With Google App Engine

Quote:
Our live coverage of the Google App Engine launch event is here.

Google isn’t just talking about hosting applications in the cloud any more. Tonight at 9pm PT they’re launching Google App Engine (Update: The site is live) an ambitious new project that offers a full-stack, hosted, automatically scalable web application platform consisting of Python application servers, BigTable database access (anticipated here and here) and GFS data store services.
At first blush this is a full on competitor to the suite of web services offered by Amazon, including S3 (storage), EC2 (virtual servers) and SimpleDB (database).
Unlike Amazon Web Services’ loosely coupled architecture, which consists of several essentially independent services that can optionally be tied together by developers, Google’s architecture is more unified but less flexible. For example, it is possible with Amazon to use their storage service S3 independently of any other services, while with Google using their BigTable service will require writing and deploying a Python script to their app servers, one that creates a web-accessible interface to BigTable.
What this all means: Google App Engine is designed for developers who want to run their entire application stack, soup to nuts, on Google resources. Amazon, by contrast, offers more of an a la carte offering with which developers can pick and choose what resources they want to use.
Google Product Manager Tom Stocky described the new service to me in an interview today. Developers simply upload their Python code to Google, launch the application, and can monitor usage and other metrics via a multi-platform desktop application.
More details from Google:
Today we’re announcing a preview release of Google App Engine, an application-hosting tool that developers can use to build scalable web apps on top of Google’s infrastructure. The goal is to make it easier for web developers to build and scale applications, instead of focusing on system administration and maintenance.
Leveraging Google App Engine, developers can:
  • Write code once and deploy. Provisioning and configuring multiple machines for web serving and data storage can be expensive and time consuming. Google App Engine makes it easier to deploy web applications by dynamically providing computing resources as they are needed. Developers write the code, and Google App Engine takes care of the rest.
  • Absorb spikes in traffic. When a web app surges in popularity, the sudden increase in traffic can be overwhelming for applications of all sizes, from startups to large companies that find themselves rearchitecting their databases and entire systems several times a year. With automatic replication and load balancing, Google App Engine makes it easier to scale from one user to one million by taking advantage of Bigtable and other components of Google’s scalable infrastructure.
  • Easily integrate with other Google services. It’s unnecessary and inefficient for developers to write components like authentication and e-mail from scratch for each new application. Developers using Google App Engine can make use of built-in components and Google’s broader library of APIs that provide plug-and-play functionality for simple but important features.
Google App Engine: The Limitations
The service is launching in beta and has a number of limitations.
First, only the first 10,000 developers to sign up for the beta will be allowed to deploy applications.
The service is completely free during the beta period, but there are ceilings on usage. Applications cannot use more than 500 MB of total storage, 200 million megacycles/day CPU time, and 10 GB bandwidth (both ways) per day. We’re told this equates to about 5M pageviews/mo for the typical web app. After the beta period, those ceilings will be removed, but developers will need to pay for any overage. Google has not yet set pricing for the service.
One current limitation is a requirement that applications be written in Python, a popular scripting language for building modern web apps (Ruby and PHP are among others widely used). Google says that Python is just the first supported language, and that the entire infrastructure is designed to be language neutral. Google’s initial focus on Python makes sense because they use Python internally as their scripting language (and they hired Python creator Guido van Rossum in 2005).
Source: TechCrunch

Google App Engine


wow looks cool... havent yet gone through the specifics... doing now..

btw I'm not familiar with python... any python hissers here ??


Edit: damn no place left now... all 10,000 places filled


grrr.. typo at the end of the title..


_
__________________
|U2311H|i5-760|P7P55D-E LX|Blackline 4X2GB DDR3|Callisto 60GB|2 X WD1002FAEX|GTX460 HAWK TA|S12II 520W|
|PC-9F|HD201|Abyssus|Blackwidow|Ikari Opti|Vespula|WD10EARS|Inspiron 640M|

Last edited by DigitalDude; 08-04-2008 at 01:30 PM.
DigitalDude is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 08-04-2008, 03:52 PM   #2 (permalink)
GaurishSharma.com
 
gary4gar's Avatar
 
Join Date: May 2005
Location: Jaipur
Posts: 4,097
Default Re: Google Jumps Head First Into Web Services With Google App Engine-with-g

Quote:
Tonight at 9pm PT they’re launching Google App Engine (Update: The site is live) an ambitious new project that offers a full-stack, hosted, automatically scalable web application platform consisting of Python application servers
If anyone would explain its real use in NON-Tech Language. it would great for me
gary4gar is offline  
Old 08-04-2008, 04:01 PM   #3 (permalink)
|| तमसो मा ज्योतिर्गमय ||
 
DigitalDude's Avatar
 
Join Date: Oct 2007
Location: Chennai
Posts: 1,204
Default Re: Google Jumps Head First Into Web Services With Google App Engine-with-g

^^^
hehe

Python is a scripting language.... instead of hosting our python applications using own/rented servers.. what google is doing is that it is providing free hosting for our web apps on the python platform... backed with the google stability (dont have to worry about downtime), scalability (if your traffic surges big G will take care ) and other benefits for free

I still did not get into specifics as I dunno python... but heard a few of my friends are cooking something in python+django

I'm as clueless as you are.. if they threwup something to do with PHP+MySQL then I would be interested


_
__________________
|U2311H|i5-760|P7P55D-E LX|Blackline 4X2GB DDR3|Callisto 60GB|2 X WD1002FAEX|GTX460 HAWK TA|S12II 520W|
|PC-9F|HD201|Abyssus|Blackwidow|Ikari Opti|Vespula|WD10EARS|Inspiron 640M|
DigitalDude is offline  
Old 08-04-2008, 07:14 PM   #4 (permalink)
!! RecuZant By Birth !!
 
naveen_reloaded's Avatar
 
Join Date: May 2005
Location: In Everyone`s Heart
Posts: 2,985
Default Re: Google Jumps Head First Into Web Services With Google App Engine-with-g

Can anyone put in simple terms what this all means?
Can we host websites, blogs,forums free? Please enlighten me...
__________________
Know My Thoughts..
Visit my Blog @ www.Urssiva.com
Visit My Tech Blog @ www.CloudTechnica.com
naveen_reloaded is offline  
Old 26-04-2008, 07:51 PM   #5 (permalink)
Alpha Geek
 
Maverick340's Avatar
 
Join Date: Mar 2004
Posts: 635
Default Re: Google Jumps Head First Into Web Services With Google App Engine-with-g

Google is getting very developer friendly. OpenSocial, AppEngine .. hmm
__________________
You and Me forever be ...
--
PSpwned
Maverick340 is offline  
Old 26-04-2008, 10:50 PM   #6 (permalink)
Human Spambot
 
kumarmohit's Avatar
 
Join Date: May 2005
Location: Riding an Oliphaunt
Posts: 2,165
Default Re: Google Jumps Head First Into Web Services With Google App Engine-with-g

There is one drawback though, Accfording to Andrew Mc Casky of Salshdot review, if you want to move your online app on a non Google platform the cost would be really big, might even involve complete code rewrite.
__________________
The real and only freedom is Public Domain. Everything else in unfree! Even those who claim to be the self styled evangelists of freedom are not free because freedom cannot be forced by any means!
kumarmohit is offline  
Old 27-04-2008, 02:16 AM   #7 (permalink)
GaurishSharma.com
 
gary4gar's Avatar
 
Join Date: May 2005
Location: Jaipur
Posts: 4,097
Default Re: Google Jumps Head First Into Web Services With Google App Engine-with-g

^^
Google is quite dependable.
gary4gar is offline  
Old 27-04-2008, 04:42 PM   #8 (permalink)
Human Spambot
 
kumarmohit's Avatar
 
Join Date: May 2005
Location: Riding an Oliphaunt
Posts: 2,165
Default Re: Google Jumps Head First Into Web Services With Google App Engine-with-g

Dependable yes, but there might be any number 0f reasons why you would want to move away! Say you sell your app and the new company wants to have it on its own servers!
__________________
The real and only freedom is Public Domain. Everything else in unfree! Even those who claim to be the self styled evangelists of freedom are not free because freedom cannot be forced by any means!
kumarmohit is offline  
Old 27-04-2008, 05:15 PM   #9 (permalink)
Commander in Chief
 
QwertyManiac's Avatar
 
Join Date: Jul 2005
Posts: 6,657
Default Re: Google Jumps Head First Into Web Services With Google App Engine-with-g

Good point you got there, but the interested company should be aware of it too, at the same time.
__________________
Harsh J
www.harshj.com
QwertyManiac is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Wikia search engine goes head-to-head with Google Gigacore Technology News 11 05-01-2008 10:58 PM
Google Flaw #2: Almost Complete Takeover Of Google Services anandk Technology News 1 13-01-2007 05:47 PM
Hitman search engine:faster than google Third Eye Gamerz 15 29-08-2006 08:55 PM
Microsoft: Our engine to be better than Google soon navjotjsingh Technology News 7 04-03-2006 11:02 AM
i got a Search Engine Better than google !!!!! expertno.1 Internet & WWW 7 17-05-2005 11:37 AM


All times are GMT +5.5. The time now is 05:15 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2