On Jul 13, 11:44 am, Vinuth Madinur <[email protected]> wrote: > On Wed, Jul 13, 2011 at 8:56 PM, Feng <[email protected]> wrote: > > And they don't support cPickle, and parsing a 1MB object for each > > request with pickle is not funny. > > Actually, they only support cPickle AFAIK.
cPickle on App Engine is an alias for the pure-python pickle module. -- 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.
