DZone
Cloud Zone
Thanks for visiting DZone today,
Edit Profile
  • Manage Email Subscriptions
  • How to Post to DZone
  • Article Submission Guidelines
Sign Out View Profile
  • Post an Article
  • Manage My Drafts
Over 2 million developers have joined DZone.
Log In / Join
  • Refcardz
  • Trend Reports
  • Webinars
  • Zones
  • |
    • Agile
    • AI
    • Big Data
    • Cloud
    • Database
    • DevOps
    • Integration
    • IoT
    • Java
    • Microservices
    • Open Source
    • Performance
    • Security
    • Web Dev
DZone > Cloud Zone > How to Use Free and Almost Unlimited Cloud-Computing Resources From Google?

How to Use Free and Almost Unlimited Cloud-Computing Resources From Google?

Krystian Lider user avatar by
Krystian Lider
·
May. 19, 10 · Cloud Zone · Interview
Like (0)
Save
Tweet
11.30K Views

Join the DZone community and get the full member experience.

Join For Free

Distributed computing is a very beneficial way for computing certain kinds of distributable problems using a large number of computers (nodes). But what if you do not have enough computers? The answer is to use Google App Engine.

Google App Engine is a simple framework which allows you to write and deploy web apps on Google’s servers. Although you cannot run full MapReduce application on GAE you can use it to compute tasks.

The Dynamic Agent Computations (DAC) framework now allows you to use Google App Engine's computing power to speed up your computations. Normally, DAC framework distributes tasks to all Worker processes connected to it. Obviously this approach requires new computers to run. Alternatively you can use 'virtual' computers provided to you in GAE's environment.

Here is a little comparison of results gathered using single computer with two core 2.0 GHz processor and in combination with Goggle App Engine.

GAE chart

As you can see on the chart a single GAE thread is much slower than single local thread. However here comes the numbers. You can easily have 6 GAE's threads even on a free Google App Engine account. This amount allows you to double the number of tasks computed per minute. And this means everything will finish two times faster. Of course starting more threads or having more GAE's accounts will just boost the gain.

Still there are some restrictions from Google App Engine like 30 seconds response limit which means that the tasks can't be to long. Also free accounts have many quota limits, especially 6.50 CPU hours might be crucial.

You can find an example of usage in the google_app_engine sample of the newest DAC distribution available on our website. 

Google (verb) Cloud computing Google App Engine app

Opinions expressed by DZone contributors are their own.

Popular on DZone

  • Everything I Needed to Know About Observability, I Learned from ‘Bewitched’
  • A Simple Guide to Heaps, Stacks, References, and Values in JavaScript
  • Deployment of Low-Latency Solutions in the Cloud
  • Agile Coaches Without Technical Knowledge: How to Overcome the Paradox

Comments

Cloud Partner Resources

ABOUT US

  • About DZone
  • Send feedback
  • Careers
  • Sitemap

ADVERTISE

  • Advertise with DZone

CONTRIBUTE ON DZONE

  • Article Submission Guidelines
  • MVB Program
  • Become a Contributor
  • Visit the Writers' Zone

LEGAL

  • Terms of Service
  • Privacy Policy

CONTACT US

  • 600 Park Offices Drive
  • Suite 300
  • Durham, NC 27709
  • support@dzone.com
  • +1 (919) 678-0300

Let's be friends:

DZone.com is powered by 

AnswerHub logo