Hi Matija, On Thu, Feb 11, 2010 at 8:22 AM, Matija <[email protected]> wrote:
> Documentation states: > 'A cursor can only be used by the app that performed the original > query, and can only be used to continue the same query.' > > Does 'the app' means one application instance on one of application > servers, or every xxx.appspot.com application instance on any of > application servers ? > The latter - the app continuing with a cursor must be the same one (eg, with the same app id) that created the cursor. -Nick Johnson > -- > 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]<google-appengine%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > > -- Nick Johnson, Developer Programs Engineer, App Engine Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration Number: 368047 -- 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.
