[appengine-java] times out - while creating too many entities

2010-07-12 Thread aswath satrasala
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

Re: [appengine-java] times out - while creating too many entities

2010-07-12 Thread Pieter Coucke
Split this up in 10 tasks with 10 entities each or check http://code.google.com/p/gaevfs/source/browse/trunk/src/com/newatlanta/appengine/taskqueue/Deferred.java On Mon, Jul 12, 2010 at 11:43 AM, aswath satrasala aswath.satras...@gmail.com wrote: Hello, I have situation where I am creating