I wonder why there is no need to complete in sequence? FIFO = First in first out. If the resource is limited, people who makes the request first should be serviced first. Just like people go restaurant, buying ticket,...etc. By the way, the sorting is not the point, even randomly consume an item from the queue, there is still chances for the overriding happened.
2010/3/15 gops <[email protected]> > is there any need for queue to complete exactly in sequence ? how > much speed do you really need ? may be a simple counter shredded > counter to fetch , save and count thing is good enough. and can you > describe your PROBLEM instead of PROBLEM IN YOUR SOLUTION OF PROBLEM , > there might be different way to achieve the same in app engine.... > > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
