Hi Nick, Thanks, thats the problem. I'm trying to put around 60 objects in memcache using set_multi and its failing for all the objects so in case of failure I'm deleting the objects in memcache then splitting the dict and updating, and its working.
I don't know, after posting the problem I couldn't see the post for the past few days, anyway now I got it thanks:) Adhi On Mar 9, 9:27 pm, "Nick Johnson (Google)" <[email protected]> wrote: > Hi, > > Have you checked the return code of the memcache call? Unlike most of the > APIs, memcache indicates errors in its return code, rather than throwing an > exception. > > -Nick Johnson > > On Tue, Mar 9, 2010 at 6:43 AM, Adhi <[email protected]>wrote: > > > > > > > Hi, > > Is there any chance that updating memcache fails? In a same > > transaction I'm updating a particular record both in memcache and db, > > but still the memcache having old data where as db has updated record. > > And I have checked the url in stats, the memcache.set is getting > > called followed by the db.put(). > > > But for the same application it is not happening in different appspot > > (staging). Any suggestions or clue? the problem happening in > > production. > > > Thanks > > Adhi > > > -- > > 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%2Bunsubscrib > > [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.
