Giter VIP home page Giter VIP logo

Comments (5)

mzimmerman avatar mzimmerman commented on August 24, 2024

I don't think so. As I understand it, all appengine/delay does is to create a task in the task queue to do the operation you delayed. Which means that instead of sending your put/get data to the datastore, you're sending it to the task queue (which then sends it to the datastore and masks/hides your errors).

Tasks Queues are good for longer running operations or operations that have to deal with an external API (which may not respond as quickly). The (correct) assumption that is made in the presentation is that sending an e-mail is a slower task than creating the task request to send the email.

from goon.

zboralski avatar zboralski commented on August 24, 2024

I was going to paste some stats showing that puts were ten times slower than a task add, then I realised the put stats in question were from 2009 ;)

from goon.

mzimmerman avatar mzimmerman commented on August 24, 2024

Hey, great site! I'm not sure I've seen that before.

So on a "simple" put, it looks like adding to the taskQueue would take ~12.5ms and a datastore put would be ~9ms. So I'm standing by my assertion ;)

from goon.

zboralski avatar zboralski commented on August 24, 2024

You are exactly right.

from goon.

xStrom avatar xStrom commented on August 24, 2024

Off-topic comment.

@mzimmerman That status site isn't as great as it may seem. It has a reputation for showing all green when a whole datacenter of GAE is down. The main issue seems to be that it generates its status reports from a single app on a single datacenter, which probably runs on a single machine, and thus is in no way representative of the aggregate performance of GAE. The site used to be the punchline to jokes during downtime in the early beta days, so take that data with a few grains of salt.

from goon.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.