Not that it should matter, but are you on the newest SDK?

Can you post a screenshot of AppStats? It's my understanding that the blog
post is out of date. They should be happening in parallel. You're not going
to save that much CPU time, though, since it still takes CPU to save all the
entities (but it'll take less since there's less RPC overhead). Your
application will just respond faster.

--
Ikai Lan
Developer Programs Engineer, Google App Engine
Blogger: http://googleappengine.blogspot.com
Reddit: http://www.reddit.com/r/appengine
Twitter: http://twitter.com/app_engine



On Thu, Sep 30, 2010 at 5:39 PM, Tommy <[email protected]> wrote:

> It looks like makePersistentAll() wasn't implemented to batch puts when
> updating objects, only when inserting.  That's according to the release
> notes for SDK 1.2.5.
>
> http://code.google.com/p/datanucleus-appengine/issues/detail?id=7
>
> In my case, it's when updating existing objects.  Do you know if there is a
> way to batch puts in this case?
>
> Thanks.
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine for Java" group.
> To post to this group, send email to
> [email protected].
> To unsubscribe from this group, send email to
> [email protected]<google-appengine-java%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-appengine-java?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" 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-java?hl=en.

Reply via email to