Re: [appengine-java] Push and pull queues

2011-08-15 Thread Ikai Lan (Google)
Task queues are used when you just want work backgrounded. Pull queues are typically used if you want better rate control and will worry about the scaling bit yourself. Pull queues are also accessible outside of App Engine via a REST API, so you could use Pull Queues for things like off site PDF or

[appengine-java] Push and pull queues

2011-08-04 Thread Ice13ill
What are the main differences between push and pull tasks ? What are the purposes of each one ? (when is it necessary to use one or the other and are there some "best practices" related to this types of tasks) -- You received this message because you are subscribed to the Google Groups "Google A