Google AppEngine's Task Queues API 03.27.2012 Task Queues com.google.appengine.api.taskqueue With Task Queues a user can initiate a request to have applications perform work outside of this request; they are a powerful tool for background work. Furthermore, you can organize work into small, discrete units (tasks). The application then inserts these tasks into one or more queues based on the queue's configuration and processes them in FIFO order. Here's a diagram I took from a Google IO presentation which illustrates at a high level task insertion into the queue: Queue Configuration 1.
Read full article from Google AppEngine's Task Queues API | Javalobby
No comments:
Post a Comment