Hi aswath,

I would exactly do what Pieter suggests as the tasks you're posting in
queue are guaranteed to execute by App Engine if you include them in
the transaction : see 
http://code.google.com/appengine/docs/java/taskqueue/overview.html#Task_Within_Transactions

The only issue after this split is that you may have to synchronize
after the 10th task ends if something needs to be done after the 100th
entity has been created.

didier

On Jul 12, 11:43 am, aswath satrasala <aswath.satras...@gmail.com>
wrote:
> Hello,
> I have situation where I am creating atleast 100 entities in one request.
> All the 100 entities has the same parent.
> The appengine times out with DeadlineExceeded exception.
>
> Any suggestions on how to avoid the DeadlineExceeded exception.
>
> -Aswath

-- 
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 google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to