Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds
Arrow up icon
GO TO TOP
Mastering Google App Engine

You're reading from   Mastering Google App Engine Build robust and highly scalable web applications with Google App Engine

Arrow left icon
Product type Paperback
Published in Oct 2015
Publisher
ISBN-13 9781784396671
Length 368 pages
Edition 1st Edition
Languages
Arrow right icon
Toc

Pull queues


Besides push queues you have pull queues as well. The main differences between push and pull queues are summarized below:

  • In push queues, tasks are thrown to your application, in pull queues, you would have to fetch tasks yourself.

  • Because tasks are pushed to your application, Google App Engine takes care of scaling as well. New machine instances will be started when there's more load than a single instance can handle. And all that happens automatically. In case of pull queues, you are responsible for the scaling part yourself.

  • When a task gets successfully executed in a push queue, it is automatically deleted by Google App Engine with no effort at your end. In case of pull queues, you have to do that yourself as well.

  • In push queues, you are limited to the Google App Engine environment as your task handling code must be mapped to URLs within your application. In contrast, in the case of pull queues, because the tasks are pulled they can be pulled from anywhere such as a machine...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at £13.99/month. Cancel anytime
Visually different images